aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-27qemu-char: Consolidate guest_close/guest_open into a set_fe_open callbackHans 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: Add fe_open trackingHans de Goede
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-03-27compiler: fix warning with GCC 4.8.0Paolo Bonzini
2013-03-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson
2013-03-26roms: switch oldnoconfig to olddefconfigMichael S. Tsirkin
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-26exec: assert that RAMBlock size is non-zeroStefan Hajnoczi
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-26qom: call class destructor before unparentMichael S. Tsirkin
2013-03-26Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-03-26Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori
2013-03-26virtio-ccw: Queue sanity check for notify hypercall.Cornelia Huck
2013-03-26qtest: use synchronous I/O for char deviceAnthony Liguori
2013-03-26char: introduce a blocking version of qemu_chr_fe_writeAnthony Liguori
2013-03-26hw/qdev: Abort rather than ignoring errors adding device propertiesPeter Maydell
2013-03-26qom: Detect attempts to add a property that already existsPeter 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-26Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-03-26Use qemu_put_buffer_async for guest memory pagesOrit Wasserman