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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-06
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
1
-0
/
+5
2015-02-06
monitor: more accurate completion for host_net_remove()
Jason Wang
1
-0
/
+5
2015-01-29
qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macro
Markus Armbruster
1
-1
/
+2
2015-01-29
qmp: Simplify recognition of capability negotiation command
Markus Armbruster
1
-8
/
+3
2015-01-29
qmp hmp: Factor out common "using spice" test
Markus Armbruster
1
-2
/
+3
2015-01-20
monitor.c: Use ld*_p() instead of ld*_raw()
Peter Maydell
1
-4
/
+4
2014-12-22
bootdevice: add Error **errp argument for qemu_boot_set()
Gonglei
1
-8
/
+6
2014-12-17
tcg: add separate monitor command to dump opcode counters
Max Filippov
1
-0
/
+12
2014-12-10
monitor: Fix HMP tab completion
Kevin Wolf
1
-1
/
+1
2014-12-10
block/hmp: Allow node-name in 'info block'
Kevin Wolf
1
-3
/
+3
2014-11-27
hmp: fix regression of HMP device_del auto-completion
Marcel Apfelbaum
1
-7
/
+4
2014-11-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...
Peter Maydell
1
-1
/
+5
2014-11-11
numa: make 'info numa' take into account hotplugged memory
zhanghailiang
1
-1
/
+5
2014-11-04
ppc: fix monitor access to CR
Paolo Bonzini
1
-1
/
+1
2014-10-24
hmp: Remove "info pcmcia"
Markus Armbruster
1
-8
/
+0
2014-10-23
monitor: delete device_del_bus_completion
Zhu Guihua
1
-20
/
+0
2014-10-23
monitor: add del completion for peripheral device
Zhu Guihua
1
-0
/
+26
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
1
-3
/
+3
2014-10-20
block: Eliminate bdrv_iterate(), use bdrv_next()
Markus Armbruster
1
-23
/
+9
2014-09-26
Add HMP command "info memory-devices"
Zhu Guihua
1
-0
/
+7
2014-09-26
monitor: Reset HMP mon->rs in CHR_EVENT_OPEN
Stratos Psomadakis
1
-0
/
+1
2014-09-26
trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP
LluĂs Vilanova
1
-13
/
+14
2014-09-12
monitor: fix debug print compiling error
Gonglei
1
-2
/
+5
2014-08-18
monitor: fix use after free
Michael S. Tsirkin
1
-3
/
+5
2014-08-18
monitor: Remove hardcoded watchdog event names
Hani Benhabiles
1
-6
/
+5
2014-08-07
monitor: Add drift info to 'info jit'
Sebastian Tanase
1
-0
/
+1
2014-06-30
serial: poll the serial console with G_IO_HUP
Roger Pau Monne
1
-1
/
+1
2014-06-29
mc146818rtc: add rtc-reset-reinjection QMP command
Marcelo Tosatti
1
-0
/
+7
2014-06-27
virtio-serial: report frontend connection state via monitor
Laszlo Ersek
1
-0
/
+1
2014-06-27
qapi event: clean up in callers
Wenchao Xia
1
-1
/
+1
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-135
/
+92
2014-06-23
monitor: protect event emission
Paolo Bonzini
1
-0
/
+16
2014-06-23
monitor: protect outbuf and mux_out with mutex
Paolo Bonzini
1
-9
/
+36
2014-06-23
qapi event: clean up
Wenchao Xia
1
-216
/
+4
2014-06-23
qapi event: convert QUORUM events
Wenchao Xia
1
-3
/
+3
2014-06-23
qapi event: convert BALLOON_CHANGE
Wenchao Xia
1
-2
/
+1
2014-06-23
qmp: convert ACPI_DEVICE_OST event
Igor Mammedov
1
-1
/
+0
2014-06-23
qapi event: convert WATCHDOG
Wenchao Xia
1
-1
/
+1
2014-06-23
qapi event: convert RTC_CHANGE
Wenchao Xia
1
-1
/
+3
2014-06-23
monitor: add an implemention of qapi event emit method
Wenchao Xia
1
-1
/
+127
2014-06-23
qapi/hmp: use 'backend' instead of 'device' with memory backend
Igor Mammedov
1
-1
/
+1
2014-06-19
qmp: add ACPI_DEVICE_OST event handling
Igor Mammedov
1
-0
/
+1
2014-06-19
hmp: add info memdev
Hu Tao
1
-0
/
+7
2014-06-19
NUMA: Add numa_info structure to contain numa nodes info
Wanlong Gao
1
-1
/
+1
2014-06-16
monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode
Tom Musta
1
-0
/
+4
2014-06-11
monitor: Add delvm and loadvm argument completion
Hani Benhabiles
1
-0
/
+48
2014-06-11
monitor: Add host_net_remove arguments completion
Hani Benhabiles
1
-0
/
+38
2014-06-11
monitor: Add host_net_add device argument completion
Hani Benhabiles
1
-0
/
+16
2014-06-11
monitor: Add migrate_set_capability completion
Hani Benhabiles
1
-0
/
+21
2014-06-11
monitor: Add watchdog_action argument completion
Hani Benhabiles
1
-0
/
+14
[next]