aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-06s390x/cpumodel: register defined CPU models as subclassesDavid Hildenbrand3-0/+168
2016-09-06s390x/cpumodel: introduce CPU feature group definitionsDavid Hildenbrand2-1/+81
2016-09-06s390x/cpumodel: generate CPU feature group listsDavid Hildenbrand1-0/+80
2016-09-06s390x/cpumodel: generate CPU feature lists for CPU modelsMichael Mueller4-1/+533
2016-09-06s390x/cpumodel: introduce CPU featuresMichael Mueller4-1/+649
2016-09-06s390x/cpumodel: expose CPU class propertiesDavid Hildenbrand3-0/+27
2016-09-06s390x/cpumodel: "host" and "qemu" as CPU subclassesDavid Hildenbrand7-28/+229
2016-09-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell6-9/+69
2016-09-06Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell8-15/+149
2016-09-06Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160905' into sta...Peter Maydell1-8/+10
2016-09-05vl: Delay initialization of memory backendsEduardo Habkost1-0/+13
2016-09-05vhost-user-test: Use libqos instead of pxe-virtio.romEduardo Habkost2-4/+35
2016-09-05target-i386: Add more Intel AVX-512 instructions supportLuwei Kang2-5/+14
2016-09-05exec: Ensure the only one cpu_index allocation method is usedIgor Mammedov1-0/+7
2016-09-05trace: Avoid implicit bool->integer conversionsLluís Vilanova2-7/+41
2016-09-05trace: Remove 'trace_events_dstate_init'Lluís Vilanova5-11/+28
2016-09-05trace: add syslog tracing backendPaul Durrant4-0/+83
2016-09-05block: Allow node name for 'qemu-io' HMP commandKevin Wolf1-0/+13
2016-09-05qemu-iotests: Log QMP traffic in debug modeKevin Wolf1-0/+5
2016-09-05block jobs: Improve error message for missing job IDKevin Wolf1-0/+4
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf3-0/+13
2016-09-05coroutine: Let CoMutex remember who holds itKevin Wolf2-0/+4
2016-09-05qcow2: fix iovec size at qcow2_co_pwritev_compressedPavel Butsykin1-1/+1
2016-09-05test-coroutine: Fix coroutine pool corruptionKevin Wolf1-0/+7
2016-09-05qemu-iotests: add vmdk for test backup compression in 055Pavel Butsykin1-18/+39
2016-09-05qemu-iotests: test backup compression in 055Pavel Butsykin3-7/+104
2016-09-05blockdev-backup: added support for data compressionPavel Butsykin3-3/+12
2016-09-05drive-backup: added support for data compressionPavel Butsykin7-9/+34
2016-09-05block: simplify blockdev-backupPavel Butsykin2-47/+25
2016-09-05block: simplify drive-backupPavel Butsykin3-87/+48
2016-09-05block/io: turn on dirty_bitmaps for the compressed writesPavel Butsykin1-9/+5
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin5-43/+3
2016-09-05qcow: cleanup qcow_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow: add qcow_co_pwritev_compressedPavel Butsykin1-67/+42
2016-09-05vmdk: add vmdk_co_pwritev_compressedPavel Butsykin1-50/+5
2016-09-05qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow2: add qcow2_co_pwritev_compressedPavel Butsykin1-74/+50
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin4-18/+46
2016-09-05block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin3-3/+4
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin6-41/+20
2016-09-05nbd-server: Allow node name for nbd-server-addKevin Wolf2-14/+11
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf5-10/+28
2016-09-05block: Accept node-name for drive-mirrorKevin Wolf4-19/+11
2016-09-05block: Accept node-name for drive-backupKevin Wolf4-35/+14
2016-09-05block: Accept node-name for change-backing-fileKevin Wolf3-14/+7
2016-09-05block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf4-17/+11
2016-09-05block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf4-17/+8
2016-09-05block: Accept node-name for blockdev-mirrorKevin Wolf3-11/+5
2016-09-05block: Accept node-name for blockdev-backupKevin Wolf3-25/+10
2016-09-05block: Accept node-name for block-commitKevin Wolf3-14/+13