summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-05migration: Fix compiler warning ('caps' may be used uninitialized)Michael Tokarev1-0/+1
2013-10-05util/path: Fix type which is longer than 8 bit for MinGWStefan Weil1-2/+2
2013-10-05hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange1-3/+3
2013-10-05vl: Clean up unnecessary boot_order complicationsMarkus Armbruster1-4/+2
2013-10-05qemu-char: Fix potential out of bounds access to local arraysStefan Weil1-2/+2
2013-10-02pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý1-0/+2
2013-10-02sh4: Fix serial line access for Linux kernels later than 3.2Guenter Roeck1-2/+0
2013-10-02hw/alpha: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-10-02target-i386: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-10-02block: Remove unused assignment (fixes warning from clang)Stefan Weil1-1/+0
2013-10-02exec: cleanup DEBUG_SUBPAGEAmos Kong1-9/+9
2013-10-02tests: Fix schema parser test for in-tree buildMarkus Armbruster2-4/+5
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-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