summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-25VMXNET3 device implementationDmitry Fleytman4-0/+3223
2013-03-25Packet abstraction for VMWARE network devicesDmitry Fleytman5-0/+1077
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman2-0/+258
2013-03-24Remove device_tree.o from hw/moxie/Makefile.objs.Anthony Green1-1/+0
2013-03-23Add sample moxie systemAnthony Green2-0/+180
2013-03-23Merge branch 'for-upstream' of git://github.com/mwalle/qemuBlue Swirl4-3/+5
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno6-118/+94
2013-03-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori5-7/+6
2013-03-22qdev: remove redundant abort()liguang1-2/+1
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson1-19/+19
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson1-51/+19
2013-03-22pseries: Move XICS initialization before cpu initializationDavid Gibson3-38/+34
2013-03-22pseries: Remove "busname" property for PCI host bridgeDavid Gibson3-12/+24
2013-03-22pseries: Fix breakage in CPU QOM conversionDavid Gibson1-1/+1