Sign in
qemu
/
qemu
/
143605a200f9d418d62d25d91b1477b1d91c0b18
/
qdev-monitor.c
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
2fa4e56
qdev-monitor: Fix crash when device_add is called with abstract driver
by Igor Mammedov
· 11 years ago
f4d8579
qdev-monitor: Clean up qdev_device_add() variable naming
by Andreas Färber
· 11 years ago
a3400ae
qdev-monitor: Group "device_add help" and "info qdm" by category
by Markus Armbruster
· 11 years ago
1fc224b
Mostly revert "qemu-help: Sort devices by logical functionality"
by Markus Armbruster
· 11 years ago
3d1237f
qemu-help: Sort devices by logical functionality
by Marcel Apfelbaum
· 11 years ago
dfc6f86
misc: Use g_assert_not_reached for code which is expected to be unreachable
by Stefan Weil
· 11 years ago
b1fe9bc
qdev: Let qdev_prop_parse() pass through Error
by Andreas Färber
· 12 years ago
95e2af9
qbus: remove wrong error messages
by Alexey Kardashevskiy
· 12 years ago
2f7bd82
qdev: Fix device_add bus assumptions
by Andreas Färber
· 12 years ago
b4a42f8
hw: move qdev-monitor.o to toplevel directory
by Paolo Bonzini
· 12 years ago