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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2022-10-17
qmp/hmp, device_tree.c: introduce dumpdtb
Daniel Henrique Barboza
1
-0
/
+1
2022-10-12
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
1
-0
/
+310
2022-10-09
hmp: add virtio commands
Laurent Vivier
1
-0
/
+310
2022-10-07
jobs: group together API calls under the same job lock
Emanuele Giuseppe Esposito
1
-2
/
+5
2022-10-06
monitor: expose monitor_puts to rest of code
Alex Bennée
3
-6
/
+5
2022-09-15
monitor/hmp: print trace as option in help for log command
Dongli Zhang
1
-2
/
+7
2022-09-15
monitor: Support specified vCPU registers
zhenwei pi
1
-2
/
+8
2022-07-21
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-0
/
+2
2022-07-20
Add dirty-sync-missed-zero-copy migration stat
Leonardo Bras
1
-0
/
+5
2022-07-18
monitor: add support for boolean statistics
Paolo Bonzini
1
-0
/
+2
2022-06-22
migration: Change zero_copy_send from migration parameter to migration capabi...
Leonardo Bras
1
-6
/
+0
2022-06-14
hmp: add filtering of statistics by name
Paolo Bonzini
1
-9
/
+26
2022-06-14
qmp: add filtering of statistics by name
Paolo Bonzini
1
-1
/
+6
2022-06-14
hmp: add filtering of statistics by provider
Paolo Bonzini
1
-7
/
+32
2022-06-14
qmp: add filtering of statistics by provider
Paolo Bonzini
2
-10
/
+33
2022-06-14
hmp: add basic "info stats" implementation
Mark Kanda
1
-0
/
+190
2022-06-14
qmp: add filtering of statistics by target vCPU
Paolo Bonzini
1
-1
/
+33
2022-06-14
qmp: Support for querying stats
Mark Kanda
1
-0
/
+95
2022-05-26
mos6522: fix linking error when CONFIG_MOS6522 is not set
Murilo Opsfelder Araujo
1
-0
/
+3
2022-05-16
migration: Add zero-copy-send parameter for QMP/HMP for Linux
Leonardo Bras
1
-0
/
+6
2022-04-27
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
2
-1
/
+26
2022-04-27
qapi/ui: add 'display-update' command for changing listen address
Vladimir Sementsov-Ogievskiy
1
-0
/
+15
2022-04-27
Added parameter to take screenshot with screendump as PNG
Kshitij Suri
1
-1
/
+11
2022-04-25
block: add 'force' parameter to 'blockdev-change-medium' command
Denis V. Lunev
1
-1
/
+3
2022-04-21
Move error_printf_unless_qmp() with monitor unit
Marc-André Lureau
1
-0
/
+10
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
1
-2
/
+2
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-1
/
+0
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
1
-1
/
+0
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
1
-1
/
+5
2022-04-20
util/log: Return bool from qemu_set_log_filename
Richard Henderson
1
-2
/
+1
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
include: move dump_in_progress() to runstate.h
Marc-André Lureau
1
-2
/
+2
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-2
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-2
/
+2
2022-03-04
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
1
-1
/
+1
2022-03-02
qapi/monitor: allow VNC display id in set/expire_password
Stefan Reiter
2
-32
/
+42
2022-03-02
qapi/monitor: refactor set/expire_password with enums
Stefan Reiter
2
-27
/
+39
2022-03-02
monitor/hmp: add support for flag argument with value
Stefan Reiter
2
-2
/
+20
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
1
-0
/
+1
2022-01-28
migration: Tally pre-copy, downtime and post-copy bytes independently
David Edmondson
1
-0
/
+12
2022-01-18
monitor: move x-query-profile into accel/tcg to fix build
Alex Bennée
1
-31
/
+0
2021-12-21
ui/dbus: add p2p=on/off option
Marc-André Lureau
1
-0
/
+13
2021-12-10
numa: Enable numa for SGX EPC sections
Yang Zhong
1
-0
/
+1
2021-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
1
-3
/
+12
2021-11-03
Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...
Richard Henderson
1
-1
/
+1
2021-11-02
qapi: introduce x-query-irq QMP command
Daniel P. Berrangé
2
-38
/
+44
2021-11-02
qapi: introduce x-query-ramblock QMP command
Daniel P. Berrangé
2
-6
/
+8
2021-11-02
qapi: introduce x-query-rdma QMP command
Daniel P. Berrangé
2
-27
/
+32
2021-11-02
qapi: introduce x-query-profile QMP command
Daniel P. Berrangé
2
-27
/
+32
[next]