summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-12qmp: add interface blockdev-snapshot-internal-syncWenchao Xia3-0/+62
2013-09-12qmp: add internal snapshot support in qmp_transactionWenchao Xia3-9/+160
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia9-43/+157
2013-09-12snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia2-0/+79
2013-09-12qemu-iotests: New test case in 061Max Reitz2-0/+55
2013-09-12qemu-iotests: add tests for runtime fd passing via SCM rightsWenchao Xia2-3/+52
2013-09-12qemu-iotests: add infrastructure of fd passing via SCMWenchao Xia3-0/+30
2013-09-12qemu-iotests: add unix socket help programWenchao Xia3-2/+138
2013-09-12qemu-iotest: qcow2 image option amendmentMax Reitz3-0/+528
2013-09-12qcow2: Implement bdrv_amend_optionsMax Reitz1-0/+194
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz2-1/+3
2013-09-12qcow2-cluster: Expand zero clustersMax Reitz3-14/+253
2013-09-12qcow2-cache: Empty cacheMax Reitz2-0/+20
2013-09-12block: Image file option amendmentMax Reitz6-0/+108
2013-09-12raw-win32.c: Fix incorrect handling behaviour of small block filesTal Kain1-0/+1
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf3-5/+12
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf3-6/+6
2013-09-11Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...Anthony Liguori27-267/+1988
2013-09-11Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+4
2013-09-11Merge remote-tracking branch 'spice/spice.v73' into stagingAnthony Liguori4-22/+28
2013-09-11Merge remote-tracking branch 'kraxel/usb.89' into stagingAnthony Liguori10-89/+95
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori28-30/+2257
2013-09-11Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into stagingAnthony Liguori5-8/+12
2013-09-11Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori57-1089/+3407
2013-09-11Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori10-29/+174
2013-09-10configure: Add handling code for AArch64 targetsAlexander Graf1-1/+6
2013-09-10linux-user: Add AArch64 supportAlexander Graf3-2/+38
2013-09-10linux-user: Allow targets to specify a minimum uname releasePeter Maydell3-14/+51
2013-09-10linux-user: Add AArch64 termbits.h definitionsAlexander Graf1-0/+220
2013-09-10linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64Alexander Graf1-0/+35
2013-09-10linux-user: Make sure NWFPE code is 32 bit ARM onlyPeter Maydell1-1/+3
2013-09-10linux-user: Add signal handling for AArch64Andreas Schwab2-0/+289
2013-09-10linux-user: Fix up AArch64 syscall handlersAlexander Graf2-4/+29
2013-09-10linux-user: Add syscall number definitions for AArch64Alexander Graf1-0/+323
2013-09-10linux-user: Add cpu loop for AArch64Peter Maydell1-0/+82
2013-09-10linux-user: Don't treat AArch64 cpu names speciallyAlexander Graf1-1/+2
2013-09-10target-arm: Add AArch64 gdbstub supportAlexander Graf5-1/+126
2013-09-10target-arm: Add AArch64 translation stubAlexander Graf6-4/+178
2013-09-10target-arm: Prepare translation for AArch64 codeAlexander Graf5-38/+151
2013-09-10target-arm: Disable 32 bit CPUs in 64 bit linux-user buildsPeter Maydell1-2/+7
2013-09-10target-arm: Add new AArch64CPUInfo base class and subclassesPeter Maydell3-0/+124
2013-09-10target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell1-13/+13
2013-09-10target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2-6/+7
2013-09-10target-arm: Export cpu_envAlexander Graf2-1/+3
2013-09-10target-arm: Extract the disas struct to a header fileAlexander Graf2-23/+28
2013-09-10target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell1-124/+210
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell1-4/+0
2013-09-10pl110: Clarify comment about PL110 ID on VersatilePBPeter Maydell1-10/+8
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson1-0/+32
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik1-1/+1