summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster5-43/+179
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster3-9/+7
2013-09-27qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf1-6/+6
2013-09-27qcow2: COMPRESSED on count_contiguous_clustersMax Reitz1-4/+2
2013-09-27qcow2: count_contiguous_clusters and compressionMax Reitz1-2/+5
2013-09-27qcow2: Free only newly allocated clusters on errorMax Reitz1-6/+10
2013-09-27qcow2: Always use error path in l2_allocateMax Reitz1-2/+3
2013-09-27qcow2: Don't put invalid L2 table into cacheMax Reitz1-2/+4
2013-09-27qemu-iotests: Preallocated zero clusters in 061Max Reitz2-0/+20
2013-09-27qcow2: Correct bitmap size in zero expansionMax Reitz1-11/+27
2013-09-27qemu-iotests: Quote $TEST_IMG* and $TEST_DIR usageJeff Cody49-337/+337
2013-09-27qemu-iotests: Add basic ability to use binary sample imagesJeff Cody3-0/+35
2013-09-26qemu-iotests: fix qmp.py search pathFam Zheng1-1/+1
2013-09-26block: use DIV_ROUND_UP in bdrv_co_do_readvFam Zheng1-1/+1
2013-09-25qcow2: Assert against currently impossible overflowMax Reitz1-0/+1
2013-09-25misc: Use new rotate functionsStefan Weil3-13/+9
2013-09-25bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil1-0/+80
2013-09-25tci: Add implementation of rotl_i64, rotr_i64Stefan Weil2-2/+9
2013-09-25block: qed - use QEMU_PACKED for on-disk structuresJeff Cody1-1/+1
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody2-2/+2
2013-09-25block: vpc - use QEMU_PACKED for on-disk structuresJeff Cody1-14/+14
2013-09-25block: vdi - use QEMU_PACKED for on-disk structuresJeff Cody1-1/+1
2013-09-25xen: Enable cpu-hotplug on xenfv machine.Anthony PERARD1-0/+1
2013-09-25xen: Fix vcpu initialization.Anthony PERARD1-4/+4
2013-09-25qemu: Add qemu xen logic for Xen HVM S3 resumeLiu, Jinsong1-0/+9
2013-09-25qemu: Adjust qemu wakeupLiu, Jinsong3-10/+12
2013-09-25tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson2-78/+136
2013-09-25tcg-ppc64: Add _noaddr functions for emitting forward branchesRichard Henderson1-10/+16
2013-09-25tcg-ppc64: Streamline tcg_out_tlb_readRichard Henderson1-97/+97
2013-09-25tcg-ppc64: Implement tcg_register_jitRichard Henderson1-23/+73
2013-09-25tcg-ppc64: Handle long offsets betterRichard Henderson1-73/+74
2013-09-25tcg-ppc64: Tidy register allocation orderRichard Henderson1-27/+22
2013-09-25tcg-ppc64: Look through a constant function descriptorRichard Henderson1-4/+19
2013-09-25tcg-ppc64: Fold constant call address into descriptor loadRichard Henderson1-3/+11
2013-09-25tcg-ppc64: Don't load the static chain from TCGRichard Henderson1-1/+0
2013-09-25tcg-ppc64: Avoid code for nop moveRichard Henderson1-1/+3
2013-09-25tcg-ppc64: Use tcg_out64Richard Henderson1-5/+1
2013-09-25tcg-ppc64: Use TCG_REG_Rn constantsRichard Henderson1-48/+48
2013-09-25tcg-ppc64: More use of TAI and SAI helper macrosRichard Henderson1-25/+16
2013-09-25tcg-ppc64: Reformat tcg-target.cRichard Henderson1-239/+239
2013-09-25tcg-ppc: Fix and cleanup tcg_out_tlb_checkRichard Henderson1-175/+127
2013-09-25tcg-ppc: Use conditional branch and link to slow pathRichard Henderson1-5/+10
2013-09-25tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_pathRichard Henderson1-89/+58
2013-09-25tcg-ppc: Avoid code for nop moveRichard Henderson1-1/+3
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini2-24/+21
2013-09-25tcg-ppc: fix qemu_ld/qemu_st for AIX ABIPaolo Bonzini1-8/+9
2013-09-25rbd: avoid qemu_rbd_snap_list() memory leaksStefan Hajnoczi1-1/+2
2013-09-25qdict: Extract qdict_extract_subqdictBenoît Canet3-21/+25
2013-09-25block: Fix compiler warning (-Werror=uninitialized)Stefan Weil1-2/+3
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet8-2/+24