summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* piix_pci: Fix C99 commentsDavid Woodhouse2013-03-281-4/+6
* piix_pci: Use DEVICE() and ISA_BUS()David Woodhouse2013-03-281-3/+2
* piix_pci: Clean up i440FX object handlingDavid Woodhouse2013-03-281-5/+10
* virtio-balloon: cleanup: remove qdev field.KONRAD Frederic2013-03-282-2/+0
* virtio-balloon: cleanup: QOM casts.KONRAD Frederic2013-03-282-24/+21
* virtio-balloon: cleanup: init and exit function.KONRAD Frederic2013-03-281-60/+13
* virtio-balloon-ccw: switch to the new API.KONRAD Frederic2013-03-282-11/+25
* virtio-balloon-pci: switch to the new API.KONRAD Frederic2013-03-282-56/+69
* virtio-balloon: add the virtio-balloon device.KONRAD Frederic2013-03-282-6/+93
* virtio-serial: propagate guest_connected to the port on post_loadAlon Levy2013-03-271-0/+5
* virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede2013-03-273-32/+12
* qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede2013-03-271-2/+4
* qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede2013-03-271-2/+2
* qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2013-03-272-2/+1
* qemu-char: Rename opened to be_openHans de Goede2013-03-272-2/+2
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-2632-126/+319
|\
| * pcie: Add endpoint capability initialization wrapperAlex Williamson2013-03-263-14/+18
| * pcie: Mangle types to match topologyAlex Williamson2013-03-261-0/+13
| * pci: Create and use API to determine root busesAlex Williamson2013-03-262-4/+10
| * pci: Create pci_bus_is_express helperAlex Williamson2013-03-262-0/+6
| * pci: Q35, Root Ports, and Switches create PCI Express busesAlex Williamson2013-03-264-4/+4
| * pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson2013-03-2624-35/+40
| * pci: Move PCI and PCIE type definesAlex Williamson2013-03-262-4/+5
| * pci: Create and register a new PCI Express TypeInfoAlex Williamson2013-03-262-0/+7
| * pci: refuse empty ROM filesStefan Hajnoczi2013-03-261-1/+6
| * pci_bridge: Remove duplicate IRQ swizzle functionAlex Williamson2013-03-261-9/+0
| * pci_bridge: Use a default map_irq functionAlex Williamson2013-03-261-1/+1
| * pci: Fix INTx routing notifier recursionAlex Williamson2013-03-261-3/+4
| * pci_bridge: drop formatting from sourceMichael S. Tsirkin2013-03-261-8/+0
| * pci_bridge: factor out common codeMichael S. Tsirkin2013-03-263-19/+22
| * pci: Teach PCI Bridges about VGA routingAlex Williamson2013-03-264-2/+55
| * pci: Add PCI VGA helpersAlex Williamson2013-03-262-0/+82
| * virtio-pci: guest notifier mask without non-irqfdMichael S. Tsirkin2013-03-261-35/+44
| * virtio-net: remove layout assumptions for mq ctrlJason Wang2013-03-261-11/+12
| * qmp: add path to device_deleted eventMichael S. Tsirkin2013-03-261-2/+5
| * qdev: DEVICE_DELETED eventMichael S. Tsirkin2013-03-171-0/+11
* | Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-03-261-0/+6
|\ \
| * | savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson2013-03-261-0/+6
* | | virtio-ccw: Queue sanity check for notify hypercall.Cornelia Huck2013-03-261-0/+3
* | | hw/qdev: Abort rather than ignoring errors adding device propertiesPeter Maydell2013-03-261-3/+7
* | | hw/qdev-properties.c: Improve diagnostic for setting property after realizePeter Maydell2013-03-265-17/+43
* | | virtio-scsi: cleanup: remove qdev field.KONRAD Frederic2013-03-262-3/+0
* | | virtio-scsi: cleanup: init and exit functions.KONRAD Frederic2013-03-261-50/+10
* | | virtio-scsi: cleanup: use QOM casts.KONRAD Frederic2013-03-262-21/+27
* | | virtio-scsi-ccw: switch to new APIKONRAD Frederic2013-03-262-13/+26
* | | virtio-scsi-s390: switch to the new API.KONRAD Frederic2013-03-262-9/+27
* | | virtio-scsi-pci: switch to new API.KONRAD Frederic2013-03-262-60/+71
* | | virtio-scsi: add the virtio-scsi device.KONRAD Frederic2013-03-262-5/+85
* | | virtio-scsi: moving host_features from properties to transport properties.KONRAD Frederic2013-03-264-10/+17
* | | virtio-scsi: allocate cmd_vqs array separately.KONRAD Frederic2013-03-262-4/+5
OpenPOWER on IntegriCloud