aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-host: enable pipelineing for bulk endpoints.Gerd Hoffmann1-0/+3
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 Goede6-10/+19
2012-03-07usb: return BABBLE rather then NAK when we receive too much dataHans de Goede2-3/+9
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-07usb-redir: Set ep type and interfaceHans de Goede1-0/+8
2012-03-07kvm: fill in padding to help valgrindMichael S. Tsirkin2-0/+8
2012-03-07kvm: x86: Add user space part for in-kernel i8254Jan Kiszka4-3/+278
2012-03-07kvm: Add kvm_has_pit_state2 helperJan Kiszka3-0/+16
2012-03-07i8254: Open-code timer restoreJan Kiszka2-3/+19
2012-03-07i8254: Factor out base class for KVM reuseJan Kiszka4-239/+424
2012-03-07xilinx_zynq: machine model initial versionPeter A. G. Crosthwaite4-0/+700
2012-03-07cadence_gem: initial version of device modelPeter A. G. Crosthwaite2-0/+1234
2012-03-07cadence_ttc: initial version of device modelPeter A. G. Crosthwaite2-0/+490
2012-03-07cadence_uart: initial version of device modelPeter A. G. Crosthwaite2-0/+514
2012-03-05microblaze_boot: enabled -dtb argumentPeter A. G. Crosthwaite1-20/+14
2012-03-05qemu-options.hx: allow -dtb argument for all archsPeter A. G. Crosthwaite1-1/+1
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. Crosthwaite5-254/+211
2012-03-05Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl4-15/+21
2012-03-05Move helpers.h to helper.hLluĂ­s Vilanova3-3/+3
2012-03-05s390: Rework kernel loading: supports elf and newer kernelsChristian Borntraeger1-12/+18
2012-03-05memory: fix I/O port aliasesAvi Kivity3-9/+34
2012-03-05ioport: add destructor method to IORangeAvi Kivity3-0/+17
2012-03-03w64: fix type casts when calling flush_icache_rangeStefan Weil1-4/+5
2012-03-03cache-utils: Change data type of parameters for flush_icache_rangeStefan Weil1-1/+1
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil6-6/+13
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil2-2/+4
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil1-3/+3
2012-03-03w64: Fix size of ram_addr_tStefan Weil1-3/+3
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl35-132/+25
2012-03-03usb: Fix signature of stub usb_host_device_openJan Kiszka1-1/+1
2012-03-03Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Blue Swirl9-35/+161
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl13-15/+674