summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-03-14hw/mc146818: Drop unneeded #includesAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-14PPC: 405: Use proper CPU resetAlexander Graf
2012-03-14kvmvapic: align start address as well as sizeAvi Kivity
2012-03-13Merge remote-tracking branch 'kraxel/usb.44' into stagingAnthony Liguori
2012-03-13kvmclock: Always register typeAndreas Färber
2012-03-13Endian fix an assertion in usb-msdBenjamin Herrenschmidt
2012-03-13uhci: alloc can't fail, drop check.Gerd Hoffmann
2012-03-13uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann
2012-03-13uhci: renumber uhci_handle_td return codesGerd Hoffmann
2012-03-13uhci: use enum for uhci_handle_td return codesGerd Hoffmann
2012-03-13uhci: tracing supportGerd Hoffmann
2012-03-13uhci: cancel on schedule stop.Gerd Hoffmann
2012-03-13uhci: fix uhci_async_cancel_allGerd Hoffmann
2012-03-13uhci: pass addr to uhci_async_allocGerd Hoffmann
2012-03-13usb: improve packet state sanity checksGerd Hoffmann
2012-03-13usb-ohci: DMA writeback bug fixesWei Yang
2012-03-13usb-ehci: drop unused isoch_pause variableHans de Goede
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann
2012-03-13usb: the big renameGerd Hoffmann
2012-03-12Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2012-03-12qdev: accept empty string propertiesPaolo Bonzini
2012-03-12vga: add trace event for ppm_saveAlon Levy
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil
2012-03-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-03-09Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-03-09Merge remote-tracking branch 'kraxel/usb.42' into stagingAnthony Liguori
2012-03-09xilinx_zynq: fix the buildAnthony Liguori
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-03-07sh7750: Remove redundant 'struct' from MemoryRegionOpsStefan Weil
2012-03-07xhci: fix port statusGerd Hoffmann
2012-03-07xhci: fix control xfersGerd Hoffmann
2012-03-07usb: add shortcut for control transfersGerd Hoffmann
2012-03-07usb: add pipelining option to usb endpointsGerd Hoffmann
2012-03-07usb: queue can have async packetsGerd Hoffmann
2012-03-07uhci_fill_queue: zap debug printfGerd Hoffmann
2012-03-07usb: add USB_RET_IOERRORHans de Goede
2012-03-07usb-ehci: Cleanup itd error handlingHans de Goede
2012-03-07usb-ehci: Fix and simplify nakcnt handlingHans de Goede
2012-03-07usb-ehci: Remove dead nakcnt codeHans de Goede
2012-03-07usb-ehci: Fix cerr trackingHans de Goede
2012-03-07usb-ehci: Any packet completion except for NAK should set the interruptHans de Goede
2012-03-07usb-ehci: Rip the queues when the async or period schedule is haltedHans de Goede
2012-03-07usb-ehci: Drop cached qhs when the doorbell gets rungHans de Goede
2012-03-07usb-ehci: always call ehci_queues_rip_unused for period queuesHans de Goede
2012-03-07usb-ehci: split our qh queue into async and periodic queuesHans de Goede
2012-03-07usb-ehci: Never follow table entries with the T-bit setHans de Goede
2012-03-07kvm: x86: Add user space part for in-kernel i8254Jan Kiszka
2012-03-07i8254: Open-code timer restoreJan Kiszka
2012-03-07i8254: Factor out base class for KVM reuseJan Kiszka