summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trace: Provide a generic tracing event descriptorLluís Vilanova2013-03-287-9/+172
* trace: [tracetool] Explicitly identify public backendsLluís Vilanova2013-03-286-3/+30
* spice-qemu-char: Drop hackish vmc_register on spice_chr_writeHans de Goede2013-03-271-1/+0
* virtio-serial: propagate guest_connected to the port on post_loadAlon Levy2013-03-271-0/+5
* virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede2013-03-273-32/+12
* qemu-char: add_handlers: Don't re-send the be_open event on unregisterHans de Goede2013-03-271-1/+1
* qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede2013-03-272-4/+4
* qemu-char: Consolidate guest_close/guest_open into a set_fe_open callbackHans de Goede2013-03-273-19/+11
* qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede2013-03-273-33/+12
* qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2013-03-274-2/+15
* qemu-char: Add fe_open trackingHans de Goede2013-03-272-0/+9
* qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2013-03-275-16/+16
* qemu-char: Rename opened to be_openHans de Goede2013-03-275-8/+8
* compiler: fix warning with GCC 4.8.0Paolo Bonzini2013-03-271-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-03-2639-131/+348
|\
| * pcie: Add endpoint capability initialization wrapperAlex Williamson2013-03-263-14/+18
| * roms: switch oldnoconfig to olddefconfigMichael S. Tsirkin2013-03-261-1/+1
| * pcie: Mangle types to match topologyAlex Williamson2013-03-261-0/+13
| * pci: Create and use API to determine root busesAlex Williamson2013-03-262-4/+10
| * pci: Create pci_bus_is_express helperAlex Williamson2013-03-262-0/+6
| * pci: Q35, Root Ports, and Switches create PCI Express busesAlex Williamson2013-03-264-4/+4
| * pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson2013-03-2624-35/+40
| * pci: Move PCI and PCIE type definesAlex Williamson2013-03-262-4/+5
| * pci: Create and register a new PCI Express TypeInfoAlex Williamson2013-03-262-0/+7
| * exec: assert that RAMBlock size is non-zeroStefan Hajnoczi2013-03-261-0/+2
| * pci: refuse empty ROM filesStefan Hajnoczi2013-03-261-1/+6
| * pci_bridge: Remove duplicate IRQ swizzle functionAlex Williamson2013-03-261-9/+0
| * pci_bridge: Use a default map_irq functionAlex Williamson2013-03-261-1/+1
| * pci: Fix INTx routing notifier recursionAlex Williamson2013-03-261-3/+4
| * pci_bridge: drop formatting from sourceMichael S. Tsirkin2013-03-261-8/+0
| * pci_bridge: factor out common codeMichael S. Tsirkin2013-03-263-19/+22
| * pci: Teach PCI Bridges about VGA routingAlex Williamson2013-03-264-2/+55
| * pci: Add PCI VGA helpersAlex Williamson2013-03-262-0/+82
| * virtio-pci: guest notifier mask without non-irqfdMichael S. Tsirkin2013-03-261-35/+44
| * virtio-net: remove layout assumptions for mq ctrlJason Wang2013-03-261-11/+12
| * qmp: add path to device_deleted eventMichael S. Tsirkin2013-03-262-3/+8
| * qom: call class destructor before unparentMichael S. Tsirkin2013-03-261-3/+3
| * qdev: DEVICE_DELETED eventMichael S. Tsirkin2013-03-175-1/+32
* | Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-03-2613-87/+375
|\ \
| * | Use qemu_put_buffer_async for guest memory pagesOrit Wasserman2013-03-261-1/+1
| * | Add qemu_put_buffer_asyncOrit Wasserman2013-03-262-8/+31
| * | Use writev ops if availableOrit Wasserman2013-03-261-8/+23
| * | Store the data to send also in iovecOrit Wasserman2013-03-261-2/+22
| * | Update bytes_xfer in qemu_put_byteOrit Wasserman2013-03-261-0/+2
| * | Add socket_writev_buffer functionOrit Wasserman2013-03-261-0/+15
| * | Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman2013-03-261-0/+7
| * | migration: use XBZRLE only after bulk stagePeter Lieven2013-03-261-1/+1
| * | migration: do not search dirty pages in bulk stagePeter Lieven2013-03-261-1/+7
| * | migration: do not sent zero pages in bulk stagePeter Lieven2013-03-266-8/+32
| * | migration: add an indicator for bulk state of ram migrationPeter Lieven2013-03-261-0/+3
OpenPOWER on IntegriCloud