aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber
2013-02-16mcf_intc: Pass M68kCPU to mcf_intc_init()Andreas Färber
2013-02-16mcf5206: Pass M68kCPU to mcf5206_init()Andreas Färber
2013-02-16ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset()Andreas Färber
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-13cadance_uart: Accept input after rx FIFO popPeter Crosthwaite
2013-02-13s390: Fix handling of iscs.Cornelia Huck
2013-02-13s390/sclpconsole: prevent char layer callback during initializationChristian Borntraeger
2013-02-13xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()Peter Crosthwaite
2013-02-13xilinx.h: Dont qdev_create from ethernet_create()Peter Crosthwaite
2013-02-12hw/m25p80.c: add WRSR(0x01) supportKuo-Jung Su
2013-02-11error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2013-02-11error: Clean up abuse of error_report() for helpMarkus Armbruster
2013-02-11error: Clean up error strings with embedded newlinesMarkus Armbruster
2013-02-08xilinx_zynq: Fix wrong IRQ number of the second EHCI controllerLiming Wang
2013-02-08hw/virtio-net: disable multiqueue by defaultJesse Larrew
2013-02-08hw/virtio-net.c: set config size using host featuresJesse Larrew
2013-02-08virtio-net: pass host features to virtio_net_initAnthony Liguori
2013-02-06hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regsPeter Maydell
2013-02-06qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V
2013-02-06e1000: fix link down handling with auto negotiationMichael S. Tsirkin
2013-02-04acpi_piix4: fix segfault migrating from 1.2Michael Roth
2013-02-01qdev: drop extra references at creation timePaolo Bonzini
2013-02-01qdev: inline object_delete into qbus_free/qdev_freePaolo Bonzini
2013-02-01qdev: add reference for the bus while it is referred to by the DeviceStatePaolo Bonzini
2013-02-01qdev: move unrealization of devices from finalize to unparentPaolo Bonzini
2013-02-01qdev: move deletion of children from finalize to unparentPaolo Bonzini
2013-02-01qdev: add reference count to a device for the BusChildPaolo Bonzini
2013-02-01pci: use qbus_create in pci_bus_newPaolo Bonzini
2013-02-01qdev: change first argument of qbus_create_inplace to void *Paolo Bonzini
2013-02-01qdev: remove duplication between qbus_create and qbus_create_inplacePaolo Bonzini
2013-02-01accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang
2013-02-01xen: fix build problem introduced from per-queue peersAnthony Liguori
2013-02-01virtio-net: compat multiqueue supportJason Wang
2013-02-01virtio-net: migration support for multiqueueJason Wang
2013-02-01virtio-net: multiqueue supportJason Wang
2013-02-01virtio-net: separate virtqueue from VirtIONetJason Wang
2013-02-01virtio: add a queue_index to VirtQueueJason Wang
2013-02-01virtio: introduce virtio_del_queue()Jason Wang
2013-02-01vhost: multiqueue supportJason Wang
2013-02-01net: multiqueue supportJason Wang
2013-02-01net: intorduce qemu_del_nic()Jason Wang
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang
2013-02-01net: tap: using bool instead of bitfieldJason Wang
2013-02-01isa: QOM'ify isa_bus_from_device()Andreas Färber
2013-02-01i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber
2013-02-01Revert "e1000: no need auto-negotiation if link was down"Michael Roth
2013-02-01Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori