aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf3-34/+23
2016-06-16qcow2: Let vmstate call qcow2_co_preadv/pwrite directlyKevin Wolf1-20/+4
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf2-26/+64
2016-06-16block: Allow .bdrv_load/save_vmstate() to return 0/-errnoKevin Wolf1-2/+15
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf5-13/+36
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf2-7/+14
2016-06-16doc: Fix mailing list address in tests/qemu-iotests/READMEThomas Huth1-1/+2
2016-06-16linux-aio: Cancel BH if not neededKevin Wolf1-1/+3
2016-06-16block: Don't enforce 512 byte minimum alignmentKevin Wolf2-6/+4
2016-06-16raw-posix: Implement .bdrv_co_preadv/pwritevKevin Wolf3-27/+26
2016-06-16raw-posix: Switch to bdrv_co_* interfacesKevin Wolf3-54/+96
2016-06-16block: Prepare bdrv_aligned_pwritev() for byte-aligned requestsKevin Wolf1-8/+5
2016-06-16block: Prepare bdrv_aligned_preadv() for byte-aligned requestsKevin Wolf1-24/+20
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf4-33/+52
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange3-18/+22
2016-06-16block: Assert that flags are in rangeEric Blake2-0/+9
2016-06-16block: Avoid bogus flags during mirroringEric Blake1-4/+2
2016-06-16qemu-img bench: Fix uninitialised writethrough modeKevin Wolf1-1/+1
2016-06-16m25p80: fix test on blk_pread() return valueCédric Le Goater1-1/+1
2016-06-16hmp: acquire aio_context in hmp_qemu_ioVladimir Sementsov-Ogievskiy1-0/+5
2016-06-16blockdev: clarify error on attempt to open locked trayColin Lord1-2/+5
2016-06-16qcow2: Implement .bdrv_co_pwritev()Kevin Wolf4-59/+52
2016-06-16qcow2: Use bytes instead of sectors for QCowL2MetaKevin Wolf2-30/+15
2016-06-16qcow2: Make copy_sectors() byte basedKevin Wolf1-28/+27
2016-06-16qcow2: Implement .bdrv_co_preadv()Kevin Wolf3-65/+72
2016-06-16qcow2: Work with bytes in qcow2_get_cluster_offset()Kevin Wolf1-21/+23
2016-06-16Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4...Peter Maydell13-83/+556
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange7-40/+40
2016-06-16migration: fix typos in qapi-schema from latest migration additionsDaniel P. Berrange1-5/+5
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert1-0/+14
2016-06-16tests: fix libqtest socket timeoutsAndrea Arcangeli1-1/+1
2016-06-16test: PostcopyDr. David Alan Gilbert2-0/+457
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert5-1/+14
2016-06-16Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert1-35/+22
2016-06-16Postcopy: Avoid 0 length discardsDr. David Alan Gilbert1-1/+3
2016-06-15Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell5-114/+208
2016-06-14target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...Eduardo Habkost1-29/+45
2016-06-14target-i386: Use cpu_generic_init() in cpu_x86_init()Igor Mammedov1-19/+1
2016-06-14target-i386: Move xcc->kvm_required check to realize timeIgor Mammedov1-8/+16
2016-06-14target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()Eduardo Habkost1-5/+6
2016-06-14target-i386: Move features logic that requires CPUState to realize timeIgor Mammedov1-18/+26
2016-06-14target-i386: Remove xlevel & hv-spinlocks option fixupsEduardo Habkost1-35/+1
2016-06-14target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)Radim Krčmář3-1/+46
2016-06-14pc: Add 2.7 machineIgor Mammedov3-5/+28
2016-06-14target-i386: add Skylake-Client cpu modelEduardo Habkost1-0/+45
2016-06-14Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...Peter Maydell4-11/+9
2016-06-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160614-...Peter Maydell40-223/+3830
2016-06-14target-arm: Don't permit ARMv8-only Neon insns on ARMv7Peter Maydell1-0/+28
2016-06-14arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdmaKONRAD Frederic2-1/+35
2016-06-14introduce xlnx-dpKONRAD Frederic3-0/+1446