index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
qdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-06
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-2
/
+4
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-2
/
+2
2010-07-06
qdev: Don't hw_error() in qdev_init_nofail()
Markus Armbruster
1
-2
/
+4
2010-06-14
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-0
/
+6
2010-06-10
qbus: fix memory leak in qbus_free()
Isaku Yamahata
1
-0
/
+1
2010-06-04
qdev: Don't leak string property value on hot unplug
Markus Armbruster
1
-0
/
+6
2010-06-01
Monitor: Drop QMP documentation from code
Luiz Capitulino
1
-13
/
+0
2010-05-15
vmstate: Add support for alias ID
Jan Kiszka
1
-2
/
+14
2010-04-18
error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER
Markus Armbruster
1
-1
/
+1
2010-04-18
monitor: convert do_device_del() to QObject, QError
Markus Armbruster
1
-4
/
+4
2010-04-18
qdev: Convert qdev_unplug() to QError
Markus Armbruster
1
-2
/
+1
2010-03-16
monitor: convert do_device_add() to QObject
Markus Armbruster
1
-8
/
+34
2010-03-16
monitor: Use argument type 'O' for device_add
Markus Armbruster
1
-2
/
+1
2010-03-16
qemu-option: Move the implied first name into QemuOptsList
Markus Armbruster
1
-1
/
+1
2010-03-16
error: Convert do_device_add() to QError
Markus Armbruster
1
-10
/
+9
2010-03-16
Revert "qdev: Use QError for 'device not found' error"
Markus Armbruster
1
-2
/
+2
2010-03-16
qdev: Convert qbus_find() to QError
Markus Armbruster
1
-11
/
+14
2010-03-16
qdev: Relax parsing of bus option
Markus Armbruster
1
-9
/
+17
2010-03-16
qdev: convert setting device properties to QError
Markus Armbruster
1
-2
/
+0
2010-03-16
qdev: Hide "ptr" properties from users
Markus Armbruster
1
-0
/
+15
2010-03-16
qdev: Hide "no_user" devices from users
Markus Armbruster
1
-6
/
+4
2010-03-16
qdev: Factor qdev_create_from_info() out of qdev_create()
Markus Armbruster
1
-15
/
+22
2010-03-16
qdev: Fix -device and device_add to handle unsuitable bus gracefully
Markus Armbruster
1
-0
/
+5
2010-03-16
error: Rename qemu_error_new() to qerror_report()
Markus Armbruster
1
-1
/
+1
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
1
-21
/
+21
2010-03-16
error: Don't abuse qemu_error() for non-error in qbus_find()
Markus Armbruster
1
-20
/
+17
2010-03-16
error: Don't abuse qemu_error() for non-error in qdev_device_help()
Markus Armbruster
1
-21
/
+10
2010-03-08
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
Amit Shah
1
-1
/
+1
2010-02-19
qdev: Free opts on failed do_device_add
Kevin Wolf
1
-2
/
+5
2010-02-03
qdev: Add rudimentary help for property value
Markus Armbruster
1
-1
/
+1
2010-02-03
qdev: Add help for device properties
Markus Armbruster
1
-1
/
+14
2010-02-03
qdev: Fix exit code for -device ?
Markus Armbruster
1
-9
/
+19
2010-01-20
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
1
-7
/
+3
2009-12-12
qdev: make compat stuff more generic
Gerd Hoffmann
1
-1
/
+1
2009-12-03
qdev: enable vmstate_unregister() support
Juan Quintela
1
-2
/
+0
2009-12-03
qdev: Use QError for 'device not found' error
Luiz Capitulino
1
-2
/
+2
2009-11-12
qdev: Check if unplug handler exists before calling it
Amit Shah
1
-0
/
+2
2009-10-30
usb core: use qdev for -usbdevice
Gerd Hoffmann
1
-1
/
+1
2009-10-27
zap DeviceState->nd
Gerd Hoffmann
1
-22
/
+0
2009-10-27
virtio: use qdev properties for configuration.
Gerd Hoffmann
1
-0
/
+4
2009-10-27
qdev/net: common nic property bits
Gerd Hoffmann
1
-0
/
+9
2009-10-15
net: allow NICs to be connected to netdevs
Mark McLoughlin
1
-2
/
+4
2009-10-07
Clean up test for qdev_init() failure
Markus Armbruster
1
-1
/
+1
2009-10-07
New qdev_init_nofail()
Markus Armbruster
1
-0
/
+15
2009-10-07
Make qdev_init() destroy the device on failure
Markus Armbruster
1
-3
/
+6
2009-10-06
qdev: move comment
Gerd Hoffmann
1
-1
/
+1
2009-10-05
qdev: show name of device that fails init
Amit Shah
1
-0
/
+1
2009-10-05
qemu/qdev: type safety in reset handler
Michael S. Tsirkin
1
-4
/
+9
2009-10-05
store a pointer to QemuOpts in DeviceState, release it when zapping a device.
Gerd Hoffmann
1
-0
/
+3
2009-10-05
qdev hotplug: infrastructure and monitor commands.
Gerd Hoffmann
1
-0
/
+79
[next]