aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf3-77/+168
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf2-0/+30
2012-03-12qcow2: Factor out count_cow_clustersKevin Wolf1-19/+36
2012-03-12qmp: convert blockdev-snapshot-sync to a wrapper around transactionsPaolo Bonzini5-73/+44
2012-03-12add mode field to blockdev-snapshot-sync transaction itemPaolo Bonzini3-10/+44
2012-03-12rename blockdev-group-snapshot-syncPaolo Bonzini3-76/+96
2012-03-12qapi: complete implementation of unionsPaolo Bonzini5-1/+98
2012-03-12use QSIMPLEQ_FOREACH_SAFE when freeing list elementsPaolo Bonzini1-2/+2
2012-03-12Add 'make check-block'Kevin Wolf2-1/+27
2012-03-12make check: Add qemu-iotests subsetKevin Wolf2-0/+22
2012-03-12qemu-iotests: Mark some tests as quickKevin Wolf1-12/+12
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf2-1/+4
2012-03-12block: handle -EBUSY in bdrv_commit_all()Stefan Hajnoczi3-6/+13
2012-03-12qcow2: Add some tracingKevin Wolf4-1/+65
2012-03-12qed: do not evict in-use L2 table cache entriesStefan Hajnoczi1-4/+18
2012-03-12Group snapshot: Fix format name for backing filePaolo Bonzini1-1/+2
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