Sign in
qemu-android
/
qemu-android
/
44a1f94684eeaa6e312ea2d77ede266a81d31210
/
monitor.c
48fe86f
monitor: Fix HMP tab completion
by Kevin Wolf
· 10 years ago
e6bb31e
block/hmp: Allow node-name in 'info block'
by Kevin Wolf
· 11 years ago
4cae4d5
hmp: fix regression of HMP device_del auto-completion
by Marcel Apfelbaum
· 10 years ago
776346c
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-11' into staging
by Peter Maydell
· 10 years ago
5b009e4
numa: make 'info numa' take into account hotplugged memory
by zhanghailiang
· 10 years ago
d298118
ppc: fix monitor access to CR
by Paolo Bonzini
· 11 years ago
7797a73
hmp: Remove "info pcmcia"
by Markus Armbruster
· 10 years ago
e799157
monitor: delete device_del_bus_completion
by Zhu Guihua
· 10 years ago
6a1fa9f
monitor: add del completion for peripheral device
by Zhu Guihua
· 10 years ago
097310b
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
by Markus Armbruster
· 10 years ago
fea68bb
block: Eliminate bdrv_iterate(), use bdrv_next()
by Markus Armbruster
· 10 years ago
a631892
Add HMP command "info memory-devices"
by Zhu Guihua
· 11 years ago
e5554e2
monitor: Reset HMP mon->rs in CHR_EVENT_OPEN
by Stratos Psomadakis
· 11 years ago
14101d0
trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMP
by Lluís Vilanova
· 11 years ago
5fb9b5b
monitor: fix debug print compiling error
by Gonglei
· 11 years ago
b3dd1b8
monitor: fix use after free
by Michael S. Tsirkin
· 11 years ago
4bb08af
monitor: Remove hardcoded watchdog event names
by Hani Benhabiles
· 11 years ago
27498be
monitor: Add drift info to 'info jit'
by Sebastian Tanase
· 11 years ago
e02bc6d
serial: poll the serial console with G_IO_HUP
by Roger Pau Monne
· 11 years ago
f2ae8ab
mc146818rtc: add rtc-reset-reinjection QMP command
by Marcelo Tosatti
· 11 years ago
e2ae615
virtio-serial: report frontend connection state via monitor
by Laszlo Ersek
· 11 years ago
2f44a08
qapi event: clean up in callers
by Wenchao Xia
· 11 years ago
089a394
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
d622cb5
monitor: protect event emission
by Paolo Bonzini
· 11 years ago
6cff3e8
monitor: protect outbuf and mux_out with mutex
by Paolo Bonzini
· 11 years ago
7517517
qapi event: clean up
by Wenchao Xia
· 11 years ago
fe069d9
qapi event: convert QUORUM events
by Wenchao Xia
· 11 years ago
aef9d31
qapi event: convert BALLOON_CHANGE
by Wenchao Xia
· 11 years ago
5f41fbb
qmp: convert ACPI_DEVICE_OST event
by Igor Mammedov
· 11 years ago
99eaf09
qapi event: convert WATCHDOG
by Wenchao Xia
· 11 years ago
e010ad8
qapi event: convert RTC_CHANGE
by Wenchao Xia
· 11 years ago
43a14cf
monitor: add an implemention of qapi event emit method
by Wenchao Xia
· 11 years ago
8f4e5ac
qapi/hmp: use 'backend' instead of 'device' with memory backend
by Igor Mammedov
· 11 years ago
02edd40
qmp: add ACPI_DEVICE_OST event handling
by Igor Mammedov
· 11 years ago
eb1539b
hmp: add info memdev
by Hu Tao
· 11 years ago
8c85901
NUMA: Add numa_info structure to contain numa nodes info
by Wanlong Gao
· 11 years ago
1c38f84
monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode
by Tom Musta
· 11 years ago
b21631f
monitor: Add delvm and loadvm argument completion
by Hani Benhabiles
· 11 years ago
ddd6b45
monitor: Add host_net_remove arguments completion
by Hani Benhabiles
· 11 years ago
e3bb532
monitor: Add host_net_add device argument completion
by Hani Benhabiles
· 11 years ago
c68a040
monitor: Add migrate_set_capability completion
by Hani Benhabiles
· 11 years ago
d0ece34
monitor: Add watchdog_action argument completion
by Hani Benhabiles
· 11 years ago
8e59777
monitor: Add ringbuf_write and ringbuf_read argument completion
by Hani Benhabiles
· 11 years ago
f08b617
softmmu: introduce cpu_ldst.h
by Paolo Bonzini
· 11 years ago
11b389f
monitor: Add netdev_del id argument completion.
by Hani Benhabiles
· 11 years ago
b162b49
monitor: Add netdev_add type argument completion.
by Hani Benhabiles
· 11 years ago
40d1939
monitor: Add set_link arguments completion.
by Hani Benhabiles
· 11 years ago
13e315d
monitor: Add chardev-add backend argument completion.
by Hani Benhabiles
· 11 years ago
6297d9a
monitor: Add chardev-remove command completion.
by Hani Benhabiles
· 11 years ago
29136cd
monitor: Convert sendkey to use command_completion.
by Hani Benhabiles
· 11 years ago
5906366
monitor: add Error-propagating monitor_handle_fd_param2()
by Laszlo Ersek
· 11 years ago
79f3202
monitor: Add missing 'static' attribute
by Stefan Weil
· 11 years ago
0b9f0e2
monitor: fix qmp_getfd() fd leak in error case
by Stefan Hajnoczi
· 11 years ago
2da1b3a
monitor: Add device_add and device_del completion.
by Hani Benhabiles
· 11 years ago
bfa40f7
monitor: Add command_completion callback to mon_cmd_t.
by Hani Benhabiles
· 11 years ago
4a66d3b
monitor: Remove unused monitor_print_filename
by Cole Robinson
· 11 years ago
c751a74
input: mouse: switch monitor to new core
by Gerd Hoffmann
· 11 years ago
de92f3f
monitor: Remove left-over code in do_info_profile.
by Hani Benhabiles
· 11 years ago
c88a1de
quorum: Add quorum_open() and quorum_close().
by Benoît Canet
· 11 years ago
95c6bff
quorum: Add quorum mechanism.
by Benoît Canet
· 11 years ago
1094fd3
monitor: Add object_add class argument completion.
by Hani Benhabiles
· 11 years ago
b48fa07
monitor: Add object_del id argument completion.
by Hani Benhabiles
· 11 years ago
992d3e6
monitor: Add device_add device argument completion.
by Hani Benhabiles
· 11 years ago
fca72d9
monitor: Add device_del id argument completion.
by Hani Benhabiles
· 11 years ago
2c17449
exec: Make ldq/ldub_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
31db5b3
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' into staging
by Peter Maydell
· 11 years ago
d5d1507
readline: Add missing GCC_FMT_ATTR
by Stefan Weil
· 11 years ago
056f49f
monitor: Cleanup mon->outbuf on write error
by Stratos Psomadakis
· 11 years ago
0150cd8
readline: move readline to a generic location
by Stefan Hajnoczi
· 11 years ago
c60bf33
readline: decouple readline from the monitor
by Stefan Hajnoczi
· 11 years ago
1ba1905
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
by Anthony Liguori
· 11 years ago
04f1f78
ppc: Add CFAR, DAR and DSISR to the dictionary of printable registers
by Tom Musta
· 12 years ago
c20b7fa
monitor: eliminate monitor_event_state_lock
by Paolo Bonzini
· 11 years ago
aaa6a40
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
bb7d4d8
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
a40f1c2
qcow2: Metadata overlap checks
by Max Reitz
· 12 years ago
7ca0e06
monitor: improve auto complete of "help" for single command in sub group
by Wenchao Xia
· 12 years ago
129be00
monitor: allow "help" show message for single command in sub group
by Wenchao Xia
· 12 years ago
d903a77
monitor: support sub command in auto completion
by Wenchao Xia
· 12 years ago
c35b640
monitor: refine monitor_find_completion()
by Wenchao Xia
· 12 years ago
6685549
monitor: support sub command in help
by Wenchao Xia
· 12 years ago
dcc70cd
monitor: refine parse_cmdline()
by Wenchao Xia
· 12 years ago
f5438c0
monitor: code move for parse_cmdline()
by Wenchao Xia
· 12 years ago
7717239
monitor: avoid direct use of global variable *mon_cmds
by Wenchao Xia
· 12 years ago
b01fe89
monitor: split off monitor_data_init()
by Wenchao Xia
· 12 years ago
d038317
monitor: call sortcmdlist() only one time
by Wenchao Xia
· 12 years ago
d2674b2
monitor: avoid use of global *cur_mon in monitor_find_completion()
by Wenchao Xia
· 12 years ago
599a926
monitor: avoid use of global *cur_mon in block_completion_it()
by Wenchao Xia
· 12 years ago
cb8f68b
monitor: avoid use of global *cur_mon in file_completion()
by Wenchao Xia
· 12 years ago
cd5c6bb
monitor: avoid use of global *cur_mon in cmd_completion()
by Wenchao Xia
· 12 years ago
9c3175c
monitor: Add missing attributes to local function
by Stefan Weil
· 12 years ago
f7ad538
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
277acfe
monitor: print the invalid char in error message
by Fam Zheng
· 12 years ago
f17ec44
exec: Change cpu_memory_rw_debug() argument to CPUState
by Andreas Färber
· 12 years ago
293d2a0
monitor: maintain at most one G_IO_OUT watch
by Laszlo Ersek
· 12 years ago
e9acb8c
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
b1be428
net: add support of mac-programming over macvtap in QEMU side
by Amos Kong
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
Next »