summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qemu-iotests: Cleanup test image in test number 007Bharata B Rao2013-09-121-1/+1
* qemu-img: fix invalid JSONPaolo Bonzini2013-09-121-1/+1
* coroutine: add ./configure --disable-coroutine-poolStefan Hajnoczi2013-09-122-15/+43
* qemu-iotests: Adjustments due to error propagationMax Reitz2013-09-126-40/+24
* qcow2: Use Error parameterMax Reitz2013-09-121-46/+88
* qemu-img create: Emit filename on errorMax Reitz2013-09-121-1/+1
* block: Error parameter for create functionsMax Reitz2013-09-129-43/+86
* block: Error parameter for open functionsMax Reitz2013-09-1217-85/+163
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-1217-18/+34
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-1228-37/+67
* qemu-iotests: add 057 internal snapshot for block device test caseWenchao Xia2013-09-123-0/+265
* hmp: add interface hmp_snapshot_delete_blkdev_internalWenchao Xia2013-09-123-0/+31
* hmp: add interface hmp_snapshot_blkdev_internalWenchao Xia2013-09-123-2/+28
* qmp: add interface blockdev-snapshot-delete-internal-syncWenchao Xia2013-09-124-0/+132
* qmp: add interface blockdev-snapshot-internal-syncWenchao Xia2013-09-123-0/+62
* qmp: add internal snapshot support in qmp_transactionWenchao Xia2013-09-123-9/+160
* snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-129-43/+157
* snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia2013-09-122-0/+79
* qemu-iotests: New test case in 061Max Reitz2013-09-122-0/+55
* qemu-iotests: add tests for runtime fd passing via SCM rightsWenchao Xia2013-09-122-3/+52
* qemu-iotests: add infrastructure of fd passing via SCMWenchao Xia2013-09-123-0/+30
* qemu-iotests: add unix socket help programWenchao Xia2013-09-123-2/+138
* qemu-iotest: qcow2 image option amendmentMax Reitz2013-09-123-0/+528
* qcow2: Implement bdrv_amend_optionsMax Reitz2013-09-121-0/+194
* qcow2: Save refcount order in BDRVQcowStateMax Reitz2013-09-122-1/+3
* qcow2-cluster: Expand zero clustersMax Reitz2013-09-123-14/+253
* qcow2-cache: Empty cacheMax Reitz2013-09-122-0/+20
* block: Image file option amendmentMax Reitz2013-09-126-0/+108
* raw-win32.c: Fix incorrect handling behaviour of small block filesTal Kain2013-09-121-0/+1
* qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf2013-09-123-5/+12
* qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf2013-09-123-6/+6
* Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...Anthony Liguori2013-09-1127-267/+1988
|\
| * configure: Add handling code for AArch64 targetsAlexander Graf2013-09-101-1/+6
| * linux-user: Add AArch64 supportAlexander Graf2013-09-103-2/+38
| * linux-user: Allow targets to specify a minimum uname releasePeter Maydell2013-09-103-14/+51
| * linux-user: Add AArch64 termbits.h definitionsAlexander Graf2013-09-101-0/+220
| * linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf2013-09-101-0/+35
| * linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell2013-09-101-1/+3
| * linux-user: Add signal handling for AArch64Andreas Schwab2013-09-102-0/+289
| * linux-user: Fix up AArch64 syscall handlersAlexander Graf2013-09-102-4/+29
| * linux-user: Add syscall number definitions for AArch64Alexander Graf2013-09-101-0/+323
| * linux-user: Add cpu loop for AArch64Peter Maydell2013-09-101-0/+82
| * linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf2013-09-101-1/+2
| * target-arm: Add AArch64 gdbstub supportAlexander Graf2013-09-105-1/+126
| * target-arm: Add AArch64 translation stubAlexander Graf2013-09-106-4/+178
| * target-arm: Prepare translation for AArch64 codeAlexander Graf2013-09-105-38/+151
| * target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell2013-09-101-2/+7
| * target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell2013-09-103-0/+124
| * target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell2013-09-101-13/+13
| * target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2013-09-102-6/+7
OpenPOWER on IntegriCloud