]> git.proxmox.com Git - qemu.git/history - hw/qdev.h
Merge remote branch 'mst/for_anthony' into staging
[qemu.git] / hw / qdev.h
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-24 Blue SwirlRearrange block headers
2010-07-11 Isaku Yamahataqdev: implement qdev_prop_set_bit().
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqdev: Add a get_dev_path() function to BusInfo
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-06-04 Markus Armbrusterqdev: Move declaration of qdev_init_bdrv() into qdev.h
2010-06-04 Markus Armbrusterqdev: Don't leak string property value on hot unplug
2010-06-04 Markus Armbrusterqdev: New qdev_prop_set_string()
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-15 Jan Kiszkavmstate: Add support for alias ID
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Kevin WolfMake qemu-config available for tools
2010-04-18 Markus Armbrustermonitor: convert do_device_del() to QObject, QError
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustermonitor: convert do_device_add() to QObject
2010-03-08 Amit Shahqdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecifi...
2010-02-03 Markus Armbrusterqdev: Fix exit code for -device ?
2010-01-11 Michael S. Tsirkinqdev: add bit property type
2009-12-12 Gerd Hoffmannqdev: make compat stuff more generic
2009-12-03 Mark McLoughlinqdev: move DO_UPCAST() into osdep.h
2009-10-30 Gerd Hoffmannusb core: use qdev for -usbdevice
2009-10-27 Gerd Hoffmannzap DeviceState->nd
2009-10-27 Gerd Hoffmannqdev: add qdev_prop_exists()
2009-10-27 Gerd Hoffmannqdev: add vlan property
2009-10-27 Gerd Hoffmannqdev: add netdev property
2009-10-27 Gerd Hoffmannqdev: mac addr property fixups
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-21 Gerd Hoffmannqdev: add string property.
2009-10-18 Blue SwirlSuppress warnings about 'warn_unused_result' attribute...
2009-10-07 Markus ArmbrusterWarn if value of qdev_init() isn't checked
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
2009-10-05 Michael S. Tsirkinqemu/qdev: type safety in reset handler
2009-10-05 Gerd Hoffmannstore a pointer to QemuOpts in DeviceState, release...
2009-10-05 Gerd Hoffmannqdev hotplug: infrastructure and monitor commands.
2009-10-05 Gerd HoffmannAdd exit callback to DeviceInfo.
2009-10-05 Gerd Hoffmannqdev: device free fixups.
2009-10-05 Gerd Hoffmannallow qdev busses allocations be inplace
2009-10-05 Juan Quintelaqdev: Add support for uint8_t
2009-09-25 Stefan WeilFix spelling in comment
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-10 Gerd Hoffmannqdev: add property type for 32bit signed integers.
2009-09-09 Gerd Hoffmannqdev: integrate vmstate
2009-09-09 Gerd Hoffmannqdev: integrate reset
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Juan Quintelamove useful type definitons to osdep.h
2009-08-11 Anthony LiguoriFix virtio-blk
2009-08-10 Gerd Hoffmannrename "info qdrv" to "info qdm"
2009-08-10 Gerd Hoffmannqdev/prop: add CharDriverState property.
2009-08-10 Gerd Hoffmannqdev/prop: macros for creating typechecked properties.
2009-08-10 Gerd Hoffmannqdev/prop: add drive property.
2009-08-10 Gerd HoffmannQemuOpts: switch over -device.
2009-07-30 Gerd Hoffmannqdev/core: add monitor command to list all drivers
2009-07-27 Gerd Hoffmannqdev: bus walker + qdev_device_add()
2009-07-27 Gerd Hoffmannqdev: create default bus names.
2009-07-27 Gerd Hoffmannqdev/prop: add pci devfn property
2009-07-21 Blue Swirlqdev: add 64 bit type
2009-07-17 Blue SwirlSuppress a Sparse warning
2009-07-16 Gerd Hoffmannqdev: add user-specified identifier to devices.
2009-07-16 Gerd Hoffmannqdev: add no_user, alias and desc
2009-07-16 Gerd Hoffmannqdev/compat: compat property infrastructure.
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Gerd Hoffmannqdev: remove DeviceType
2009-07-09 Gerd Hoffmannqdev: replace bus_type enum with bus_info struct.
2009-06-11 Gerd Hoffmannqdev: move name+size into DeviceInfo (v2)
2009-06-05 Gerd Hoffmannqdev: add monitor command to dump the tree.
2009-06-05 Paul BrookRecord device property types
2009-06-04 Gerd Hoffmannqdev: kill DeviceState->name
2009-05-26 Paul BrookRemove qdev irq sink handling
2009-05-22 Paul BrookAdd common BusState
2009-05-17 Paul BrookConsistently use uint64_t for int properties
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-14 Paul Brookqdev scsi bus infrastructure
2009-05-14 Paul Brookqdev child bus support
2009-05-14 Paul BrookBasic qdev infrastructure.