aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-02qcow2: Correct endianness in overlap checkMax Reitz1-2/+2
2013-10-01tcg-arm: Move the tlb addend load earlierRichard Henderson1-5/+6
2013-10-01tcg-arm: Remove restriction on qemu_ld output registerRichard Henderson1-24/+34
2013-10-01tcg-arm: Return register containing tlb addendRichard Henderson1-29/+30
2013-10-01tcg-arm: Move load of tlb addend into tcg_out_tlb_readRichard Henderson1-37/+23
2013-10-01tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlbRichard Henderson1-5/+10
2013-10-01tcg-arm: Use strd for tcg_out_arg_reg64Richard Henderson1-3/+10
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson2-105/+88
2013-10-01tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64Richard Henderson1-5/+43
2013-10-01tests: Update .gitignore for test-int128 and test-bitopsMarkus Armbruster1-0/+2
2013-10-01.gitignore: ignore tests/qemu-iotests/socket_scm_helperFam Zheng1-0/+1
2013-10-01chardev: handle qmp_chardev_add(KIND_MUX) failureGerd Hoffmann1-1/+6
2013-09-30Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into stagingAnthony Liguori4-0/+0
2013-09-30Merge remote-tracking branch 'kraxel/roms.1' into stagingAnthony Liguori7-92/+87
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori14-120/+359
2013-09-30Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori75-425/+575
2013-09-30Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into stagingAnthony Liguori5-14/+26
2013-09-30Merge remote-tracking branch 'rth/tcg-ppc-pull' into stagingAnthony Liguori4-787/+842
2013-09-30Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori5-24/+55
2013-09-30Merge remote-tracking branch 'kraxel/audio.1' into stagingAnthony Liguori5-439/+486
2013-09-30Merge remote-tracking branch 'borntraeger/tags/s390-next-20130924' into stagingAnthony Liguori16-251/+792
2013-09-30update seabios from 1.7.2.2 to 1.7.3.2Gerd Hoffmann4-0/+0
2013-09-30roms: add support for building sgabiosGerd Hoffmann1-0/+9
2013-09-30roms: enable parallel seabios / seavgabios buildsGerd Hoffmann6-10/+19
2013-09-30roms: enable ipxe cross buildsGerd Hoffmann1-0/+3
2013-09-30roms: add rules to build slofGerd Hoffmann1-0/+22
2013-09-30roms: rewrite scripts/refresh-pxe-roms.shGerd Hoffmann1-74/+6
2013-09-30roms: parallel ipxe buildsGerd Hoffmann1-6/+12
2013-09-30roms: build lgplvgabios isavga variantGerd Hoffmann1-2/+4
2013-09-30roms: enable parallel builds for 'make lgplvgabios'Gerd Hoffmann1-2/+7
2013-09-30roms: add 'make clean'Gerd Hoffmann1-0/+7
2013-09-28smbios: Factor out smbios_maybe_add_str()Markus Armbruster1-36/+25
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster5-65/+94
2013-09-28smbios: Improve diagnostics for conflicting entriesMarkus Armbruster1-26/+17
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