index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor
Age
Commit message (
Expand
)
Author
2019-07-15
Fix build error when VNC is configured out
Christophe de Dinechin
2019-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-07-04
hmp: Handle virtio-pmem when printing memory device infos
David Hildenbrand
2019-07-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...
Peter Maydell
2019-07-02
dump: Move HMP command handlers to dump/
Markus Armbruster
2019-07-02
qapi: Split dump.json off misc.json
Markus Armbruster
2019-07-02
hw/core: Collect HMP command handlers in hw/core/
Markus Armbruster
2019-07-02
hw/core: Collect QMP command handlers in hw/core/
Markus Armbruster
2019-07-02
qapi: Split machine.json off misc.json
Markus Armbruster
2019-07-02
qom: Move HMP command handlers to qom/
Markus Armbruster
2019-07-02
qom: Move QMP command handlers to qom/
Markus Armbruster
2019-07-02
qapi: Split qom.json and qdev.json off misc.json
Markus Armbruster
2019-07-02
hmp: Move hmp.h to include/monitor/
Markus Armbruster
2019-07-02
net/announce: Add HMP optional ID
Dr. David Alan Gilbert
2019-07-02
net/announce: Add HMP optional interface list
Dr. David Alan Gilbert
2019-06-18
block/block-backend: blk_iostatus_reset: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2019-06-18
monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()
Kevin Wolf
2019-06-18
monitor: Split Monitor.flags into separate bools
Kevin Wolf
2019-06-18
monitor: Split out monitor/monitor.c
Kevin Wolf
2019-06-18
monitor: Split out monitor/hmp.c
Kevin Wolf
2019-06-17
monitor: Split out monitor/qmp.c
Kevin Wolf
2019-06-17
monitor: Create monitor-internal.h with common definitions
Kevin Wolf
2019-06-17
monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c
Kevin Wolf
2019-06-17
Move monitor.c to monitor/misc.c
Kevin Wolf