summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-03-28piix_pci: Fix C99 commentsDavid Woodhouse1-4/+6
2013-03-28piix_pci: Use DEVICE() and ISA_BUS()David Woodhouse1-3/+2
2013-03-28piix_pci: Clean up i440FX object handlingDavid Woodhouse1-5/+10
2013-03-28virtio-balloon: cleanup: remove qdev field.KONRAD Frederic2-2/+0
2013-03-28virtio-balloon: cleanup: QOM casts.KONRAD Frederic2-24/+21
2013-03-28virtio-balloon: cleanup: init and exit function.KONRAD Frederic1-60/+13
2013-03-28virtio-balloon-ccw: switch to the new API.KONRAD Frederic2-11/+25
2013-03-28virtio-balloon-pci: switch to the new API.KONRAD Frederic2-56/+69
2013-03-28virtio-balloon: add the virtio-balloon device.KONRAD Frederic2-6/+93
2013-03-27virtio-serial: propagate guest_connected to the port on post_loadAlon Levy1-0/+5
2013-03-27virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede3-32/+12
2013-03-27qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede1-2/+4
2013-03-27qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede1-2/+2
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2-2/+1
2013-03-27qemu-char: Rename opened to be_openHans de Goede2-2/+2
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori32-126/+319
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson3-14/+18
2013-03-26pcie: Mangle types to match topologyAlex Williamson1-0/+13
2013-03-26pci: Create and use API to determine root busesAlex Williamson2-4/+10
2013-03-26pci: Create pci_bus_is_express helperAlex Williamson2-0/+6
2013-03-26pci: Q35, Root Ports, and Switches create PCI Express busesAlex Williamson4-4/+4
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson24-35/+40
2013-03-26pci: Move PCI and PCIE type definesAlex Williamson2-4/+5
2013-03-26pci: Create and register a new PCI Express TypeInfoAlex Williamson2-0/+7
2013-03-26pci: refuse empty ROM filesStefan Hajnoczi1-1/+6
2013-03-26pci_bridge: Remove duplicate IRQ swizzle functionAlex Williamson1-9/+0
2013-03-26pci_bridge: Use a default map_irq functionAlex Williamson1-1/+1
2013-03-26pci: Fix INTx routing notifier recursionAlex Williamson1-3/+4
2013-03-26pci_bridge: drop formatting from sourceMichael S. Tsirkin1-8/+0
2013-03-26pci_bridge: factor out common codeMichael S. Tsirkin3-19/+22
2013-03-26pci: Teach PCI Bridges about VGA routingAlex Williamson4-2/+55
2013-03-26pci: Add PCI VGA helpersAlex Williamson2-0/+82
2013-03-26virtio-pci: guest notifier mask without non-irqfdMichael S. Tsirkin1-35/+44
2013-03-26virtio-net: remove layout assumptions for mq ctrlJason Wang1-11/+12
2013-03-26qmp: add path to device_deleted eventMichael S. Tsirkin1-2/+5
2013-03-26Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-0/+6
2013-03-26virtio-ccw: Queue sanity check for notify hypercall.Cornelia Huck1-0/+3
2013-03-26hw/qdev: Abort rather than ignoring errors adding device propertiesPeter Maydell1-3/+7
2013-03-26hw/qdev-properties.c: Improve diagnostic for setting property after realizePeter Maydell5-17/+43
2013-03-26virtio-scsi: cleanup: remove qdev field.KONRAD Frederic2-3/+0
2013-03-26virtio-scsi: cleanup: init and exit functions.KONRAD Frederic1-50/+10
2013-03-26virtio-scsi: cleanup: use QOM casts.KONRAD Frederic2-21/+27
2013-03-26virtio-scsi-ccw: switch to new APIKONRAD Frederic2-13/+26
2013-03-26virtio-scsi-s390: switch to the new API.KONRAD Frederic2-9/+27
2013-03-26virtio-scsi-pci: switch to new API.KONRAD Frederic2-60/+71
2013-03-26virtio-scsi: add the virtio-scsi device.KONRAD Frederic2-5/+85
2013-03-26virtio-scsi: moving host_features from properties to transport properties.KONRAD Frederic4-10/+17
2013-03-26virtio-scsi: allocate cmd_vqs array separately.KONRAD Frederic2-4/+5
2013-03-26virtio-scsi: don't use pointer for configuration.KONRAD Frederic2-8/+8
2013-03-26savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson1-0/+6