summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* cadance_uart: Accept input after rx FIFO popPeter Crosthwaite2013-02-131-0/+1
* s390: Fix handling of iscs.Cornelia Huck2013-02-131-2/+2
* s390/sclpconsole: prevent char layer callback during initializationChristian Borntraeger2013-02-131-4/+1
* xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()Peter Crosthwaite2013-02-132-5/+4
* xilinx.h: Dont qdev_create from ethernet_create()Peter Crosthwaite2013-02-132-12/+7
* hw/m25p80.c: add WRSR(0x01) supportKuo-Jung Su2013-02-121-0/+15
* 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/+17
* 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/+7
* 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/+0
* 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/+7
* Revert "e1000: no need auto-negotiation if link was down"Michael Roth2013-02-011-5/+0
* 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/+1
* | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-01-314-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
OpenPOWER on IntegriCloud