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-10.2
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-10.2
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
2026-02-02
monitor: Reduce target-specific methods
Philippe Mathieu-Daudé
2
-57
/
+55
2026-02-02
monitor: Add hmp_cmds_for_target() helper
Philippe Mathieu-Daudé
3
-10
/
+20
2026-02-02
monitor: Reduce target-specific declarations
Philippe Mathieu-Daudé
1
-0
/
+1
2026-01-08
Merge tag 'pull-error-2026-01-07-v2' of https://repo.or.cz/qemu/armbru into s...
Richard Henderson
1
-1
/
+1
2026-01-07
monitor/qmp: cleanup SocketChardev listener sources early to avoid fd handlin...
Jie Song
1
-0
/
+5
2026-01-07
error: Use error_setg_file_open() for simplicity and consistency
Markus Armbruster
1
-1
/
+1
2025-12-30
monitor/hmp: Merge hmp-cmds-target.c within hmp-cmds.c
Philippe Mathieu-Daudé
3
-384
/
+355
2025-12-30
monitor/hmp: Fix coding style in hmp-cmds-target.c
Philippe Mathieu-Daudé
1
-9
/
+13
2025-12-30
monitor/hmp: Inline ld[uw,l,q]_p() calls in memory_dump()
Philippe Mathieu-Daudé
1
-3
/
+4
2025-12-30
monitor/hmp: Remove target_long uses in memory_dump()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-12-30
monitor/hmp: Use plain uint64_t @addr argument in memory_dump()
Philippe Mathieu-Daudé
1
-6
/
+3
2025-12-30
monitor/hmp: Make memory_dump() @is_physical argument a boolean
Philippe Mathieu-Daudé
1
-3
/
+3
2025-12-30
monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa()
Philippe Mathieu-Daudé
1
-1
/
+1
2025-12-27
qmp: Fix thread race
Marc Morcos
2
-4
/
+10
2025-12-27
include: move hw/qdev-core.h to hw/core/, rename
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: move hw/boards.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-12-16
monitor: Fix const qualifier build errors with recent glibc
Cédric Le Goater
1
-2
/
+3
2025-10-28
char: rename CharBackend->CharFrontend
Marc-André Lureau
1
-1
/
+1
2025-10-21
hw/core: Filter machine list available for a particular target binary
Philippe Mathieu-Daudé
1
-1
/
+2
2025-09-30
monitor: Clean up HMP gdbserver error reporting
Markus Armbruster
1
-3
/
+4
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
[next]