aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12vga: add trace event for ppm_saveAlon Levy2-0/+5
2012-03-12console: add some trace eventsAlon Levy2-0/+7
2012-03-12maintainers: Add docs/tracing.txt to TracingAndreas Färber1-0/+1
2012-03-12docs: correct ./configure line in tracing.txtJun Koi1-1/+1
2012-03-12trace: make trace_thread_create() use its function argJun Koi1-1/+1
2012-03-12tracetool: Omit useless QEMU_*_ENABLED() checkStefan Hajnoczi1-3/+1
2012-03-12trace: Provide a per-event status define for conditional compilationLluís Vilanova2-7/+48
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-09qapi-schema.json: fix comment for type ObjectPropretyInfoAlon Levy1-1/+1
2012-03-09qapi-schema: fix typos and explain 'spice' authAlon Levy1-6/+8
2012-03-09qjson.h: include compiler.h for GCC_FMT_ATTRAlon Levy1-0/+1
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-08memory: get rid of cpu_register_io_memory()Avi Kivity5-73/+1
2012-03-08memory: dispatch directly via MemoryRegionAvi Kivity4-98/+69
2012-03-08exec: fix code tlb entry misused as iotlb in get_page_addr_code()Avi Kivity1-1/+1
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-08memory: store section indices in iotlb instead of io indicesAvi Kivity3-8/+24
2012-03-08memory: make phys_page_find() return an unadjusted sectionAvi Kivity1-116/+102
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