summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-17accel/tcg: create a thread-kick function for TCGPaolo Bonzini10-21/+16
2025-09-17accel: use atomic accesses for exit_requestPaolo Bonzini9-15/+24
2025-09-17accel: use store_release/load_acquire for cross-thread exit_requestPaolo Bonzini6-19/+29
2025-09-17cpus: document that qemu_cpu_kick() can be used for BQL-less operationPaolo Bonzini1-1/+2
2025-09-17cpu-common: use atomic access for interrupt_requestPaolo Bonzini3-14/+2
2025-09-17treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()Paolo Bonzini12-40/+39
2025-09-17user-exec: remove cpu_interrupt() stubPaolo Bonzini1-5/+0
2025-09-17target-arm: remove uses of cpu_interrupt() for user-mode emulationPaolo Bonzini6-370/+429
2025-09-17target/i386: limit a20 to system emulationPaolo Bonzini1-0/+2
2025-09-17target/sparc: limit cpu_check_irqs to system emulationPaolo Bonzini2-0/+4
2025-09-17target/ppc: limit cpu_interrupt_exittb to system emulationPaolo Bonzini1-0/+2
2025-09-16.gitmodules: move u-boot mirrors to qemu-project-mirrorsAlex Bennée1-2/+2
2025-09-16tests/functional/x86_64: Accept a few locked pages in test_memlock.pyRichard Henderson1-1/+2
2025-09-15iotests/check: always enable all python warningsDaniel P. Berrangé1-0/+4
2025-09-15iotests/151: ensure subprocesses are cleaned upDaniel P. Berrangé1-0/+5
2025-09-15iotests/147: ensure temporary sockets are closed before exitingDaniel P. Berrangé1-0/+1
2025-09-15python: ensure QEMUQtestProtocol closes its socketDaniel P. Berrangé1-0/+2
2025-09-15iotests: drop compat for old version context managerDaniel P. Berrangé2-12/+4
2025-09-15python: synchronize qemu.qmp documentationJohn Snow9-87/+264
2025-09-15python: backport 'avoid creating additional event loops per thread'John Snow3-26/+57
2025-09-15python: backport 'Remove deprecated get_event_loop calls'John Snow3-3/+15
2025-09-15python: backport 'qmp-tui: Do not crash if optional dependencies are not met'John Snow1-4/+15
2025-09-15python: backport 'qmp-shell-wrap: handle missing binary gracefully'John Snow1-0/+2
2025-09-15python: backport 'make require() preserve async-ness'John Snow1-21/+32
2025-09-15python: backport 'feat: allow setting read buffer limit'Adam Dorsey2-13/+30
2025-09-15python: backport 'qmp-shell: add common_parser()'John Snow1-16/+13
2025-09-15python: backport 'Use @asynciocontextmanager'John Snow1-19/+16
2025-09-15python: backport 'drop Python3.6 workarounds'John Snow4-119/+17
2025-09-15python: backport 'protocol: adjust logging name when changing client name'John Snow1-4/+20
2025-09-15python: backport 'kick event queue on legacy event_pull()'John Snow1-0/+3
2025-09-15python: backport 'EventListener: add __repr__ method'John Snow1-0/+15
2025-09-15python: backport 'Change error classes to have better repr methods'John Snow4-17/+29
2025-09-15memory: Fix leaks due to owner-shared MRs circular referencesPeter Xu2-11/+42
2025-09-15memory: Fix addr/len for flatview_access_allowed()Peter Xu1-2/+2
2025-09-11tests/functional/aarch64: Fix assets of test_hotplug_pciThomas Huth1-6/+6
2025-09-09tests/functional: purge scratch dir on test startupDaniel P. Berrangé1-0/+4
2025-09-09tests/functional: avoid tearDown failure when QEMU diesDaniel P. Berrangé1-1/+4
2025-09-09tests/functional: avoid duplicate messages on failuresDaniel P. Berrangé1-2/+3
2025-09-09tests/functional: fix infinite loop on console EOFDaniel P. Berrangé1-1/+1
2025-09-09tests/functional: add vm param to cmd.py helpersJohn Levon1-6/+12
2025-09-09tests/functional: return output from cmd.py helpersJohn Levon1-9/+44
2025-09-09gitlab: prevent duplicated meson log artifacts in test jobsDaniel P. Berrangé1-0/+7
2025-09-09gitlab: include all junit XML files from mesonDaniel P. Berrangé5-6/+6
2025-09-09gitlab: always include entire of meson-logs directoryDaniel P. Berrangé4-5/+5
2025-09-09gitlab: replace avocado results files with meson results filesDaniel P. Berrangé1-3/+2
2025-09-09tests/functional/arm: Update test ASPEED SDK v09.07 for AST2700 vbootromKane-Chen-AS1-2/+6
2025-09-09tests/functional/arm: Update test ASPEED SDK v09.07 for AST2600Kane-Chen-AS1-4/+4
2025-09-09tests/functional/arm: Update test ASPEED SDK v09.07 for AST2500Kane-Chen-AS1-4/+4
2025-09-09tests/functional/arm: Update test ASPEED SDK v03.02 for AST1030Kane-Chen-AS1-6/+6
2025-09-09tests/functional: handle URLError when fetching assetsDaniel P. Berrangé1-1/+9