index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qemu-api-macros
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-17
accel/tcg: create a thread-kick function for TCG
Paolo Bonzini
10
-21
/
+16
2025-09-17
accel: use atomic accesses for exit_request
Paolo Bonzini
9
-15
/
+24
2025-09-17
accel: use store_release/load_acquire for cross-thread exit_request
Paolo Bonzini
6
-19
/
+29
2025-09-17
cpus: document that qemu_cpu_kick() can be used for BQL-less operation
Paolo Bonzini
1
-1
/
+2
2025-09-17
cpu-common: use atomic access for interrupt_request
Paolo Bonzini
3
-14
/
+2
2025-09-17
treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
Paolo Bonzini
12
-40
/
+39
2025-09-17
user-exec: remove cpu_interrupt() stub
Paolo Bonzini
1
-5
/
+0
2025-09-17
target-arm: remove uses of cpu_interrupt() for user-mode emulation
Paolo Bonzini
6
-370
/
+429
2025-09-17
target/i386: limit a20 to system emulation
Paolo Bonzini
1
-0
/
+2
2025-09-17
target/sparc: limit cpu_check_irqs to system emulation
Paolo Bonzini
2
-0
/
+4
2025-09-17
target/ppc: limit cpu_interrupt_exittb to system emulation
Paolo Bonzini
1
-0
/
+2
2025-09-16
.gitmodules: move u-boot mirrors to qemu-project-mirrors
Alex Bennée
1
-2
/
+2
2025-09-16
tests/functional/x86_64: Accept a few locked pages in test_memlock.py
Richard Henderson
1
-1
/
+2
2025-09-15
iotests/check: always enable all python warnings
Daniel P. Berrangé
1
-0
/
+4
2025-09-15
iotests/151: ensure subprocesses are cleaned up
Daniel P. Berrangé
1
-0
/
+5
2025-09-15
iotests/147: ensure temporary sockets are closed before exiting
Daniel P. Berrangé
1
-0
/
+1
2025-09-15
python: ensure QEMUQtestProtocol closes its socket
Daniel P. Berrangé
1
-0
/
+2
2025-09-15
iotests: drop compat for old version context manager
Daniel P. Berrangé
2
-12
/
+4
2025-09-15
python: synchronize qemu.qmp documentation
John Snow
9
-87
/
+264
2025-09-15
python: backport 'avoid creating additional event loops per thread'
John Snow
3
-26
/
+57
2025-09-15
python: backport 'Remove deprecated get_event_loop calls'
John Snow
3
-3
/
+15
2025-09-15
python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
John Snow
1
-4
/
+15
2025-09-15
python: backport 'qmp-shell-wrap: handle missing binary gracefully'
John Snow
1
-0
/
+2
2025-09-15
python: backport 'make require() preserve async-ness'
John Snow
1
-21
/
+32
2025-09-15
python: backport 'feat: allow setting read buffer limit'
Adam Dorsey
2
-13
/
+30
2025-09-15
python: backport 'qmp-shell: add common_parser()'
John Snow
1
-16
/
+13
2025-09-15
python: backport 'Use @asynciocontextmanager'
John Snow
1
-19
/
+16
2025-09-15
python: backport 'drop Python3.6 workarounds'
John Snow
4
-119
/
+17
2025-09-15
python: backport 'protocol: adjust logging name when changing client name'
John Snow
1
-4
/
+20
2025-09-15
python: backport 'kick event queue on legacy event_pull()'
John Snow
1
-0
/
+3
2025-09-15
python: backport 'EventListener: add __repr__ method'
John Snow
1
-0
/
+15
2025-09-15
python: backport 'Change error classes to have better repr methods'
John Snow
4
-17
/
+29
2025-09-15
memory: Fix leaks due to owner-shared MRs circular references
Peter Xu
2
-11
/
+42
2025-09-15
memory: Fix addr/len for flatview_access_allowed()
Peter Xu
1
-2
/
+2
2025-09-11
tests/functional/aarch64: Fix assets of test_hotplug_pci
Thomas Huth
1
-6
/
+6
2025-09-09
tests/functional: purge scratch dir on test startup
Daniel P. Berrangé
1
-0
/
+4
2025-09-09
tests/functional: avoid tearDown failure when QEMU dies
Daniel P. Berrangé
1
-1
/
+4
2025-09-09
tests/functional: avoid duplicate messages on failures
Daniel P. Berrangé
1
-2
/
+3
2025-09-09
tests/functional: fix infinite loop on console EOF
Daniel P. Berrangé
1
-1
/
+1
2025-09-09
tests/functional: add vm param to cmd.py helpers
John Levon
1
-6
/
+12
2025-09-09
tests/functional: return output from cmd.py helpers
John Levon
1
-9
/
+44
2025-09-09
gitlab: prevent duplicated meson log artifacts in test jobs
Daniel P. Berrangé
1
-0
/
+7
2025-09-09
gitlab: include all junit XML files from meson
Daniel P. Berrangé
5
-6
/
+6
2025-09-09
gitlab: always include entire of meson-logs directory
Daniel P. Berrangé
4
-5
/
+5
2025-09-09
gitlab: replace avocado results files with meson results files
Daniel P. Berrangé
1
-3
/
+2
2025-09-09
tests/functional/arm: Update test ASPEED SDK v09.07 for AST2700 vbootrom
Kane-Chen-AS
1
-2
/
+6
2025-09-09
tests/functional/arm: Update test ASPEED SDK v09.07 for AST2600
Kane-Chen-AS
1
-4
/
+4
2025-09-09
tests/functional/arm: Update test ASPEED SDK v09.07 for AST2500
Kane-Chen-AS
1
-4
/
+4
2025-09-09
tests/functional/arm: Update test ASPEED SDK v03.02 for AST1030
Kane-Chen-AS
1
-6
/
+6
2025-09-09
tests/functional: handle URLError when fetching assets
Daniel P. Berrangé
1
-1
/
+9
[next]