summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-20qemu-iotests: add a simple test for write_zeroesPaolo Bonzini3-0/+103
2012-04-20qcow2: Support for feature table header extensionKevin Wolf2-9/+69
2012-04-20qcow2: Support reading zero clustersKevin Wolf4-4/+33
2012-04-20qcow2: Version 3 imagesKevin Wolf3-15/+149
2012-04-20qcow2: Ignore reserved bits in check_refcountsKevin Wolf1-44/+54
2012-04-20qcow2: Ignore reserved bits in refcount table entriesKevin Wolf2-1/+3
2012-04-20qcow2: Simplify count_cow_clustersKevin Wolf1-18/+15
2012-04-20qcow2: Refactor qcow2_free_any_clustersKevin Wolf1-19/+22
2012-04-20qcow2: Ignore reserved bits in L1/L2 entriesKevin Wolf2-19/+19
2012-04-20qcow2: Fail write_compressed when overwriting dataKevin Wolf1-4/+3
2012-04-20qcow2: Ignore reserved bits in count_contiguous_clusters()Kevin Wolf1-10/+28
2012-04-20qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf3-19/+60
2012-04-20qcow2: Save disk size in snapshot headerKevin Wolf2-0/+17
2012-04-20Specification for qcow2 version 3Kevin Wolf1-23/+99
2012-04-20qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at()Kevin Wolf1-0/+6
2012-04-20iotests: Resolve test failures caused by hostnameAndreas Färber1-1/+1
2012-04-20qemu-img: let 'qemu-img convert' flush dataLiu Yuan2-2/+3
2012-04-19aio: simplify qemu_aio_waitPaolo Bonzini1-69/+64
2012-04-19aio: return "AIO in progress" state from qemu_aio_waitPaolo Bonzini2-28/+22
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini9-64/+21
2012-04-19posix-aio: merge posix_aio_process_queue and posix_aio_readPaolo Bonzini1-28/+16
2012-04-19qemu-tool: map vm_clock to rt_clockPaolo Bonzini1-2/+1
2012-04-19qemu-io: use main_loop_waitPaolo Bonzini2-8/+9
2012-04-19block: allow interrupting a co_sleep_nsPaolo Bonzini1-1/+2
2012-04-19qcow2: Fix return value of alloc_refcount_blockKevin Wolf1-1/+1
2012-04-19qcow2: Fix error handling in qcow2_alloc_cluster_offsetKevin Wolf1-1/+1
2012-04-19ide: convert ide_sector_write() to asynchronous I/OStefan Hajnoczi1-19/+42
2012-04-19ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi2-21/+58
2012-04-19qemu-io: Add command line switch for cache modeKevin Wolf1-1/+9
2012-04-19block: Fix spelling in comment (ineffcient -> inefficient)Stefan Weil1-1/+1
2012-04-19iotests: fix error in 005Dong Xu Wang2-2/+2
2012-04-19block: Drain requests in bdrv_closeKevin Wolf1-0/+2
2012-04-19qemu-iotests: Test bdrv_close while AIO is in flightKevin Wolf3-0/+148
2012-04-19qemu-iotests: Always filter cluster_size out in _make_test_imgKevin Wolf11-127/+125
2012-04-18Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori7-138/+553
2012-04-18Merge remote-tracking branch 'spice/spice.v52' into stagingAnthony Liguori3-3/+3
2012-04-18Merge remote-tracking branch 'kraxel/usb.46' into stagingAnthony Liguori12-191/+390
2012-04-18qxl-render: fix broken vnc+spice since commit f934493Alon Levy1-0/+1
2012-04-18qxl: set default values of vram*_size_mb to -1Alon Levy1-2/+2
2012-04-18trace-events: remove unused qxl_vga_ioport_while_not_in_vga_modeAlon Levy1-1/+0
2012-04-17Allow controlling volume with PulseAudio backendMarc-André Lureau1-5/+94
2012-04-17configure: pa_simple is not needed anymoreMarc-André Lureau1-3/+3
2012-04-17Do not use pa_simple PulseAudio APIMarc-André Lureau1-38/+339
2012-04-17audio/spice: add support for volume controlMarc-André Lureau1-0/+41
2012-04-17hw/ac97: add support for volume controlMarc-André Lureau1-0/+81
2012-04-17hw/ac97: the volume mask is not only 0x1fMarc-André Lureau1-1/+0
2012-04-17hw/ac97: remove USE_MIXER codeMarc-André Lureau1-121/+0
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau3-2/+14
2012-04-17audio: add VOICE_VOLUME ctlMarc-André Lureau2-0/+13
2012-04-17seabios: update to 1.7.0Gerd Hoffmann2-0/+0