Add #defines needed by OpenSolaris, fix breakage by the #defines
[qemu] / hw / qdev.c
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
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-09-09 Gerd Hoffmannqdev: add error message to qdev_device_add().
2009-08-28 Gerd Hoffmannqdev error logging
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-10 Gerd Hoffmannrename "info qdrv" to "info qdm"
2009-08-10 Gerd Hoffmannfix qdev_print_devinfo()
2009-08-10 Gerd HoffmannQemuOpts: switch over -device.
2009-08-10 Christoph Eggertolower -> qemu_tolower
2009-07-30 Gerd Hoffmannqdev/core: add monitor command to list all drivers
2009-07-30 Gerd Hoffmannqdev: factor out qdev_print_devinfo.
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-27 Gerd Hoffmannqdev: bus walker + qdev_device_add()
2009-07-27 Gerd Hoffmannqdev: create default bus names.
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: factor out driver search to qdev_find_info()
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
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-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Blue SwirlFix Sparse warning
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-06-08 Gerd Hoffmannqdev: c99 initilaizers for bus_type_names
2009-06-06 Paul BrookFix typo
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.