Sign in
qemu
/
qemu
/
e54835c06d1f4896941c1505a86532aa1403ebe8
/
monitor.c
aaa6a40
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 11 years ago
bb7d4d8
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 11 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
a40f1c2
qcow2: Metadata overlap checks
by Max Reitz
· 11 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
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
cb446ec
kvm: Change cpu_synchronize_state() argument to CPUState
by Andreas Färber
· 12 years ago
c51a944
monitor: Simplify do_inject_mce() with qemu_get_cpu()
by Andreas Färber
· 12 years ago
e73fe2b
hmp: add parameters device and -v for info block
by Wenchao Xia
· 12 years ago
5e00984
cutils: Support 'P' and 'E' suffixes in strtosz()
by Kevin Wolf
· 12 years ago
a4cc73d
do not check pointers after dereferencing them
by Paolo Bonzini
· 12 years ago
997aba8
remove some double-includes
by Michael Tokarev
· 12 years ago
c401a8a
add a new qevent: QEVENT_GUEST_PANICKED
by Hu Tao
· 12 years ago
ffa48cf
audio: remove HAS_AUDIO
by Paolo Bonzini
· 12 years ago
4ceb193
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
bdee56f
tpm: reorganize headers and split hardware part
by Paolo Bonzini
· 12 years ago
315f9e1
Revert "New QMP command query-cpu-max and HMP command cpu_max"
by Michal Novotny
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
48c043d
hmp: human-monitor-command: stop using the Memory chardev driver
by Luiz Capitulino
· 12 years ago
e1f2641
Monitor: Make output buffer dynamic
by Luiz Capitulino
· 12 years ago
ca285c3
trace: [monitor] Use new event control interface
by Lluís Vilanova
· 12 years ago
404e7a4
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
4d70043
New QMP command query-cpu-max and HMP command cpu_max
by Michal Novotny
· 12 years ago
d76bb73
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
by Aurelien Jarno
· 12 years ago
9baea4a
target-ppc: Remove vestigial PowerPC 620 support
by David Gibson
· 12 years ago
085d813
Fix typos and misspellings
by Peter Maydell
· 12 years ago
f628926
fix monitor
by Gerd Hoffmann
· 12 years ago
0402a5d
qdev: DEVICE_DELETED event
by Michael S. Tsirkin
· 12 years ago
3d34a41
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
by Anthony Liguori
· 12 years ago
d1a0cf7
Support for TPM command line options
by Stefan Berger
· 12 years ago
1c8bb3c
monitor: Use qemu_get_cpu() in monitor_set_cpu()
by Andreas Färber
· 12 years ago
b4a42f8
hw: move qdev-monitor.o to toplevel directory
by Paolo Bonzini
· 12 years ago
6ab7e54
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
by Peter Maydell
· 12 years ago
38dad9e
qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items
by Peter Maydell
· 12 years ago
24537a0
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
by Peter Maydell
· 12 years ago
4fde1eb
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
by Peter Maydell
· 12 years ago
9a7e542
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
by Peter Maydell
· 12 years ago
84c4461
HMP: add sub command table to info
by Wenchao Xia
· 12 years ago
a13ced5
HMP: move define of mon_cmds
by Wenchao Xia
· 12 years ago
5f3d335
HMP: add infrastructure for sub command
by Wenchao Xia
· 12 years ago
5f11cb0
HMP: delete info handler
by Wenchao Xia
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
1b1ed8d
cpu: Move numa_node field to CPUState
by Andreas Färber
· 12 years ago
7adef3b
Merge remote-tracking branch 'bonzini/stub' into staging
by Anthony Liguori
· 12 years ago
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
5178234
monitor: assert monitor_puts()'s loop invariant
by Markus Armbruster
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
8c5cf3b
target-i386: Pass X86CPU to cpu_x86_inject_mce()
by Andreas Färber
· 13 years ago
a66a2a3
block: introduce BLOCK_JOB_READY event
by Paolo Bonzini
· 13 years ago
ebe52b5
monitor: Prevent removing fd from set during init
by Corey Bryant
· 12 years ago
e446f70
monitor: Enable adding an inherited fd to an fd set
by Corey Bryant
· 12 years ago
9ac54af
monitor: Allow add-fd to any specified fd set
by Corey Bryant
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
6fd2a02
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
by Peter Maydell
· 12 years ago
05d4f2f
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
97f3461
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 12 years ago
4be403c
Make target_phys_addr_t 64 bits unconditionally
by Avi Kivity
· 12 years ago
32c81a4
block: introduce block job error
by Paolo Bonzini
· 12 years ago
b224e5e
qapi: convert add_client
by Luiz Capitulino
· 12 years ago
a9940fc
monitor: add Error * argument to monitor_get_fd
by Paolo Bonzini
· 12 years ago
14df77a
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
69fc255
Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemu
by Aurelien Jarno
· 12 years ago
a96ed02
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
by Nicholas Bellinger
· 13 years ago
ad39cf6
qapi: convert screendump
by Luiz Capitulino
· 13 years ago
e4c8f00
qapi: convert sendkey
by Amos Kong
· 12 years ago
1048c88
monitor: move key_defs[] table and introduce two help functions
by Amos Kong
· 12 years ago
Next »