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
/
include
/
monitor
/
qdev.h
Age
Commit message (
Expand
)
Author
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-07-02
qom: Move HMP command handlers to qom/
Markus Armbruster
2016-11-22
qdev: add function qdev_set_id()
Juergen Gross
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
qmp: Wean off qerror_report()
Markus Armbruster
2015-06-22
qdev-monitor: Propagate errors through qdev_device_add()
Markus Armbruster
2015-03-17
qom: Implement info qom-tree HMP command
Andreas Färber
2015-02-18
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Markus Armbruster
2013-03-01
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini