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
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
2014-06-11
monitor: Add ringbuf_write and ringbuf_read argument completion
Hani Benhabiles
1
-0
/
+39
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
1
-0
/
+1
2014-05-15
monitor: Add netdev_del id argument completion.
Hani Benhabiles
1
-0
/
+26
2014-05-15
monitor: Add netdev_add type argument completion.
Hani Benhabiles
1
-0
/
+15
2014-05-15
monitor: Add set_link arguments completion.
Hani Benhabiles
1
-0
/
+34
2014-05-15
monitor: Add chardev-add backend argument completion.
Hani Benhabiles
1
-0
/
+23
2014-05-15
monitor: Add chardev-remove command completion.
Hani Benhabiles
1
-0
/
+23
2014-05-15
monitor: Convert sendkey to use command_completion.
Hani Benhabiles
1
-9
/
+23
2014-05-08
monitor: add Error-propagating monitor_handle_fd_param2()
Laszlo Ersek
1
-5
/
+22
2014-05-07
monitor: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-04-25
monitor: fix qmp_getfd() fd leak in error case
Stefan Hajnoczi
1
-0
/
+1
2014-04-25
monitor: Add device_add and device_del completion.
Hani Benhabiles
1
-14
/
+24
2014-04-25
monitor: Add command_completion callback to mon_cmd_t.
Hani Benhabiles
1
-6
/
+13
2014-04-25
monitor: Remove unused monitor_print_filename
Cole Robinson
1
-27
/
+0
2014-03-05
input: mouse: switch monitor to new core
Gerd Hoffmann
1
-5
/
+26
2014-02-28
monitor: Remove left-over code in do_info_profile.
Hani Benhabiles
1
-4
/
+0
2014-02-21
quorum: Add quorum_open() and quorum_close().
Benoît Canet
1
-0
/
+3
2014-02-21
quorum: Add quorum mechanism.
Benoît Canet
1
-0
/
+2
2014-02-17
monitor: Add object_add class argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-17
monitor: Add object_del id argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-17
monitor: Add device_add device argument completion.
Hani Benhabiles
1
-0
/
+26
[next]