summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-07xilinx_zynq: machine model initial versionPeter A. G. Crosthwaite2-0/+692
2012-03-07cadence_gem: initial version of device modelPeter A. G. Crosthwaite1-0/+1233
2012-03-07cadence_ttc: initial version of device modelPeter A. G. Crosthwaite1-0/+489
2012-03-07cadence_uart: initial version of device modelPeter A. G. Crosthwaite1-0/+513
2012-03-05microblaze_boot: enabled -dtb argumentPeter A. G. Crosthwaite1-20/+14
2012-03-05petalogix_s2adsp1800: macro'd magic numbersPeter A. G. Crosthwaite1-7/+13
2012-03-05petalogix_s2adsp1800: moved rst logic to rst fnPeter A. G. Crosthwaite1-4/+8
2012-03-05microblaze: factored out common boot codePeter A. G. Crosthwaite4-254/+210
2012-03-05s390: Rework kernel loading: supports elf and newer kernelsChristian Borntraeger1-12/+18
2012-03-03Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl4-35/+138
2012-03-02hw/arm11mpcore: Fix broken realview_mpcore/arm11mpcore_priv propertiesPeter Maydell1-10/+10
2012-03-02arm: add device tree supportGrant Likely2-6/+97
2012-03-02arm: make sure that number of irqs can be represented in GICD_TYPER.Rusty Russell1-0/+9
2012-03-02arm: clean up GIC constantsRusty Russell1-19/+22
2012-03-01Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori1-1/+32
2012-03-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori7-14/+1052
2012-02-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-32/+165
2012-02-29Merge remote-tracking branch 'spice/spice.v49' into stagingAnthony Liguori3-136/+280
2012-02-29Merge remote-tracking branch 'kraxel/usb.39' into stagingAnthony Liguori13-224/+264
2012-02-29ide: fail I/O to empty diskPaolo Bonzini1-4/+20
2012-02-29fdc: DIR (Digital Input Register) should return status of current drive...Hervé Poussineau1-7/+3
2012-02-29fdc: fix seek command, which shouldn't check tracksHervé Poussineau1-3/+6
2012-02-29fdc: check if media rate is correct before doing any transferHervé Poussineau1-3/+50