summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-02-13cadance_uart: Accept input after rx FIFO popPeter Crosthwaite1-0/+1
2013-02-13s390: Fix handling of iscs.Cornelia Huck1-2/+2
2013-02-13s390/sclpconsole: prevent char layer callback during initializationChristian Borntraeger1-4/+1
2013-02-13xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()Peter Crosthwaite2-5/+4
2013-02-13xilinx.h: Dont qdev_create from ethernet_create()Peter Crosthwaite2-12/+7
2013-02-12hw/m25p80.c: add WRSR(0x01) supportKuo-Jung Su1-0/+15
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster6-62/+62
2013-02-11error: Clean up abuse of error_report() for helpMarkus Armbruster1-2/+2
2013-02-11error: Clean up error strings with embedded newlinesMarkus Armbruster1-6/+6
2013-02-08xilinx_zynq: Fix wrong IRQ number of the second EHCI controllerLiming Wang1-1/+1
2013-02-08hw/virtio-net: disable multiqueue by defaultJesse Larrew1-1/+1
2013-02-08hw/virtio-net.c: set config size using host featuresJesse Larrew1-8/+36
2013-02-08virtio-net: pass host features to virtio_net_initAnthony Liguori5-5/+10
2013-02-06hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regsPeter Maydell1-8/+8
2013-02-06qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V1-5/+7
2013-02-06e1000: fix link down handling with auto negotiationMichael S. Tsirkin1-6/+36
2013-02-04acpi_piix4: fix segfault migrating from 1.2Michael Roth1-2/+2
2013-02-01qdev: drop extra references at creation timePaolo Bonzini2-4/+6
2013-02-01qdev: inline object_delete into qbus_free/qdev_freePaolo Bonzini1-2/+4
2013-02-01qdev: add reference for the bus while it is referred to by the DeviceStatePaolo Bonzini1-0/+3
2013-02-01qdev: move unrealization of devices from finalize to unparentPaolo Bonzini1-18/+17
2013-02-01qdev: move deletion of children from finalize to unparentPaolo Bonzini1-12/+25
2013-02-01qdev: add reference count to a device for the BusChildPaolo Bonzini1-0/+5
2013-02-01pci: use qbus_create in pci_bus_newPaolo Bonzini1-6/+15
2013-02-01qdev: change first argument of qbus_create_inplace to void *Paolo Bonzini2-2/+2
2013-02-01qdev: remove duplication between qbus_create and qbus_create_inplacePaolo Bonzini1-11/+7
2013-02-01accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang1-2/+2
2013-02-01xen: fix build problem introduced from per-queue peersAnthony Liguori1-2/+0
2013-02-01virtio-net: compat multiqueue supportJason Wang1-0/+4
2013-02-01virtio-net: migration support for multiqueueJason Wang1-6/+29
2013-02-01virtio-net: multiqueue supportJason Wang2-67/+263
2013-02-01virtio-net: separate virtqueue from VirtIONetJason Wang1-81/+114
2013-02-01virtio: add a queue_index to VirtQueueJason Wang2-0/+9
2013-02-01virtio: introduce virtio_del_queue()Jason Wang2-0/+11
2013-02-01vhost: multiqueue supportJason Wang5-58/+120
2013-02-01net: multiqueue supportJason Wang4-12/+44
2013-02-01net: intorduce qemu_del_nic()Jason Wang8-8/+8
2013-02-01net: introduce qemu_get_nic()Jason Wang26-74/+74
2013-02-01net: introduce qemu_get_queue()Jason Wang25-114/+133
2013-02-01net: tap: using bool instead of bitfieldJason Wang1-1/+1
2013-02-01isa: QOM'ify isa_bus_from_device()Andreas Färber1-1/+1
2013-02-01i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber7-8/+7
2013-02-01Revert "e1000: no need auto-negotiation if link was down"Michael Roth1-5/+0
2013-02-01Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori3-7/+11
2013-01-31Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori4-28/+86
2013-01-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori9-65/+227
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber2-4/+10
2013-02-01target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber1-3/+1
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber1-3/+4
2013-02-01ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber3-25/+82