summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-12add SandyBridge CPU modelEduardo Habkost1-0/+14
2012-03-12add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost1-1/+1
2012-03-12qom: fix device hot-unplugPaolo Bonzini1-5/+2
2012-03-12qdev: accept empty string propertiesPaolo Bonzini1-4/+0
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil9-13/+13
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil4-14/+14
2012-03-11configure: Test for libiberty.a (mingw32)Stefan Weil1-1/+7
2012-03-11w64: Don't redefine lseek, ftruncateStefan Weil1-2/+6
2012-03-11cache-utils: Add missing include file for uintptr_tStefan Weil1-0/+3
2012-03-11build: Include config-host.mak as soon as possibleLluĂ­s Vilanova1-7/+8
2012-03-11gdbstub: Do not kill target in system emulation modeJan Kiszka1-0/+2
2012-03-11target-i386: Mask NX bit from cpu_get_phys_page_debug resultJan Kiszka2-6/+8
2012-03-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori17-58/+45
2012-03-09Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori12-242/+742
2012-03-09Merge remote-tracking branch 'kraxel/usb.42' into stagingAnthony Liguori8-143/+203
2012-03-09libcacard: Fix compilation with gcc-4.7Hans de Goede1-2/+2
2012-03-09xilinx_zynq: fix the buildAnthony Liguori1-2/+2
2012-03-08configure: Quote the configure args printed in config.logPeter Maydell1-1/+3
2012-03-08osdep: Remove local definition of macro offsetofStefan Weil2-17/+0
2012-03-08libcacard: Spelling and grammar fixes in documentationStefan Weil1-13/+13
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil9-10/+10
2012-03-08vnc: Add break statementStefan Weil1-0/+1
2012-03-08libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil1-10/+10
2012-03-07Fix sign of sscanf format specifiersStefan Weil1-1/+2
2012-03-07block/vmdk: Fix warning from splint (comparision of unsigned value)Stefan Weil1-1/+1
2012-03-07qmp: Fix spelling fourty -> fortyStefan Weil1-2/+2
2012-03-07qom: Fix spelling in documentationStefan Weil1-1/+1
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