summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add seabios build scripts to roms/Gerd Hoffmann2012-03-123-0/+16
* Add missing const attributes for MemoryRegionOpsStefan Weil2012-03-119-13/+13
* tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil2012-03-114-14/+14
* configure: Test for libiberty.a (mingw32)Stefan Weil2012-03-111-1/+7
* w64: Don't redefine lseek, ftruncateStefan Weil2012-03-111-2/+6
* cache-utils: Add missing include file for uintptr_tStefan Weil2012-03-111-0/+3
* build: Include config-host.mak as soon as possibleLluĂ­s Vilanova2012-03-111-7/+8
* gdbstub: Do not kill target in system emulation modeJan Kiszka2012-03-111-0/+2
* target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka2012-03-112-6/+8
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-03-0917-58/+45Star
|\
| * configure: Quote the configure args printed in config.logPeter Maydell2012-03-081-1/+3
| * osdep: Remove local definition of macro offsetofStefan Weil2012-03-082-17/+0Star
| * libcacard: Spelling and grammar fixes in documentationStefan Weil2012-03-081-13/+13
| * Spelling fixes in comments (it's -> its)Stefan Weil2012-03-089-10/+10
| * vnc: Add break statementStefan Weil2012-03-081-0/+1
| * libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil2012-03-081-10/+10
| * Fix sign of sscanf format specifiersStefan Weil2012-03-071-1/+2
| * block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil2012-03-071-1/+1
| * qmp: Fix spelling fourty -> fortyStefan Weil2012-03-071-2/+2
| * qom: Fix spelling in documentationStefan Weil2012-03-071-1/+1
| * sh7750: Remove redundant 'struct' from MemoryRegionOpsStefan Weil2012-03-072-2/+2
* | Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-03-0912-242/+742
|\ \
| * | kvm: fill in padding to help valgrindMichael S. Tsirkin2012-03-072-0/+8
| * | kvm: x86: Add user space part for in-kernel i8254Jan Kiszka2012-03-074-3/+278
| * | kvm: Add kvm_has_pit_state2 helperJan Kiszka2012-03-073-0/+16
| * | i8254: Open-code timer restoreJan Kiszka2012-03-072-3/+19
| * | i8254: Factor out base class for KVM reuseJan Kiszka2012-03-074-239/+424
| |/
* | Merge remote-tracking branch 'kraxel/usb.42' into stagingAnthony Liguori2012-03-098-143/+203
|\ \
| * | xhci: fix port statusGerd Hoffmann2012-03-071-1/+1
| * | xhci: fix control xfersGerd Hoffmann2012-03-071-8/+5Star
| * | usb: add shortcut for control transfersGerd Hoffmann2012-03-072-0/+60
| * | usb-host: enable pipelineing for bulk endpoints.Gerd Hoffmann2012-03-071-0/+3
| * | usb: add pipelining option to usb endpointsGerd Hoffmann2012-03-072-1/+12
| * | usb: queue can have async packetsGerd Hoffmann2012-03-071-0/+3
| * | uhci_fill_queue: zap debug printfGerd Hoffmann2012-03-071-1/+0Star
| * | usb: add USB_RET_IOERRORHans de Goede2012-03-076-10/+19
| * | usb: return BABBLE rather then NAK when we receive too much dataHans de Goede2012-03-072-3/+9
| * | usb-ehci: Cleanup itd error handlingHans de Goede2012-03-071-14/+14
| * | usb-ehci: Fix and simplify nakcnt handlingHans de Goede2012-03-071-28/+4Star
| * | usb-ehci: Remove dead nakcnt codeHans de Goede2012-03-071-20/+0Star
| * | usb-ehci: Fix cerr trackingHans de Goede2012-03-071-13/+6Star
| * | usb-ehci: Any packet completion except for NAK should set the interruptHans de Goede2012-03-071-1/+1
| * | usb-ehci: Rip the queues when the async or period schedule is haltedHans de Goede2012-03-071-1/+4
| * | usb-ehci: Drop cached qhs when the doorbell gets rungHans de Goede2012-03-071-16/+17
| * | usb-ehci: always call ehci_queues_rip_unused for period queuesHans de Goede2012-03-071-0/+1
| * | usb-ehci: split our qh queue into async and periodic queuesHans de Goede2012-03-071-25/+37
| * | usb-ehci: Never follow table entries with the T-bit setHans de Goede2012-03-071-6/+4Star
| * | usb-redir: Set ep type and interfaceHans de Goede2012-03-071-0/+8
* | | libcacard: Fix compilation with gcc-4.7Hans de Goede2012-03-091-2/+2
* | | xilinx_zynq: fix the buildAnthony Liguori2012-03-091-2/+2
| |/ |/|