summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-05-022-323/+1252
|\
| * docs/interop/bitmaps: rewrite and modernize docJohn Snow2019-05-011-322/+1251
| * Makefile: add nit-picky mode to sphinx-buildJohn Snow2019-05-011-1/+1
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190501' into s...Peter Maydell2019-05-024-3/+42
|\ \
| * | hmp: gva2gpa debug commandDr. David Alan Gilbert2019-05-013-0/+38
| * | hmp: delvm: use hmp_handle_errorCole Robinson2019-05-011-3/+4
|/ /
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-04-3075-519/+696
|\ \
| * | block/qed: add missed coroutine_fn markersVladimir Sementsov-Ogievskiy2019-04-304-29/+41
| * | iotests: Check that images are in read-only mode after block-commitAlberto Garcia2019-04-303-0/+151
| * | commit: Make base read-only if there is an early failureAlberto Garcia2019-04-301-0/+3
| * | qemu-img: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-9/+4Star
| * | block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+1Star
| * | block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+2Star
| * | block/backup: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-8/+6Star
| * | block/parallels: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-8/+6Star
| * | block/qed: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-302-11/+7Star
| * | block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-13/+6Star
| * | block/qcow2: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-7/+2Star
| * | block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy2019-04-302-0/+35
| * | qcow2: Fix error handling in the compression codeAlberto Garcia2019-04-301-9/+9
| * | qcow2: Fix qcow2_make_empty() with external data fileKevin Wolf2019-04-301-2/+5
| * | qemu-img: Make create hint at protocol optionsMax Reitz2019-04-302-5/+28
| * | iotests: Perform the correct test in 082Max Reitz2019-04-302-4/+6
| * | qcow2: Fix full preallocation with external data fileKevin Wolf2019-04-301-18/+23
| * | qcow2: Add errp to preallocate_co()Kevin Wolf2019-04-301-5/+6
| * | qcow2: Avoid COW during metadata preallocationKevin Wolf2019-04-301-1/+1
| * | qemu-img: Saner printing of large file sizesEric Blake2019-04-3029-150/+123Star
| * | cutils: Fix size_to_str() on 32-bit platformsEric Blake2019-04-301-1/+1
| * | block/vhdx: Use IEC binary prefixes for size constantsStefano Garzarella2019-04-303-7/+9
| * | block/vhdx: Remove redundant IEC binary prefixes definitionStefano Garzarella2019-04-302-6/+3Star
| * | vmdk: Set vmdk parent backing_format to vmdkSam Eiderman2019-04-301-0/+2
| * | vpc: unlock Coroutine lock to make IO submit ConcurrentlyZhengui li2019-04-301-0/+4
| * | block: Fix AioContext switch for bs->drv == NULLKevin Wolf2019-04-301-10/+2Star
| * | tests/qemu-iotests: Fix output of qemu-io related testsThomas Huth2019-04-3026-214/+214
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190429' into stagingPeter Maydell2019-04-303-2/+58
|\ \ \ | |/ / |/| |
| * | target/hppa: Always return EXCP_DMAR for protection id trapNick Hudson2019-04-291-2/+1Star
| * | target/hppa: Implement Fast TLB Insert instructionsNick Hudson2019-04-292-0/+57
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2019-04-291-1/+1
|\ \ \ | |/ / |/| |
| * | trace: fix runstate tracingYury Kotov2019-04-291-1/+1
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190429'...Peter Maydell2019-04-2950-235/+1595
|\ \ \
| * | | hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2019-04-298-17/+25
| * | | hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé2019-04-294-3/+6
| * | | hw/net/ne2000-isa: Add guards to the headerPhilippe Mathieu-Daudé2019-04-291-0/+6
| * | | hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé2019-04-297-7/+24
| * | | hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé2019-04-299-26/+44
| * | | hw/devices: Move Gamepad declarations into a new headerPhilippe Mathieu-Daudé2019-04-295-5/+22
| * | | hw/devices: Move CBus declarations into a new headerPhilippe Mathieu-Daudé2019-04-295-15/+35
| * | | hw/devices: Move Blizzard declarations into a new headerPhilippe Mathieu-Daudé2019-04-295-8/+26
| * | | hw/devices: Move TC6393XB declarations into a new headerPhilippe Mathieu-Daudé2019-04-295-8/+27
| * | | hw/display/tc6393xb: Remove unused functionsPhilippe Mathieu-Daudé2019-04-292-19/+0Star