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
...
*
|
monitor:Don't use '#' flag of printf format ('%#') in format strings
Yutao Ai
2020-12-18
1
-1
/
+1
*
|
monitor:braces {} are necessary for all arms of this statement
Yutao Ai
2020-12-18
1
-5
/
+9
*
|
monitor:open brace '{' following struct go on the same line
Yutao Ai
2020-12-18
1
-2
/
+1
|
/
*
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
2020-12-15
1
-1
/
+2
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-1
/
+1
*
vl: remove separate preconfig main_loop
Paolo Bonzini
2020-12-15
1
-9
/
+0
*
remove preconfig state
Paolo Bonzini
2020-12-15
2
-6
/
+6
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-11
2
-9
/
+12
|
\
|
*
hmp: introduce cmd_available
Paolo Bonzini
2020-12-10
1
-8
/
+10
|
*
make ram_size local to vl.c
Paolo Bonzini
2020-12-10
1
-1
/
+2
*
|
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
2020-12-10
1
-4
/
+13
*
|
ui: Tweak a client_migrate_info error message
Markus Armbruster
2020-12-10
1
-1
/
+1
*
|
ui: Improve a client_migrate_info error message
Markus Armbruster
2020-12-10
1
-1
/
+1
*
|
ui: Improve some set_passwd, expire_password error messages
Markus Armbruster
2020-12-10
1
-23
/
+15
*
|
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
2020-12-10
1
-4
/
+4
|
/
*
net: do not exit on "netdev_add help" monitor command
Paolo Bonzini
2020-11-24
1
-0
/
+6
*
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
[prev]
[next]