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
/
monitor
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
monitor: Clean up HMP gdbserver error reporting
Markus Armbruster
2025-09-30
1
-3
/
+4
*
monitor/hmp-cmds-target: add CPU_DUMP_VPU in hmp_info_registers()
Daniel Henrique Barboza
2025-07-04
1
-2
/
+2
*
monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
Andrey Drobyshev
2025-05-02
1
-1
/
+2
*
exec/cpu-all: remove exec/target_page include
Pierrick Bouvier
2025-04-23
1
-0
/
+1
*
include/system: Move exec/ioport.h to system/ioport.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
2025-04-23
2
-2
/
+2
*
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
monitor/hmp-cmds.c: Clean up hmp_dumpdtb printf
Peter Maydell
2025-02-24
1
-1
/
+1
*
hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()
David Hildenbrand
2025-02-12
1
-2
/
+1
*
qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h
Daniel P. Berrangé
2025-02-10
1
-1
/
+1
*
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-02-10
7
-10
/
+10
*
system: propagate Error to gdbserver_start (and other device setups)
Alex Bennée
2025-01-17
1
-1
/
+1
*
migration/block: Rewrite disk activation
Peter Xu
2025-01-09
1
-6
/
+2
*
qmp/cont: Only activate disks if migration completed
Peter Xu
2025-01-09
1
-12
/
+14
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
9
-13
/
+13
*
block-backend: per-device throttling of BLOCK_IO_ERROR reports
Leonid Kaplan
2024-10-22
1
-2
/
+5
*
gdbstub: move enums into separate header
Alex Bennée
2024-06-24
1
-1
/
+2
*
monitor: fdset: Match against O_DIRECT
Fabiano Rosas
2024-06-21
1
-1
/
+6
*
monitor: Report errors from monitor_fdset_dup_fd_add
Fabiano Rosas
2024-06-21
1
-1
/
+9
*
monitor: Simplify fdset and fd removal
Fabiano Rosas
2024-06-21
1
-21
/
+6
*
monitor: Stop removing non-duplicated fds
Fabiano Rosas
2024-06-21
5
-13
/
+8
*
monitor: Introduce monitor_fdset_*free
Fabiano Rosas
2024-06-20
1
-8
/
+23
*
monitor: Drop monitor_fdset_dup_fd_find/_remove()
Peter Xu
2024-06-20
1
-22
/
+6
*
hw/intc: Introduce x-query-interrupt-controllers QMP command
Philippe Mathieu-Daudé
2024-06-19
1
-33
/
+0
*
hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+7
*
kconfig: allow compiling out QEMU device tree code per target
Paolo Bonzini
2024-05-10
1
-0
/
+17
*
Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-24
1
-1
/
+0
|
\
|
*
hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
Philippe Mathieu-Daudé
2024-04-24
1
-1
/
+0
*
|
util/qemu-config: Extract QMP commands to qemu-config-qmp.c
Philippe Mathieu-Daudé
2024-04-18
2
-0
/
+207
|
/
*
monitor/hmp-cmds-target: Append a space in error message in gpa2hva()
Yao Xingtao
2024-03-26
1
-1
/
+1
*
monitor/target: Include missing 'exec/memory.h' header
Philippe Mathieu-Daudé
2024-02-13
1
-0
/
+1
*
monitor: only run coroutine commands in qemu_aio_context
Stefan Hajnoczi
2024-01-26
1
-17
/
+0
*
hmp: Improve sync-profile error message
Markus Armbruster
2023-11-17
1
-2
/
+2
*
qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
Maciej S. Szmigiero
2023-11-06
1
-0
/
+1
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
1
-1
/
+1
*
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
2023-08-31
1
-1
/
+1
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-2
/
+2
*
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
*
atomics: eliminate mb_read/mb_set
Paolo Bonzini
2023-06-06
1
-1
/
+1
*
monitor: do not use mb_read/mb_set
Paolo Bonzini
2023-05-25
1
-9
/
+18
*
monitor: extract request dequeuing to a new function
Paolo Bonzini
2023-05-25
1
-15
/
+22
*
monitor: introduce qmp_dispatcher_co_wake
Paolo Bonzini
2023-05-25
3
-29
/
+31
*
monitor: cleanup fetching of QMP requests
Paolo Bonzini
2023-05-25
2
-27
/
+22
*
monitor: cleanup detection of qmp_dispatcher_co shutting down
Paolo Bonzini
2023-05-25
2
-1
/
+3
*
monitor: do not use mb_read/mb_set for suspend_cnt
Paolo Bonzini
2023-05-25
3
-23
/
+24
*
monitor: add more *_locked() functions
Paolo Bonzini
2023-05-25
1
-6
/
+8
*
monitor: allow calling monitor_resume under mon_lock
Paolo Bonzini
2023-05-25
1
-6
/
+6
*
monitor: use QEMU_LOCK_GUARD a bit more
Paolo Bonzini
2023-05-25
1
-4
/
+2
*
monitor: convert monitor_cleanup() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
2023-04-25
1
-2
/
+2
*
hmp: convert handle_hmp_command() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
2023-04-25
1
-1
/
+1
[next]