index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-04
monitor/hmp-cmds-target: add CPU_DUMP_VPU in hmp_info_registers()
Daniel Henrique Barboza
1
-2
/
+2
2025-05-02
monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
Andrey Drobyshev
1
-1
/
+2
2025-04-23
exec/cpu-all: remove exec/target_page include
Pierrick Bouvier
1
-0
/
+1
2025-04-23
include/system: Move exec/ioport.h to system/ioport.h
Richard Henderson
1
-1
/
+1
2025-04-23
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
2
-2
/
+2
2025-04-23
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
1
-1
/
+1
2025-02-24
monitor/hmp-cmds.c: Clean up hmp_dumpdtb printf
Peter Maydell
1
-1
/
+1
2025-02-12
hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()
David Hildenbrand
1
-2
/
+1
2025-02-10
qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h
Daniel P. Berrangé
1
-1
/
+1
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
7
-10
/
+10
2025-01-17
system: propagate Error to gdbserver_start (and other device setups)
Alex Bennée
1
-1
/
+1
2025-01-09
migration/block: Rewrite disk activation
Peter Xu
1
-6
/
+2
2025-01-09
qmp/cont: Only activate disks if migration completed
Peter Xu
1
-12
/
+14
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
9
-13
/
+13
2024-10-22
block-backend: per-device throttling of BLOCK_IO_ERROR reports
Leonid Kaplan
1
-2
/
+5
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
1
-1
/
+2
2024-06-21
monitor: fdset: Match against O_DIRECT
Fabiano Rosas
1
-1
/
+6
2024-06-21
monitor: Report errors from monitor_fdset_dup_fd_add
Fabiano Rosas
1
-1
/
+9
2024-06-21
monitor: Simplify fdset and fd removal
Fabiano Rosas
1
-21
/
+6
2024-06-21
monitor: Stop removing non-duplicated fds
Fabiano Rosas
5
-13
/
+8
2024-06-20
monitor: Introduce monitor_fdset_*free
Fabiano Rosas
1
-8
/
+23
2024-06-20
monitor: Drop monitor_fdset_dup_fd_find/_remove()
Peter Xu
1
-22
/
+6
2024-06-19
hw/intc: Introduce x-query-interrupt-controllers QMP command
Philippe Mathieu-Daudé
1
-33
/
+0
2024-06-19
hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()
Philippe Mathieu-Daudé
1
-1
/
+7
2024-05-10
kconfig: allow compiling out QEMU device tree code per target
Paolo Bonzini
1
-0
/
+17
2024-04-24
Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-1
/
+0
2024-04-24
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
Philippe Mathieu-Daudé
1
-1
/
+0
2024-04-18
util/qemu-config: Extract QMP commands to qemu-config-qmp.c
Philippe Mathieu-Daudé
2
-0
/
+207
2024-03-26
monitor/hmp-cmds-target: Append a space in error message in gpa2hva()
Yao Xingtao
1
-1
/
+1
2024-02-13
monitor/target: Include missing 'exec/memory.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-26
monitor: only run coroutine commands in qemu_aio_context
Stefan Hajnoczi
1
-17
/
+0
2023-11-17
hmp: Improve sync-profile error message
Markus Armbruster
1
-2
/
+2
2023-11-06
qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
Maciej S. Szmigiero
1
-0
/
+1
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-1
/
+1
2023-08-31
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-2
/
+2
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
1
-1
/
+1
2023-05-25
monitor: do not use mb_read/mb_set
Paolo Bonzini
1
-9
/
+18
2023-05-25
monitor: extract request dequeuing to a new function
Paolo Bonzini
1
-15
/
+22
2023-05-25
monitor: introduce qmp_dispatcher_co_wake
Paolo Bonzini
3
-29
/
+31
2023-05-25
monitor: cleanup fetching of QMP requests
Paolo Bonzini
2
-27
/
+22
2023-05-25
monitor: cleanup detection of qmp_dispatcher_co shutting down
Paolo Bonzini
2
-1
/
+3
2023-05-25
monitor: do not use mb_read/mb_set for suspend_cnt
Paolo Bonzini
3
-23
/
+24
2023-05-25
monitor: add more *_locked() functions
Paolo Bonzini
1
-6
/
+8
2023-05-25
monitor: allow calling monitor_resume under mon_lock
Paolo Bonzini
1
-6
/
+6
2023-05-25
monitor: use QEMU_LOCK_GUARD a bit more
Paolo Bonzini
1
-4
/
+2
2023-04-25
monitor: convert monitor_cleanup() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
1
-2
/
+2
2023-04-25
hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
1
-1
/
+1
2023-03-13
monitor: restrict command getfd to POSIX hosts
Marc-André Lureau
2
-0
/
+4
[next]