index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
qdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-10-05
Add exit callback to DeviceInfo.
Gerd Hoffmann
1
-0
/
+2
2009-10-05
qdev: device free fixups.
Gerd Hoffmann
1
-4
/
+31
2009-10-05
allow qdev busses allocations be inplace
Gerd Hoffmann
1
-3
/
+12
2009-09-25
Fix coding style issue
Mark McLoughlin
1
-1
/
+1
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-16
/
+16
2009-09-09
qdev: integrate vmstate
Gerd Hoffmann
1
-0
/
+6
2009-09-09
qdev: integrate reset
Gerd Hoffmann
1
-1
/
+10
2009-09-09
qdev/scsi: add scsi bus support to qdev, convert drivers.
Gerd Hoffmann
1
-19
/
+0
[next]