index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
monitor
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
2020-11-13
1
-3
/
+3
*
hmp: Pass monitor to MonitorDef.get_value()
Kevin Wolf
2020-11-13
1
-1
/
+1
*
hmp: Pass monitor to mon_get_cpu()
Kevin Wolf
2020-11-13
3
-11
/
+11
*
console: make QMP/HMP screendump run in coroutine
Marc-André Lureau
2020-11-04
1
-1
/
+2
*
qapi: Add VFIO devices migration stats in Migration stats
Kirti Wankhede
2020-11-01
1
-0
/
+6
*
spice: move display_add_client() to QemuSpiceOps.
Gerd Hoffmann
2020-10-21
1
-1
/
+1
*
spice: move auth functions to QemuSpiceOps.
Gerd Hoffmann
2020-10-21
1
-2
/
+2
*
spice: add QemuSpiceOps, move migrate_info
Gerd Hoffmann
2020-10-21
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-10-16
1
-16
/
+17
|
\
|
*
monitor: Fix order in monitor_cleanup()
Kevin Wolf
2020-10-15
1
-16
/
+17
*
|
meson: add spice_headers dependency.
Gerd Hoffmann
2020-10-15
1
-1
/
+1
|
/
*
hmp: Add support for coroutine command handlers
Kevin Wolf
2020-10-09
2
-5
/
+33
*
qmp: Move dispatcher to a coroutine
Kevin Wolf
2020-10-09
3
-40
/
+143
*
monitor: Make current monitor a per-coroutine property
Kevin Wolf
2020-10-09
2
-9
/
+29
*
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
2020-10-09
1
-7
/
+2
*
qmp: Assert that no other monitor is active
Kevin Wolf
2020-10-09
1
-1
/
+4
*
hmp: Update current monitor only in handle_hmp_command()
Kevin Wolf
2020-10-09
2
-10
/
+5
*
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-10-09
6
-19
/
+40
*
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
2020-10-09
2
-11
/
+11
*
monitor: Add Monitor parameter to monitor_set_cpu()
Kevin Wolf
2020-10-09
2
-6
/
+6
*
qapi: Extract PCI commands to 'pci.json'
Philippe Mathieu-Daudé
2020-09-29
1
-0
/
+1
*
qapi: Extract ACPI commands to 'acpi.json'
Philippe Mathieu-Daudé
2020-09-29
1
-0
/
+1
*
qapi: Restrict balloon-related commands to machine code
Philippe Mathieu-Daudé
2020-09-29
1
-0
/
+1
*
monitor: Use LOCK_GUARD macros
Dr. David Alan Gilbert
2020-09-25
1
-30
/
+14
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
3
-7
/
+7
*
monitor: simplify functions for getting a dup'd fdset entry
Daniel P. Berrangé
2020-09-16
1
-33
/
+25
*
configure: do not include dependency flags in QEMU_CFLAGS and LIBS
Paolo Bonzini
2020-09-08
1
-1
/
+1
*
migration: Add block-bitmap-mapping parameter
Max Reitz
2020-08-21
1
-0
/
+30
*
meson: convert common QMP bits for qemu and qemu-storage-daemon
Paolo Bonzini
2020-08-21
2
-6
/
+9
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-0
/
+1
*
monitor/misc: Remove unused "chardev/char-mux.h" include
Philippe Mathieu-Daudé
2020-07-13
1
-1
/
+0
*
qapi: Smooth another visitor error checking pattern
Markus Armbruster
2020-07-10
1
-13
/
+6
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
hmp: Eliminate a variable in hmp_migrate_set_parameter()
Markus Armbruster
2020-07-10
1
-6
/
+2
*
virtio-pci: Send qapi events when the virtio-mem size changes
David Hildenbrand
2020-07-03
1
-0
/
+1
*
hmp: Handle virtio-mem when printing memory device info
David Hildenbrand
2020-07-03
1
-0
/
+16
*
monitor/hmp-cmds: improvements for the 'info migrate'
Mao Zhongyi
2020-06-17
1
-3
/
+3
*
monitor/hmp-cmds: add 'goto end' to reduce duplicate code.
Mao Zhongyi
2020-06-17
1
-4
/
+4
*
monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()
Mao Zhongyi
2020-06-17
1
-3
/
+2
*
monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...
Mao Zhongyi
2020-06-17
1
-1
/
+4
*
monitor/hmp-cmds: add units for migrate_parameters
Mao Zhongyi
2020-06-17
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-06-13
1
-1
/
+2
|
\
|
*
memory: Make 'info mtree' not display disabled regions by default
Philippe Mathieu-Daudé
2020-06-10
1
-1
/
+2
*
|
pci: Display PCI IRQ pin in "info pci"
Peter Xu
2020-06-12
1
-1
/
+2
|
/
*
various: Remove unnecessary OBJECT() cast
Philippe Mathieu-Daudé
2020-05-15
1
-2
/
+1
*
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-05-15
1
-1
/
+1
*
migration/xbzrle: add encoding rate
Wei Wang
2020-05-07
1
-0
/
+2
*
migration/throttle: Add cpu-throttle-tailslow migration parameter
Keqian Zhu
2020-05-07
1
-0
/
+8
*
migration: move the units of migrate parameters from milliseconds to ms
Mao Zhongyi
2020-05-07
1
-4
/
+4
*
monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()
Mao Zhongyi
2020-05-07
1
-1
/
+4
[prev]
[next]