aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-11sdlaudio: port to -audiodev configKővágó, Zoltán2-18/+16
2019-03-11paaudio: port to -audiodev configKővágó, Zoltán2-52/+67
2019-03-11ossaudio: port to -audiodev configKővágó, Zoltán2-110/+83
2019-03-11noaudio: port to -audiodev configKővágó, Zoltán1-1/+0
2019-03-11dsoundaudio: port to -audiodev configKővágó, Zoltán3-45/+63
2019-03-11coreaudio: port to -audiodev configKővágó, Zoltán2-38/+39
2019-03-11alsaaudio: port to -audiodev configKővágó, Zoltán2-234/+183
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán16-380/+650
2019-03-11audio: -audiodev command line option: documentationKővágó, Zoltán2-3/+240
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán26-189/+196
2019-03-11qapi: qapi for audio backendsKővágó, Zoltán3-3/+308
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