summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-06qapi: Convert memsaveLuiz Capitulino7-47/+97
2011-12-06QError: Introduce QERR_IO_ERRORLuiz Capitulino2-0/+7
2011-12-06console: Drop unused prototypesLuiz Capitulino1-2/+0
2011-12-06qapi: Complete system_powerdown conversionLuiz Capitulino2-14/+1
2011-12-06Drop test-visitorLuiz Capitulino2-342/+1
2011-12-06Introduce test-qmp-input-visitorLuiz Capitulino3-2/+275
2011-12-06Introduce test-qmp-output-visitorLuiz Capitulino4-2/+434
2011-12-06configure: Don't mix glib and libcheck testsLuiz Capitulino1-2/+3
2011-12-06qmp: add test tool for QMPMark Wu1-0/+126
2011-12-06docs: Add writing-qmp-commands.txtLuiz Capitulino1-0/+642
2011-12-05hw/arm_gic.c: Ignore attempts to complete nonexistent IRQsPeter Maydell1-9/+18
2011-12-05configure: Drop armv4l/armv4b distinction in $cpuPeter Maydell1-14/+12
2011-12-05pseries: Fix array overrun bug in PCI codeDavid Gibson1-1/+1
2011-12-05target-arm/helper.c: Don't allocate TCG resources unless TCG enabledPeter Maydell1-1/+1
2011-12-05target-arm/translate.c: Fix slightly misleading comment in Thumb decoderPeter Maydell1-3/+5
2011-12-05Fix hw_error messages from arm_timer.cPeter Chubb1-4/+4
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori40-343/+1329
2011-12-05Merge remote-tracking branch 'aneesh/1.0-fixes' into stagingAnthony Liguori14-72/+130
2011-12-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori51-72/+71
2011-12-05Merge remote-tracking branch 'qemu-kvm/memory/batch' into stagingAnthony Liguori168-2730/+2396
2011-12-05Update version for 1.1 development branchAnthony Liguori1-1/+1
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi12-13/+34
2011-12-05block: wait_for_overlapping_requests() deadlock detectionStefan Hajnoczi1-0/+8
2011-12-05block: implement bdrv_co_is_allocated() boundary casesStefan Hajnoczi1-8/+18
2011-12-05dma-helpers: Add trace eventsKevin Wolf2-0/+17
2011-12-05cow: use bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05block: add -drive copy-on-read=on|offStefan Hajnoczi4-3/+21
2011-12-05block: core copy-on-read logicStefan Hajnoczi2-0/+73
2011-12-05block: request overlap detectionStefan Hajnoczi1-2/+43
2011-12-05block: wait for overlapping requestsStefan Hajnoczi1-0/+35
2011-12-05block: add interface to toggle copy-on-readStefan Hajnoczi3-0/+28
2011-12-05block: add request trackingStefan Hajnoczi2-1/+51
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi3-8/+14
2011-12-05qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi1-0/+6
2011-12-05block: add bdrv_co_is_allocated() interfaceStefan Hajnoczi2-13/+26
2011-12-05block: drop .bdrv_is_allocated() interfaceStefan Hajnoczi2-22/+18
2011-12-05cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+4
2011-12-05vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-2/+2
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi3-11/+18
2011-12-05qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+11
2011-12-05block: add .bdrv_co_is_allocated()Stefan Hajnoczi2-0/+39
2011-12-05block: use public bdrv_is_allocated() interfaceStefan Hajnoczi1-1/+1
2011-12-05qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf1-12/+22
2011-12-05qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf1-15/+33
2011-12-05qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf2-18/+50
2011-12-05qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf1-11/+40
2011-12-05qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf1-14/+41
2011-12-05qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf1-15/+11
2011-12-05qcow2: Update snapshot table information at onceKevin Wolf1-12/+10