aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-03-27virtio-serial: propagate guest_connected to the port on post_loadAlon Levy
2013-03-27virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede
2013-03-27qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede
2013-03-27qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-03-26pcie: Mangle types to match topologyAlex Williamson
2013-03-26pci: Create and use API to determine root busesAlex Williamson
2013-03-26pci: Create pci_bus_is_express helperAlex Williamson
2013-03-26pci: Q35, Root Ports, and Switches create PCI Express busesAlex Williamson
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson
2013-03-26pci: Move PCI and PCIE type definesAlex Williamson
2013-03-26pci: Create and register a new PCI Express TypeInfoAlex Williamson
2013-03-26pci: refuse empty ROM filesStefan Hajnoczi
2013-03-26pci_bridge: Remove duplicate IRQ swizzle functionAlex Williamson
2013-03-26pci_bridge: Use a default map_irq functionAlex Williamson
2013-03-26pci: Fix INTx routing notifier recursionAlex Williamson
2013-03-26pci_bridge: drop formatting from sourceMichael S. Tsirkin
2013-03-26pci_bridge: factor out common codeMichael S. Tsirkin
2013-03-26pci: Teach PCI Bridges about VGA routingAlex Williamson
2013-03-26pci: Add PCI VGA helpersAlex Williamson
2013-03-26virtio-pci: guest notifier mask without non-irqfdMichael S. Tsirkin
2013-03-26virtio-net: remove layout assumptions for mq ctrlJason Wang
2013-03-26qmp: add path to device_deleted eventMichael S. Tsirkin
2013-03-26Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-03-26virtio-ccw: Queue sanity check for notify hypercall.Cornelia Huck
2013-03-26hw/qdev: Abort rather than ignoring errors adding device propertiesPeter Maydell
2013-03-26hw/qdev-properties.c: Improve diagnostic for setting property after realizePeter Maydell
2013-03-26virtio-scsi: cleanup: remove qdev field.KONRAD Frederic
2013-03-26virtio-scsi: cleanup: init and exit functions.KONRAD Frederic
2013-03-26virtio-scsi: cleanup: use QOM casts.KONRAD Frederic
2013-03-26virtio-scsi-ccw: switch to new APIKONRAD Frederic
2013-03-26virtio-scsi-s390: switch to the new API.KONRAD Frederic
2013-03-26virtio-scsi-pci: switch to new API.KONRAD Frederic
2013-03-26virtio-scsi: add the virtio-scsi device.KONRAD Frederic
2013-03-26virtio-scsi: moving host_features from properties to transport properties.KONRAD Frederic
2013-03-26virtio-scsi: allocate cmd_vqs array separately.KONRAD Frederic
2013-03-26virtio-scsi: don't use pointer for configuration.KONRAD Frederic
2013-03-26savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson
2013-03-25VMXNET3 device implementationDmitry Fleytman
2013-03-25Packet abstraction for VMWARE network devicesDmitry Fleytman
2013-03-25Common definitions for VMWARE devicesDmitry Fleytman
2013-03-24Remove device_tree.o from hw/moxie/Makefile.objs.Anthony Green
2013-03-23Add sample moxie systemAnthony Green
2013-03-23Merge branch 'for-upstream' of git://github.com/mwalle/qemuBlue Swirl
2013-03-22Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuAurelien Jarno
2013-03-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-03-22qdev: remove redundant abort()liguang