summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-20commit: Support commit active layerFam Zheng3-4/+21
2013-12-20block: Add commit_active_start()Fam Zheng2-19/+69
2013-12-20mirror: Move base to MirrorBlockJobFam Zheng1-2/+10
2013-12-20mirror: Don't close targetFam Zheng1-1/+0
2013-12-20qemu-iotests: drop duplicate virtio-blk initialization failureStefan Hajnoczi1-1/+0
2013-12-20vmdk: Allow vmdk_create to work with protocolFam Zheng1-69/+95
2013-12-20vmdk: Check VMFS extent line field numberFam Zheng3-2/+26
2013-12-20docs: updated qemu-img man page and qemu-doc to reflect VHDX support.Jeff Cody2-2/+17
2013-12-20block: vhdx - improve error message, and .bdrv_check implementationJeff Cody3-4/+36
2013-12-20block/iscsi: Fix compilation for libiscsi 1.4.0 (API change)Stefan Weil2-1/+26
2013-12-20qapi-schema: fix QEMU 1.8 referencesStefan Hajnoczi1-1/+1
2013-12-20dataplane: replace hostmem with memory_region_findPaolo Bonzini5-252/+72
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini3-76/+72
2013-12-20vring: factor common code for error exitsPaolo Bonzini2-13/+22
2013-12-20vring: create a common function to parse descriptorsPaolo Bonzini1-62/+51
2013-12-20sheepdog: fix dynamic grow for running qcow2 formatLiu Yuan1-3/+4
2013-12-19Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream' into stagingAnthony Liguori33-387/+1237
2013-12-20spapr: limit numa memory regions by ram sizePaul Mackerras1-4/+16
2013-12-20spapr: make sure RMA is in first mode of first memory nodeAlexey Kardashevskiy1-6/+11
2013-12-20device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite2-3/+3
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite12-284/+285
2013-12-20PPC: Add VSX to hflagsAlexander Graf1-1/+1
2013-12-20Add xxsldwiTom Musta1-0/+62
2013-12-20Add xxspltwTom Musta1-0/+31
2013-12-20Add xxselTom Musta1-0/+76
2013-12-20Add xxmrgh/xxmrglTom Musta1-0/+41
2013-12-20Add Power7 VSX Logical InstructionsTom Musta1-0/+29
2013-12-20Add VSX Vector Move InstructionsTom Musta1-0/+71
2013-12-20Add VSX Scalar Move InstructionsTom Musta1-0/+70
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf3-5/+47
2013-12-20spapr: tie spapr-nvram to -pflashPaolo Bonzini1-11/+3
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf2-3/+3
2013-12-20spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy2-0/+49
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy7-67/+74
2013-12-20target-ppc: move POWER7+ to a separate familyAlexey Kardashevskiy3-1/+41
2013-12-20Add stxvw4xTom Musta1-0/+28
2013-12-20Add stxsdxTom Musta1-0/+15
2013-12-20Add lxvw4xTom Musta1-0/+29
2013-12-20Add lxvdsxTom Musta1-0/+16
2013-12-20Add lxsdxTom Musta1-0/+16
2013-12-20Add xxpermdiTom Musta1-1/+40
2013-12-20Add stxvd2xTom Musta1-0/+18
2013-12-20Add lxvd2xTom Musta1-0/+18
2013-12-20Add VSR to Global RegistersTom Musta1-0/+27
2013-12-20Add VSX Instruction DecodersTom Musta1-0/+11
2013-12-20Add MSR VSX and Associated ExceptionTom Musta4-2/+18
2013-12-20Declare and Enable VSXTom Musta2-3/+8
2013-12-20powerpc: add PVR mask supportAlexey Kardashevskiy5-0/+56
2013-12-20target-ppc: add stubs for KVM breakpointsGreg Kurz1-0/+28
2013-12-19Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20131217' into st...Anthony Liguori50-694/+5229