index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor.c
Age
Commit message (
Expand
)
Author
2018-03-05
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2018-03-05
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
Thomas Huth
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
qapi-gen: New common driver for code and doc generators
Markus Armbruster
2018-02-26
hmp: change hmp_info_cpus to use query-cpus-fast
Viktor Mihajlovski
2018-02-16
monitor.c: Fix infinite loop in monitor's auto-complete
Dr. David Alan Gilbert
2018-02-16
monitor: Remove legacy "-mon default=on" parameter
Thomas Huth
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/dispatch.h
Markus Armbruster
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-16
readline: add a free function
Marc-André Lureau
2017-12-18
misc: remove old i386 dependency
Philippe Mathieu-Daudé
2017-10-30
monitor: fix dangling CPU pointer
Greg Kurz
2017-10-25
disas: Remove unused flags arguments
Richard Henderson
2017-10-25
target/ppc: Convert to disas_set_info hook
Richard Henderson
2017-10-25
target/i386: Convert to disas_set_info hook
Richard Henderson
2017-10-05
hmp: Fix unknown command for subtable
Dr. David Alan Gilbert
2017-10-02
qapi: Rename WatchdogExpirationAction enum
Michal Privoznik
2017-09-21
memory: Rework "info mtree" to print flat views and dispatch trees
Alexey Kardashevskiy
2017-09-14
hmp: extend "info numa" with hotplugged memory information
Vadim Galitsyn
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
qapi: Avoid unnecessary use of enum lookup table's sentinel
Markus Armbruster
2017-08-31
monitor: use DIV_ROUND_UP
Marc-André Lureau
2017-08-01
monitor: Reduce handle_qmp_command() tracing overhead
Denis V. Lunev
2017-07-14
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...
Peter Maydell
2017-07-14
s390x/migration: Monitor commands for storage attributes
Claudio Imbrenda
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2017-07-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...
Peter Maydell
2017-07-12
qobject: Update coccinelle script to catch Q{INC, DEC}REF
Eric Blake
2017-07-11
block: rip out all traces of password prompting
Daniel P. Berrange
2017-07-04
monitor: disable "info jit" and "info opcount" if !TCG
Paolo Bonzini
2017-06-29
monitor: Add -a (all) option to info registers
Suraj Jitindar Singh
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-13
monitor: resurrect handle_qmp_command trace event
Stefan Hajnoczi
2017-06-13
monitor: add handle_hmp_command trace event
Stefan Hajnoczi
2017-06-05
numa: make hmp 'info numa' fetch numa nodes from qmp_query_cpus() result
Igor Mammedov
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-05-18
migration: migration.h was not needed
Juan Quintela
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-09
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-04
monitor: Move hmp_loadvm from monitor.c to hmp.c
Juan Quintela
2017-04-28
replication: Make --disable-replication compile again
Markus Armbruster
2017-04-26
monitor: Check whether TCG is enabled before running the "info jit" code
Thomas Huth
[next]