summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2013-02-116-62/+62
* error: Clean up abuse of error_report() for helpMarkus Armbruster2013-02-111-2/+2
* error: Clean up error strings with embedded newlinesMarkus Armbruster2013-02-111-6/+6
* xilinx_zynq: Fix wrong IRQ number of the second EHCI controllerLiming Wang2013-02-081-1/+1
* hw/virtio-net: disable multiqueue by defaultJesse Larrew2013-02-081-1/+1
* hw/virtio-net.c: set config size using host featuresJesse Larrew2013-02-081-8/+36
* virtio-net: pass host features to virtio_net_initAnthony Liguori2013-02-085-5/+10
* hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regsPeter Maydell2013-02-061-8/+8
* qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V2013-02-061-5/+7
* e1000: fix link down handling with auto negotiationMichael S. Tsirkin2013-02-061-6/+36
* acpi_piix4: fix segfault migrating from 1.2Michael Roth2013-02-041-2/+2
* qdev: drop extra references at creation timePaolo Bonzini2013-02-012-4/+6
* qdev: inline object_delete into qbus_free/qdev_freePaolo Bonzini2013-02-011-2/+4
* qdev: add reference for the bus while it is referred to by the DeviceStatePaolo Bonzini2013-02-011-0/+3
* qdev: move unrealization of devices from finalize to unparentPaolo Bonzini2013-02-011-18/+17Star
* qdev: move deletion of children from finalize to unparentPaolo Bonzini2013-02-011-12/+25
* qdev: add reference count to a device for the BusChildPaolo Bonzini2013-02-011-0/+5
* pci: use qbus_create in pci_bus_newPaolo Bonzini2013-02-011-6/+15
* qdev: change first argument of qbus_create_inplace to void *Paolo Bonzini2013-02-012-2/+2
* qdev: remove duplication between qbus_create and qbus_create_inplacePaolo Bonzini2013-02-011-11/+7Star
* accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang2013-02-011-2/+2
* xen: fix build problem introduced from per-queue peersAnthony Liguori2013-02-011-2/+0Star
* virtio-net: compat multiqueue supportJason Wang2013-02-011-0/+4
* virtio-net: migration support for multiqueueJason Wang2013-02-011-6/+29
* virtio-net: multiqueue supportJason Wang2013-02-012-67/+263
* virtio-net: separate virtqueue from VirtIONetJason Wang2013-02-011-81/+114
* virtio: add a queue_index to VirtQueueJason Wang2013-02-012-0/+9
* virtio: introduce virtio_del_queue()Jason Wang2013-02-012-0/+11
* vhost: multiqueue supportJason Wang2013-02-015-58/+120
* net: multiqueue supportJason Wang2013-02-014-12/+44
* net: intorduce qemu_del_nic()Jason Wang2013-02-018-8/+8
* net: introduce qemu_get_nic()Jason Wang2013-02-0126-74/+74
* net: introduce qemu_get_queue()Jason Wang2013-02-0125-114/+133
* net: tap: using bool instead of bitfieldJason Wang2013-02-011-1/+1
* isa: QOM'ify isa_bus_from_device()Andreas Färber2013-02-011-1/+1
* i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber2013-02-017-8/+7Star
* Revert "e1000: no need auto-negotiation if link was down"Michael Roth2013-02-011-5/+0Star
* Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori2013-02-013-7/+11
|\
| * target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber2013-02-012-4/+10
| * target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber2013-02-011-3/+1Star
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-02-014-28/+86
|\ \
| * | target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber2013-02-011-3/+4
| |/
| * ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber2013-02-013-25/+82
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-02-019-65/+227
|\ \ | |/ |/|
| * vfio-pci: Enable PCIe extended config spaceAlex Williamson2013-01-301-0/+4
| * PIIX3: reset the VM when the Reset Control Register's RCPU bit gets setLaszlo Ersek2013-01-301-1/+69
| * ich9: add support for pci assignmentJason Baron2013-01-303-0/+35
| * virtio-net: rename ctrl rx commandsAmos Kong2013-01-302-14/+14
| * virtio-net: introduce a new macaddr controlAmos Kong2013-01-303-3/+26
| * virtio-net: remove layout assumptions for ctrl vqMichael S. Tsirkin2013-01-301-54/+75