aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-20spice: Initialization stubs on qemu-spice.hEduardo Habkost
2016-05-20gtk: Initialization stubsEduardo Habkost
2016-05-20cocoa: cocoa_display_init() stubEduardo Habkost
2016-05-20sdl: Initialization stubsEduardo Habkost
2016-05-20curses: curses_display_init() stubEduardo Habkost
2016-05-20vnc: Initialization stubsEduardo Habkost
2016-05-20vl: Add DT_COCOA DisplayType valueEduardo Habkost
2016-05-20vl: Replace *_vga_available() functions with class_names fieldEduardo Habkost
2016-05-20vl: Table-based select_vgahw()Eduardo Habkost
2016-05-20vl: Use exit(1) when requested VGA interface is unavailableEduardo Habkost
2016-05-20pc-dimm: correct comment of MemoryHotplugStateCao jin
2016-05-20tci: do not include exec/exec-all.hPaolo Bonzini
2016-05-20aspeed: include qemu/log.hPaolo Bonzini
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-19' in...Kevin Wolf
2016-05-19qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake
2016-05-19qemu-iotests: Simplify 109 with unaligned qemu-img compareEric Blake
2016-05-19qemu-io: Fix recent UI updatesEric Blake
2016-05-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-05-19block: clarify error message for qmp-ejectJohn Snow
2016-05-19qemu-iotests: Some more write_zeroes testsKevin Wolf
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev
2016-05-19block: Propagate AioContext change to all childrenMax Reitz
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: Add bdrv_has_blk()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf
2016-05-19block: User BdrvChild callback for device nameKevin Wolf
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf
2016-05-19block: Don't check throttled reqs in bdrv_requests_pending()Kevin Wolf
2016-05-19Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf
2016-05-19block: Remove bdrv_move_feature_fields()Kevin Wolf
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf
2016-05-19block/io: Quiesce parents between drained_begin/endKevin Wolf
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf
2016-05-19block: Introduce BlockBackendPublicKevin Wolf
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf
2016-05-19hw: clean up hw/hw.h includesPaolo Bonzini
2016-05-19hw: remove pio_addr_tPaolo Bonzini
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini