summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-28trace: [tracetool] Explicitly identify public backendsLluĂ­s Vilanova6-3/+30
2013-03-27spice-qemu-char: Drop hackish vmc_register on spice_chr_writeHans de Goede1-1/+0
2013-03-27virtio-serial: propagate guest_connected to the port on post_loadAlon Levy1-0/+5
2013-03-27virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede3-32/+12
2013-03-27qemu-char: add_handlers: Don't re-send the be_open event on unregisterHans de Goede1-1/+1
2013-03-27qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede2-4/+4
2013-03-27qemu-char: Consolidate guest_close/guest_open into a set_fe_open callbackHans de Goede3-19/+11
2013-03-27qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede3-33/+12
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede4-2/+15
2013-03-27qemu-char: Add fe_open trackingHans de Goede2-0/+9
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede5-16/+16
2013-03-27qemu-char: Rename opened to be_openHans de Goede5-8/+8
2013-03-27compiler: fix warning with GCC 4.8.0Paolo Bonzini1-1/+1
2013-03-26pcie: Add endpoint capability initialization wrapperAlex Williamson3-14/+18
2013-03-26roms: switch oldnoconfig to olddefconfigMichael S. Tsirkin1-1/+1
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-26exec: assert that RAMBlock size is non-zeroStefan Hajnoczi1-0/+2
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. Tsirkin2-3/+8
2013-03-26qom: call class destructor before unparentMichael S. Tsirkin1-3/+3
2013-03-26virtio-ccw: Queue sanity check for notify hypercall.Cornelia Huck1-0/+3
2013-03-26qtest: use synchronous I/O for char deviceAnthony Liguori1-1/+1
2013-03-26char: introduce a blocking version of qemu_chr_fe_writeAnthony Liguori2-0/+42
2013-03-26hw/qdev: Abort rather than ignoring errors adding device propertiesPeter Maydell1-3/+7
2013-03-26qom: Detect attempts to add a property that already existsPeter Maydell1-1/+12
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