summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-30qcow2: Add corrupt bitMax Reitz5-9/+66
2013-08-30qemu-iotests: Snapshotting zero clustersMax Reitz3-0/+74
2013-08-30qcow2-refcount: Snapshot update for zero clustersMax Reitz1-17/+35
2013-08-30option: Add assigned flag to QEMUOptionParameterMax Reitz2-0/+10
2013-08-30gluster: Abort on AIO completion failureBharata B Rao1-13/+2
2013-08-30block: Remove old raw driverKevin Wolf1-192/+0
2013-08-30switch raw block driver from "raw.o" to "raw_bsd.o"Laszlo Ersek2-35/+45
2013-08-30raw_bsd: register bdrv_rawLaszlo Ersek1-5/+33
2013-08-30raw_bsd: add raw_create_optionsLaszlo Ersek1-1/+12
2013-08-30raw_bsd: introduce "special members"Laszlo Ersek1-0/+23
2013-08-30raw_bsd: add raw_create()Laszlo Ersek1-0/+4
2013-08-30raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev()Laszlo Ersek1-0/+2
2013-08-30add skeleton for BSD licensed "raw" BlockDriverLaszlo Ersek1-0/+108
2013-08-30block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell1-3/+3
2013-08-30qemu-iotests: Update reference output for 051Kevin Wolf1-1/+0
2013-08-30Revert "block: Disable driver-specific options for 1.6"Kevin Wolf2-144/+1
2013-08-30qapi-types.py: Split off generate_struct_fields()Kevin Wolf1-6/+13
2013-08-30block: Remove redundant assertionKevin Wolf1-1/+0
2013-08-30qcow2: Change default for new images to compat=1.1Kevin Wolf1-1/+3
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori9-126/+333
2013-08-29Merge remote-tracking branch 'sweil/mingw' into stable-1.5Anthony Liguori3-4/+4
2013-08-29Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5Anthony Liguori13-270/+231
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson1-5/+5
2013-08-28target-mips: fix get_physical_address() #if 0 build errorJames Hogan1-1/+1
2013-08-28kvm-stub: fix compilationPaolo Bonzini1-1/+2
2013-08-27gtk: Remove unused include statements which are not portableStefan Weil1-4/+0
2013-08-27w32: Add an icon resourceStefan Weil1-0/+2
2013-08-27w32: Fix broken out-of-tree builds (missing version.o)Stefan Weil1-0/+2
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson2-67/+49
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson1-183/+104
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson2-33/+55
2013-08-26tcg-i386: Tidy qemu_ld/st slow pathRichard Henderson1-91/+74
2013-08-26tcg-i386: Try pc-relative lea for constant formationRichard Henderson1-5/+20
2013-08-26tcg-i386: Add and use tcg_out64Richard Henderson2-2/+8
2013-08-26tcg: Tidy generated code for tcg_outNRichard Henderson1-4/+6
2013-08-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori177-1503/+2362
2013-08-26Merge remote-tracking branch 'afaerber/tags/0.15-maintainer-for-anthony' into...Anthony Liguori1-1/+2
2013-08-25virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...yinyin1-1/+1
2013-08-24disas-objdump: Pass --adjust-vma to objdumpRichard Henderson1-3/+15
2013-08-24disas: Add disas-objdump.plRichard Henderson1-0/+87
2013-08-24disas: Implement fallback to dump object code as hexRichard Henderson1-10/+37
2013-08-23kvm: shorten the parameter list for get_real_device()Wei Yang1-5/+4
2013-08-22win32-aio: drop win32_aio_flush_cb()Stefan Hajnoczi1-9/+1
2013-08-22aio-win32: replace incorrect AioHandler->opaque usage with ->eStefan Hajnoczi1-2/+2
2013-08-22aio / timers: remove dummy_io_handler_flush from tests/test-aio.cAlex Bligh1-7/+2
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh2-244/+5
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh121-678/+678
2013-08-22aio / timers: Add scripts/switch-timer-apiAlex Bligh1-0/+178
2013-08-22aio / timers: Add test harness for AioContext timersAlex Bligh1-0/+134
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh8-15/+15