index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
monitor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hmp: Remove "info pcmcia"
Markus Armbruster
2014-10-24
1
-8
/
+0
*
monitor: delete device_del_bus_completion
Zhu Guihua
2014-10-23
1
-20
/
+0
*
monitor: add del completion for peripheral device
Zhu Guihua
2014-10-23
1
-0
/
+26
*
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
1
-3
/
+3
*
block: Eliminate bdrv_iterate(), use bdrv_next()
Markus Armbruster
2014-10-20
1
-23
/
+9
*
Add HMP command "info memory-devices"
Zhu Guihua
2014-09-26
1
-0
/
+7
*
monitor: Reset HMP mon->rs in CHR_EVENT_OPEN
Stratos Psomadakis
2014-09-26
1
-0
/
+1
*
trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP
LluĂs Vilanova
2014-09-26
1
-13
/
+14
*
monitor: fix debug print compiling error
Gonglei
2014-09-12
1
-2
/
+5
*
monitor: fix use after free
Michael S. Tsirkin
2014-08-18
1
-3
/
+5
*
monitor: Remove hardcoded watchdog event names
Hani Benhabiles
2014-08-18
1
-6
/
+5
*
monitor: Add drift info to 'info jit'
Sebastian Tanase
2014-08-07
1
-0
/
+1
*
serial: poll the serial console with G_IO_HUP
Roger Pau Monne
2014-06-30
1
-1
/
+1
*
mc146818rtc: add rtc-reset-reinjection QMP command
Marcelo Tosatti
2014-06-29
1
-0
/
+7
*
virtio-serial: report frontend connection state via monitor
Laszlo Ersek
2014-06-27
1
-0
/
+1
*
qapi event: clean up in callers
Wenchao Xia
2014-06-27
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-06-24
1
-135
/
+92
|
\
|
*
monitor: protect event emission
Paolo Bonzini
2014-06-23
1
-0
/
+16
|
*
monitor: protect outbuf and mux_out with mutex
Paolo Bonzini
2014-06-23
1
-9
/
+36
|
*
qapi event: clean up
Wenchao Xia
2014-06-23
1
-216
/
+4
|
*
qapi event: convert QUORUM events
Wenchao Xia
2014-06-23
1
-3
/
+3
|
*
qapi event: convert BALLOON_CHANGE
Wenchao Xia
2014-06-23
1
-2
/
+1
|
*
qmp: convert ACPI_DEVICE_OST event
Igor Mammedov
2014-06-23
1
-1
/
+0
|
*
qapi event: convert WATCHDOG
Wenchao Xia
2014-06-23
1
-1
/
+1
|
*
qapi event: convert RTC_CHANGE
Wenchao Xia
2014-06-23
1
-1
/
+3
|
*
monitor: add an implemention of qapi event emit method
Wenchao Xia
2014-06-23
1
-1
/
+127
*
|
qapi/hmp: use 'backend' instead of 'device' with memory backend
Igor Mammedov
2014-06-23
1
-1
/
+1
|
/
*
qmp: add ACPI_DEVICE_OST event handling
Igor Mammedov
2014-06-19
1
-0
/
+1
*
hmp: add info memdev
Hu Tao
2014-06-19
1
-0
/
+7
*
NUMA: Add numa_info structure to contain numa nodes info
Wanlong Gao
2014-06-19
1
-1
/
+1
*
monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode
Tom Musta
2014-06-16
1
-0
/
+4
*
monitor: Add delvm and loadvm argument completion
Hani Benhabiles
2014-06-11
1
-0
/
+48
*
monitor: Add host_net_remove arguments completion
Hani Benhabiles
2014-06-11
1
-0
/
+38
*
monitor: Add host_net_add device argument completion
Hani Benhabiles
2014-06-11
1
-0
/
+16
*
monitor: Add migrate_set_capability completion
Hani Benhabiles
2014-06-11
1
-0
/
+21
*
monitor: Add watchdog_action argument completion
Hani Benhabiles
2014-06-11
1
-0
/
+14
*
monitor: Add ringbuf_write and ringbuf_read argument completion
Hani Benhabiles
2014-06-11
1
-0
/
+39
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
1
-0
/
+1
*
monitor: Add netdev_del id argument completion.
Hani Benhabiles
2014-05-15
1
-0
/
+26
*
monitor: Add netdev_add type argument completion.
Hani Benhabiles
2014-05-15
1
-0
/
+15
*
monitor: Add set_link arguments completion.
Hani Benhabiles
2014-05-15
1
-0
/
+34
*
monitor: Add chardev-add backend argument completion.
Hani Benhabiles
2014-05-15
1
-0
/
+23
*
monitor: Add chardev-remove command completion.
Hani Benhabiles
2014-05-15
1
-0
/
+23
*
monitor: Convert sendkey to use command_completion.
Hani Benhabiles
2014-05-15
1
-9
/
+23
*
monitor: add Error-propagating monitor_handle_fd_param2()
Laszlo Ersek
2014-05-08
1
-5
/
+22
*
monitor: Add missing 'static' attribute
Stefan Weil
2014-05-07
1
-1
/
+1
*
monitor: fix qmp_getfd() fd leak in error case
Stefan Hajnoczi
2014-04-25
1
-0
/
+1
*
monitor: Add device_add and device_del completion.
Hani Benhabiles
2014-04-25
1
-14
/
+24
*
monitor: Add command_completion callback to mon_cmd_t.
Hani Benhabiles
2014-04-25
1
-6
/
+13
*
monitor: Remove unused monitor_print_filename
Cole Robinson
2014-04-25
1
-27
/
+0
[next]