summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-03-14hw/mc146818: Drop unneeded #includesAndreas Färber1-2/+0
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber29-33/+70
2012-03-14PPC: 405: Use proper CPU resetAlexander Graf2-25/+4
2012-03-14kvmvapic: align start address as well as sizeAvi Kivity1-1/+3
2012-03-13Merge remote-tracking branch 'kraxel/usb.44' into stagingAnthony Liguori35-201/+4270
2012-03-13kvmclock: Always register typeAndreas Färber1-2/+0
2012-03-13Endian fix an assertion in usb-msdBenjamin Herrenschmidt1-3/+3
2012-03-13uhci: alloc can't fail, drop check.Gerd Hoffmann1-2/+0
2012-03-13uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann1-5/+7
2012-03-13uhci: renumber uhci_handle_td return codesGerd Hoffmann1-4/+4
2012-03-13uhci: use enum for uhci_handle_td return codesGerd Hoffmann1-16/+23
2012-03-13uhci: tracing supportGerd Hoffmann1-55/+32
2012-03-13uhci: cancel on schedule stop.Gerd Hoffmann1-0/+1
2012-03-13uhci: fix uhci_async_cancel_allGerd Hoffmann1-0/+1
2012-03-13uhci: pass addr to uhci_async_allocGerd Hoffmann1-3/+3
2012-03-13usb: improve packet state sanity checksGerd Hoffmann2-6/+32
2012-03-13usb-ohci: DMA writeback bug fixesWei Yang1-2/+15
2012-03-13usb-ehci: drop unused isoch_pause variableHans de Goede1-5/+1
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann13-60/+11
2012-03-13usb: the big renameGerd Hoffmann23-53/+4150
2012-03-12Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-0/+2
2012-03-12qdev: accept empty string propertiesPaolo Bonzini1-4/+0
2012-03-12vga: add trace event for ppm_saveAlon Levy1-0/+2
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil9-13/+13
2012-03-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-4/+4
2012-03-09Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori6-240/+716
2012-03-09Merge remote-tracking branch 'kraxel/usb.42' into stagingAnthony Liguori6-135/+175
2012-03-09xilinx_zynq: fix the buildAnthony Liguori1-2/+2
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil2-2/+2
2012-03-07sh7750: Remove redundant 'struct' from MemoryRegionOpsStefan Weil2-2/+2
2012-03-07xhci: fix port statusGerd Hoffmann1-1/+1
2012-03-07xhci: fix control xfersGerd Hoffmann1-8/+5
2012-03-07usb: add shortcut for control transfersGerd Hoffmann2-0/+60
2012-03-07usb: add pipelining option to usb endpointsGerd Hoffmann2-1/+12
2012-03-07usb: queue can have async packetsGerd Hoffmann1-0/+3
2012-03-07uhci_fill_queue: zap debug printfGerd Hoffmann1-1/+0
2012-03-07usb: add USB_RET_IOERRORHans de Goede4-5/+11
2012-03-07usb-ehci: Cleanup itd error handlingHans de Goede1-14/+14
2012-03-07usb-ehci: Fix and simplify nakcnt handlingHans de Goede1-28/+4
2012-03-07usb-ehci: Remove dead nakcnt codeHans de Goede1-20/+0
2012-03-07usb-ehci: Fix cerr trackingHans de Goede1-13/+6
2012-03-07usb-ehci: Any packet completion except for NAK should set the interruptHans de Goede1-1/+1
2012-03-07usb-ehci: Rip the queues when the async or period schedule is haltedHans de Goede1-1/+4
2012-03-07usb-ehci: Drop cached qhs when the doorbell gets rungHans de Goede1-16/+17
2012-03-07usb-ehci: always call ehci_queues_rip_unused for period queuesHans de Goede1-0/+1
2012-03-07usb-ehci: split our qh queue into async and periodic queuesHans de Goede1-25/+37
2012-03-07usb-ehci: Never follow table entries with the T-bit setHans de Goede1-6/+4
2012-03-07kvm: x86: Add user space part for in-kernel i8254Jan Kiszka3-2/+277
2012-03-07i8254: Open-code timer restoreJan Kiszka2-3/+19
2012-03-07i8254: Factor out base class for KVM reuseJan Kiszka3-238/+423