aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-23Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...Peter Maydell19-238/+257
2016-05-20Use &error_fatal when initializing crypto on qemu-{img,io,nbd}Eduardo Habkost3-12/+3
2016-05-20vl: Use &error_fatal when parsing monitor optionsEduardo Habkost1-6/+1
2016-05-20vl: Use &error_fatal when parsing VNC optionsEduardo Habkost1-13/+2
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov8-34/+24
2016-05-20vl: Simplify global property registrationEduardo Habkost1-24/+15
2016-05-20vl: Make display_remote a local variableEduardo Habkost1-1/+1
2016-05-20vl: Move DisplayType typedef to vl.cEduardo Habkost2-10/+9
2016-05-20vl: Make display_type a local variableEduardo Habkost2-2/+1
2016-05-20vl: Replace DT_NOGRAPHIC with machine optionEduardo Habkost7-11/+35
2016-05-20milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()Eduardo Habkost2-5/+3
2016-05-20spice: Initialization stubs on qemu-spice.hEduardo Habkost2-4/+13
2016-05-20gtk: Initialization stubsEduardo Habkost2-6/+18
2016-05-20cocoa: cocoa_display_init() stubEduardo Habkost2-2/+9
2016-05-20sdl: Initialization stubsEduardo Habkost2-4/+18
2016-05-20curses: curses_display_init() stubEduardo Habkost2-2/+9
2016-05-20vnc: Initialization stubsEduardo Habkost2-15/+20
2016-05-20vl: Add DT_COCOA DisplayType valueEduardo Habkost2-2/+5
2016-05-20vl: Replace *_vga_available() functions with class_names fieldEduardo Habkost1-47/+23
2016-05-20vl: Table-based select_vgahw()Eduardo Habkost2-52/+64
2016-05-20vl: Use exit(1) when requested VGA interface is unavailableEduardo Habkost1-7/+7
2016-05-20pc-dimm: correct comment of MemoryHotplugStateCao jin1-3/+1
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