aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-10-02gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik
2013-10-02Update MAINTAINERSAnthony Liguori
2013-10-02target-i386: Set model=6 on qemu64 & qemu32 CPU modelsEduardo Habkost
2013-10-02qcow2: Switch L1 table in a single sequenceMax Reitz
2013-10-02block: vhdx - add migration blockerJeff Cody
2013-10-02block: use correct filename for error reportDunrong Huang
2013-10-02qcow2: CHECK_OFLAG_COPIED is obsoleteMax Reitz
2013-10-02qcow2: Correct endianness in overlap checkMax Reitz
2013-10-01tcg-arm: Move the tlb addend load earlierRichard Henderson
2013-10-01tcg-arm: Remove restriction on qemu_ld output registerRichard Henderson
2013-10-01tcg-arm: Return register containing tlb addendRichard Henderson
2013-10-01tcg-arm: Move load of tlb addend into tcg_out_tlb_readRichard Henderson
2013-10-01tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlbRichard Henderson
2013-10-01tcg-arm: Use strd for tcg_out_arg_reg64Richard Henderson
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson
2013-10-01tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64Richard Henderson
2013-10-01tests: Update .gitignore for test-int128 and test-bitopsMarkus Armbruster
2013-10-01.gitignore: ignore tests/qemu-iotests/socket_scm_helperFam Zheng
2013-10-01chardev: handle qmp_chardev_add(KIND_MUX) failureGerd Hoffmann
2013-09-30Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'kraxel/roms.1' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'rth/tcg-ppc-pull' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'kraxel/audio.1' into stagingAnthony Liguori
2013-09-30Merge remote-tracking branch 'borntraeger/tags/s390-next-20130924' into stagingAnthony Liguori
2013-09-30update seabios from 1.7.2.2 to 1.7.3.2Gerd Hoffmann
2013-09-30roms: add support for building sgabiosGerd Hoffmann
2013-09-30roms: enable parallel seabios / seavgabios buildsGerd Hoffmann
2013-09-30roms: enable ipxe cross buildsGerd Hoffmann
2013-09-30roms: add rules to build slofGerd Hoffmann
2013-09-30roms: rewrite scripts/refresh-pxe-roms.shGerd Hoffmann
2013-09-30roms: parallel ipxe buildsGerd Hoffmann
2013-09-30roms: build lgplvgabios isavga variantGerd Hoffmann
2013-09-30roms: enable parallel builds for 'make lgplvgabios'Gerd Hoffmann
2013-09-30roms: add 'make clean'Gerd Hoffmann
2013-09-28smbios: Factor out smbios_maybe_add_str()Markus Armbruster
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster
2013-09-28smbios: Improve diagnostics for conflicting entriesMarkus Armbruster
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster
2013-09-27qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf
2013-09-27qcow2: COMPRESSED on count_contiguous_clustersMax Reitz
2013-09-27qcow2: count_contiguous_clusters and compressionMax Reitz
2013-09-27qcow2: Free only newly allocated clusters on errorMax Reitz