aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-28trace: [monitor] Use new event control interfaceLluís Vilanova
2013-03-28trace: Provide a detailed event control interfaceLluís Vilanova
2013-03-28trace: Provide a generic tracing event descriptorLluís Vilanova
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova
2013-03-27spice-qemu-char: Drop hackish vmc_register on spice_chr_writeHans de Goede
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: add_handlers: Don't re-send the be_open event on unregisterHans de Goede
2013-03-27qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede
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