Sign in
qemu
/
qemu
/
686a0fe4dbeb711eeed83d7a3e307c6506fdb8b3
/
qdev-monitor.c
8b6b68e
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 4 years, 10 months ago
8b4eb09
virtio-iommu-pci: Add virtio iommu pci support
by Eric Auger
· 4 years, 11 months ago
cce8944
qdev-monitor: Forbid repeated device_del
by Julia Suvorova
· 4 years, 11 months ago
e1043d6
qdev: use object_property_help()
by Marc-André Lureau
· 5 years ago
385d8f2
qdev: rename DeviceClass.props
by Paolo Bonzini
· 5 years ago
3407732
qdev-monitor: make Error **errp const where it is appropriate
by Vladimir Sementsov-Ogievskiy
· 5 years ago
187c614
hmp: drop Error pointer indirection in hmp_handle_error
by Vladimir Sementsov-Ogievskiy
· 5 years ago
a1190ab
migration: allow unplug during migration for failover devices
by Jens Freimann
· 5 years ago
f3a8505
qdev/qbus: add hidden device support
by Jens Freimann
· 5 years ago
d2321d3
qdev/machine: Introduce hotplug_allowed hook
by Peter Xu
· 5 years ago
d94bd09
qdev: Collect HMP handlers command handlers in qdev-monitor.c
by Markus Armbruster
· 5 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 5 years ago
3950a37
qom: Move HMP command handlers to qom/
by Markus Armbruster
· 6 years ago
c577ff6
qapi: Split qom.json and qdev.json off misc.json
by Markus Armbruster
· 6 years ago
8acb2a7
monitor: Simplify how -device/device_add print help
by Markus Armbruster
· 6 years ago
07578b0
qdev: Let the hotplug_handler_unplug() caller delete the device
by David Hildenbrand
· 6 years ago
12b2e9f
qdev/core: fix qbus_is_full()
by Tony Krowiak
· 6 years ago
9c2762b
qdev-monitor: Make device options help nicer
by Max Reitz
· 6 years ago
a95db58
qdev-monitor: print help to stdout
by Marc-André Lureau
· 6 years ago
47c6600
qom: introduce object_class_get_list_sorted
by Paolo Bonzini
· 7 years ago
35f6376
qmp: Merge ObjectPropertyInfo and DevicePropertyInfo
by Alexey Kardashevskiy
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
03fcbd9
qdev: Check for the availability of a hotplug controller before adding a device
by Thomas Huth
· 7 years ago
5834621
qdev_monitor: Simplify error handling in qdev_device_add()
by Thomas Huth
· 7 years ago
ab37bfc
pci-assign: Remove
by Paolo Bonzini
· 7 years ago
c4b63b7
migration: Move remaining exported functions to migration/misc.h
by Juan Quintela
· 8 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
b06424d
migration: Disable hotplug/unplug during migration
by Juan Quintela
· 8 years ago
3290067
qdev: Move qdev_unplug() to qdev-monitor.c
by Juan Quintela
· 8 years ago
7562f90
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
by Ashijeet Acharya
· 8 years ago
ba31cc7
Introduce DEVICE_CATEGORY_CPU for CPU devices
by Thomas Huth
· 8 years ago
a3a3d8c
migration: Allow "device add" options to only add migratable devices
by Ashijeet Acharya
· 8 years ago
ce49b73
qdev: add function qdev_set_id()
by Juergen Gross
· 8 years ago
9680cae
qdev-monitor: Add blk_by_qdev_id()
by Kevin Wolf
· 8 years ago
6c1db52
qdev-monitor: Factor out find_device_state()
by Kevin Wolf
· 8 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
588c36c
qdev-monitor: add missing aliases for virtio device classes
by Sascha Silbe
· 9 years ago
36e9916
qdev-monitor: sort alias table by typename
by Sascha Silbe
· 9 years ago
f6b5319
qdev-monitor: improve error message when alias device is unavailable
by Sascha Silbe
· 9 years ago
d38ea87
all: Clean up includes
by Peter Maydell
· 9 years ago
7828867
error: Use error_report_err() instead of ad hoc prints
by Markus Armbruster
· 9 years ago
543202c
error: Don't append a newline when printing the error hint
by Markus Armbruster
· 9 years ago
0bf224d
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
by Peter Maydell
· 9 years ago
8304402
e1000: use alias for default model
by Jason Wang
· 9 years ago
33fe968
Revert "qdev: Use qdev_get_device_class() for -device <type>,help"
by Markus Armbruster
· 9 years ago
6287d82
monitor: allow device_del to accept QOM paths
by Daniel P. Berrange
· 9 years ago
50b7b00
hmp: Allow for error message hints on HMP
by Eric Blake
· 9 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
485febc
qmp: Wean off qerror_report()
by Markus Armbruster
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
75158eb
qerror: Eliminate QERR_DEVICE_NOT_FOUND
by Markus Armbruster
· 10 years ago
70b9433
QemuOpts: Wean off qerror_report_err()
by Markus Armbruster
· 10 years ago
f006cf7
qdev-monitor: Propagate errors through qdev_device_add()
by Markus Armbruster
· 10 years ago
4caa489
qdev-monitor: Propagate errors through set_property()
by Markus Armbruster
· 10 years ago
d282842
qdev-monitor: Convert qbus_find() to Error
by Markus Armbruster
· 10 years ago
ed238ba
qdev-monitor: Fix check for full bus
by Markus Armbruster
· 10 years ago
a5ec494
qdev-monitor: Stop error avalanche in qbus_find_recursive()
by Markus Armbruster
· 10 years ago
1f68f1d
s390x: Switch to s390-ccw machine as default
by Alexander Graf
· 10 years ago
71df1d8
QemuOpts: Convert qemu_opt_foreach() to Error
by Markus Armbruster
· 10 years ago
1640b20
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
3751d7c
vl: allow full-blown QemuOpts syntax for -global
by Paolo Bonzini
· 10 years ago
a01ff75
qom: Implement info qom-tree HMP command
by Andreas Färber
· 11 years ago
f43e47d
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
by Markus Armbruster
· 10 years ago
1ce6be2
hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
by Markus Armbruster
· 10 years ago
31bed55
qdev: Use qdev_get_device_class() for -device <type>,help
by Eduardo Habkost
· 10 years ago
5185f0e
qdev: Move error printing to the end of qdev_device_help()
by Eduardo Habkost
· 10 years ago
43c95d7
qdev: Create qdev_get_device_class() function
by Eduardo Habkost
· 10 years ago
07d09c5
qmp: Print descriptions of object properties
by Gonglei
· 10 years ago
b6cc36a
qdev: device_del: Search for to be unplugged device in 'peripheral' container
by Igor Mammedov
· 10 years ago
ce9835e
qdev: do not allow to instantiate non hotpluggable device with device_add
by Igor Mammedov
· 10 years ago
39b888b
Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()
by Igor Mammedov
· 10 years ago
0722eba
qdev-monitor: fix segmentation fault on qdev_device_help()
by Gonglei
· 10 years ago
142f4ac
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' into staging
by Peter Maydell
· 10 years ago
8108fd3
don't use 'Yoda conditions'
by Gonglei
· 10 years ago
ef52358
qdev-monitor: include QOM properties in -device FOO, help output
by Stefan Hajnoczi
· 10 years ago
a5f5429
qdev: Implement named GPIOs
by Peter Crosthwaite
· 11 years ago
ce0abca
qdev: Fix crash by validating the object type
by Amos Kong
· 11 years ago
f231b88
qerror.h: Remove QERR defines that are only used once
by Cole Robinson
· 11 years ago
7b03094
qdev-monitor: Set properties after parent is assigned in device_add
by Amos Kong
· 11 years ago
52aa17c
qdev-monitor: set DeviceState opts before calling realize
by Bandan Das
· 11 years ago
61e8a92
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
by Peter Maydell
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
dae3bda
qdev: Use human mode in "info qtree"
by Paolo Bonzini
· 11 years ago
0b7593e
qapi: Add human mode to StringOutputVisitor
by Paolo Bonzini
· 11 years ago
98a6528
qdev: Inline qdev_prop_parse()
by Paolo Bonzini
· 11 years ago
133fe77
Merge remote branch 'luiz/queue/qmp' into qmpq
by Edgar E. Iglesias
· 11 years ago
87ea75d
qemu-option: Remove qemu_opts_create_nofail
by Peter Crosthwaite
· 11 years ago
11c308b
qdev-monitor: Improve error message for -device nonexistant
by Markus Armbruster
· 11 years ago
061e84f
qdev-monitor: Avoid device_add crashing on non-device driver name
by Markus Armbruster
· 11 years ago
7ea5e78
qdev: Do not let the user try to device_add when it cannot work
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
852e2c5
qdev-monitor: Inline qdev_init() for device_add
by Andreas Färber
· 11 years ago
2bcb0c6
qdev-monitor: Avoid qdev as variable name
by Andreas Färber
· 11 years ago
02a5c4c
qdev: Drop misleading qdev_free() function
by Stefan Hajnoczi
· 11 years ago
ee6abeb
qdev-monitor: Unref device when device_add fails
by Stefan Hajnoczi
· 11 years ago
Next »