aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-17usb: use USBDescriptor for device qualifier descriptors.Gerd Hoffmann2-11/+22
2012-04-17usb: add USBDescriptor, use for device descriptors.Gerd Hoffmann2-19/+46
2012-04-17usb-ehci: frindex always is a 14 bits counterHans de Goede1-2/+6
2012-04-17usb-ehci: fix ehci_child_detachGerd Hoffmann1-1/+0
2012-04-17usb-hub: add tracepointsGerd Hoffmann2-3/+51
2012-04-17usb_packet_set_state: handle p->ep == NULLGerd Hoffmann1-6/+11
2012-04-17usb-host: add property to turn off pipeliningGerd Hoffmann1-1/+9
2012-04-17usb-host: add usb packet to request tracepointsGerd Hoffmann2-17/+19
2012-04-17usb-host: trace canceled requestsGerd Hoffmann2-1/+5
2012-04-17usb-host: trace emulated requestsGerd Hoffmann2-3/+10
2012-04-17Add bootindex support to usb-host and usb-redirGerd Hoffmann2-0/+6
2012-04-17usb-uhci: queuing fixGerd Hoffmann1-3/+10
2012-04-17usb-uhci: stop queue filling when we find a in-flight tdGerd Hoffmann1-0/+3
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann3-1/+25
2012-04-16qemu-timer.c: Remove 250us timeoutsPeter Portante1-5/+5
2012-04-16Merge remote-tracking branch 'kiszka/queues/pending' into stagingAnthony Liguori7-47/+59
2012-04-16Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori8-299/+217
2012-04-16Merge remote-tracking branch 'sstabellini/for_anthony' into stagingAnthony Liguori9-20/+171
2012-04-16vapic: Disable for pre-1.1 machinesJan Kiszka1-10/+33
2012-04-16Kick io-thread on qemu_chr_accept_inputJan Kiszka1-0/+1
2012-04-16pcnet: Properly handle TX requests during Link FailJan Kiszka2-0/+12
2012-04-16pcnet: Clear ERR in CSR0 on stopJan Kiszka1-1/+1
2012-04-16signrom: Rewrite as python scriptJan Kiszka3-46/+41
2012-04-15Merge branch 'w64' of git://qemu.weilnetz.de/qemuBlue Swirl15-112/+152
2012-04-15target-alpha: QOM'ify CPU initAndreas Färber2-11/+21
2012-04-15target-alpha: QOM'ify CPUAndreas Färber5-1/+114
2012-04-15w64: Fix time conversion for some versions of MinGW-w64Stefan Weil1-1/+2
2012-04-15nbd: Fix compiler warning (w64)Stefan Weil1-1/+1
2012-04-15disas: Replace 'unsigned long' by 'uintptr_t'Stefan Weil1-4/+4
2012-04-15cpu-exec: Remove non-portable type cast and fix format stringStefan Weil1-2/+2
2012-04-15target-mips: Fix type cast for w64 (uintptr_t)Stefan Weil1-1/+1
2012-04-15w64: Fix type cast in os_host_main_loop_waitStefan Weil1-1/+1
2012-04-15w64: Fix data types in softmmu*.hStefan Weil2-13/+15
2012-04-15w64: Use uintptr_t in exec.cStefan Weil1-37/+40
2012-04-15softmmu: Use uintptr_t for physaddr and rename itStefan Weil1-9/+6
2012-04-15w64: Fix struct CPUTLBEntryStefan Weil1-5/+5
2012-04-15w64: Fix definition of setjmpStefan Weil1-0/+9
2012-04-15w32: Move defines for socket specific errors to qemu-os-win32.hStefan Weil3-18/+26
2012-04-15w64: Use larger alignment for section with generated codeStefan Weil1-2/+1
2012-04-15w64: Fix data types in cpu-all.h, exec.cStefan Weil2-7/+7
2012-04-15w64: Fix type casts used in some macros in cpu-all.hStefan Weil1-2/+2
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil1-11/+28
2012-04-15tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil1-1/+5
2012-04-15Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl16-180/+396
2012-04-15pseries: Fix reset of VIO network deviceDavid Gibson1-3/+11
2012-04-15pseries: Reset vscsi properlyDavid Gibson1-2/+7
2012-04-15pseries: Correctly use the device model reset hooksDavid Gibson2-4/+9
2012-04-15pseries: Remove old hcalls hook stubDavid Gibson1-1/+0
2012-04-15pseries: Remove old debug leftovers from spapr_vscsiDavid Gibson1-6/+0
2012-04-15pseries: Fix RTAS based config accessDavid Gibson1-38/+79