summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-02-19usb-core: usb3 streamsGerd Hoffmann14-31/+37
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann1-4/+5
2013-02-19usb-redir: simplify packet copyGerd Hoffmann1-14/+4
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann2-5/+15
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann2-0/+7
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann4-36/+0
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann4-101/+190
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann1-2/+3
2013-02-19allow disabling usb smartcard supportGerd Hoffmann2-1/+2
2013-02-19make usb devices configurableGerd Hoffmann1-8/+12
2013-02-19usb: Makefile cleanupGerd Hoffmann1-7/+20
2013-02-18isa: Split off instance_init for ISADeviceAndreas Färber1-3/+9
2013-02-16target-i386: Split command line parsing out of cpu_x86_register()Andreas Färber1-1/+0
2013-02-16spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber1-8/+3
2013-02-16ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu()Andreas Färber1-11/+4
2013-02-16e500: Replace open-coded loop with qemu_get_cpu()Andreas Färber1-8/+3
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber3-7/+10
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber1-2/+3
2013-02-16target-m68k: Pass M68kCPU to m68k_set_irq_level()Andreas Färber2-2/+2
2013-02-16mcf_intc: Pass M68kCPU to mcf_intc_init()Andreas Färber3-9/+12
2013-02-16mcf5206: Pass M68kCPU to mcf5206_init()Andreas Färber3-9/+12
2013-02-16ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset()Andreas Färber3-15/+19
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-1/+1
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