aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-23savevm: fail if migration blockers are presentGreg Kurz3-7/+17
2016-05-23migration: Promote improved autoconverge commands out of experimental stateJason J. Herne5-82/+82
2016-05-23migration/qjson: Drop gratuitous use of QOMMarkus Armbruster3-35/+8
2016-05-23migration: Move qjson.[ch] to migration/Markus Armbruster7-10/+20
2016-05-20tci: do not include exec/exec-all.hPaolo Bonzini2-2/+1
2016-05-20aspeed: include qemu/log.hPaolo Bonzini2-0/+2
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell37-1361/+1155
2016-05-19Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-19' in...Kevin Wolf4-22/+22
2016-05-19qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake2-15/+20
2016-05-19qemu-iotests: Simplify 109 with unaligned qemu-img compareEric Blake2-6/+0
2016-05-19qemu-io: Fix recent UI updatesEric Blake1-2/+3
2016-05-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell431-1618/+2099
2016-05-19block: clarify error message for qmp-ejectJohn Snow1-11/+40
2016-05-19qemu-iotests: Some more write_zeroes testsKevin Wolf3-0/+508
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf1-1/+2
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev1-1/+1
2016-05-19block: Propagate AioContext change to all childrenMax Reitz4-76/+6
2016-05-19block: Remove BlockDriverState.blkKevin Wolf5-29/+12
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf2-4/+5
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf10-75/+102
2016-05-19block: Add bdrv_has_blk()Kevin Wolf2-0/+18
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf11-693/+9
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf4-66/+0
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf5-18/+11
2016-05-19block: User BdrvChild callback for device nameKevin Wolf3-2/+31
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf3-15/+43
2016-05-19block: Don't check throttled reqs in bdrv_requests_pending()Kevin Wolf1-7/+0
2016-05-19Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf2-13/+0
2016-05-19block: Remove bdrv_move_feature_fields()Kevin Wolf1-30/+0
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf4-78/+23
2016-05-19block/io: Quiesce parents between drained_begin/endKevin Wolf1-0/+3
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf3-31/+56
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf2-0/+3
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf11-77/+71
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf4-14/+13
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf10-118/+142
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf6-12/+12
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf6-78/+83
2016-05-19block: Introduce BlockBackendPublicKevin Wolf2-0/+27
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf4-5/+27
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini5-7/+5
2016-05-19hw: remove pio_addr_tPaolo Bonzini5-23/+20
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini148-42/+148
2016-05-19exec: extract exec/tb-context.hPaolo Bonzini5-45/+70
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini90-2/+92
2016-05-19mips: move CP0 functions out of cpu.hPaolo Bonzini2-109/+112
2016-05-19arm: move arm_log_exception into .c filePaolo Bonzini2-15/+15
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini82-36/+133
2016-05-19acpi: do not use TARGET_PAGE_SIZEPaolo Bonzini1-11/+11
2016-05-19s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini11-118/+128