aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-11mips_fulong2e: Add on-board graphics chipBALATON Zoltan1-0/+7
2019-03-11hw/display: Add basic ATI VGA emulationBALATON Zoltan9-0/+1861
2019-03-11virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann2-2/+1
2019-03-11virtio-vga: fix reset.Gerd Hoffmann1-2/+15
2019-03-11virtio: add class_size to VirtioPCIDeviceTypeInfoGerd Hoffmann2-0/+2
2019-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell11-19/+93
2019-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-57/+57
2019-03-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell215-422/+1584
2019-03-08Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2019-03-0...Peter Maydell1-4/+4
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell38-56/+44
2019-03-08Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190307' into stagingPeter Maydell1-9/+12
2019-03-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-qgraph' into ...Peter Maydell98-2223/+6885
2019-03-08Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell71-111/+1208
2019-03-08qcow2 spec: Describe string header extensionsKevin Wolf1-2/+12
2019-03-08qemu-iotests: Add dependency to qemu-nbd toolPhilippe Mathieu-Daudé1-1/+1
2019-03-08ahci-test: Add dependency to qemu-img toolPhilippe Mathieu-Daudé1-1/+1
2019-03-08qemu-iotests: amend with external data fileKevin Wolf2-1/+133
2019-03-08qemu-iotests: General tests for qcow2 with external data fileKevin Wolf3-0/+326
2019-03-08qemu-iotests: Preallocation with external data fileKevin Wolf2-0/+54
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf6-3/+109
2019-03-08qcow2: Store data file name in the imageKevin Wolf4-2/+128
2019-03-08qcow2: Creating images with external data fileKevin Wolf3-0/+31
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf3-4/+41
2019-03-08qcow2: Support external data file in qemu-img checkKevin Wolf1-11/+30
2019-03-08qcow2: Return error for snapshot operation with data fileKevin Wolf1-0/+15
2019-03-08qcow2: External file I/OKevin Wolf7-37/+122
2019-03-08qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf1-2/+2
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf4-30/+26
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf2-32/+29
2019-03-08qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf1-2/+2
2019-03-08qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf1-1/+9
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf3-24/+26
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf5-23/+44
2019-03-08qcow2: Extend spec for external data filesKevin Wolf1-4/+38
2019-03-08qcow2: Simplify preallocation codeKevin Wolf1-27/+1
2019-03-08qemu-iotests: Test qcow2 preallocation modesKevin Wolf3-0/+90
2019-03-08qemu-iotests: Ensure GNU sed is usedPhilippe Mathieu-Daudé2-18/+31
2019-03-08qemu-iotests: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé185-185/+185
2019-03-08tests/bios-tables: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé1-1/+1
2019-03-08tests/multiboot: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé1-1/+1
2019-03-08iotests: check whitelisted formatsAndrey Shinkevich1-0/+3
2019-03-08iotests: ask QEMU for supported formatsAndrey Shinkevich2-1/+55
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich4-7/+24
2019-03-08iotests: open notrun files in text modeAndrey Shinkevich1-1/+1
2019-03-08qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia2-6/+23
2019-03-08iotests: use iotests.VM in 238Stefan Hajnoczi1-6/+1
2019-03-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-kconfig' into...Peter Maydell115-514/+3211
2019-03-08iothread: document about why we need explicit aio_poll()Peter Xu1-0/+9
2019-03-08iothread: push gcontext earlier in the thread_fnPeter Xu1-3/+6
2019-03-08iothread: create main loop unconditionallyPeter Xu1-9/+3