summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake2017-07-102-25/+0Star
* mirror: Switch mirror_iteration() to byte-basedEric Blake2017-07-101-59/+46Star
* mirror: Switch mirror_do_read() to byte-basedEric Blake2017-07-101-41/+33Star
* mirror: Switch mirror_cow_align() to byte-basedEric Blake2017-07-101-26/+37
* mirror: Update signature of mirror_clip_sectors()Eric Blake2017-07-101-7/+8
* mirror: Switch mirror_do_zero_or_discard() to byte-basedEric Blake2017-07-101-9/+11
* mirror: Switch MirrorBlockJob to byte-basedEric Blake2017-07-101-42/+42
* commit: Switch commit_run() to byte-basedEric Blake2017-07-101-10/+6Star
* commit: Switch commit_populate() to byte-basedEric Blake2017-07-101-7/+8
* stream: Switch stream_run() to byte-basedEric Blake2017-07-101-13/+9Star
* stream: Drop reached_end for stream_complete()Eric Blake2017-07-101-3/+1Star
* stream: Switch stream_populate() to byte-basedEric Blake2017-07-101-5/+6
* trace: Show blockjob actions via bytes, not sectorsEric Blake2017-07-105-24/+38
* blockjob: Track job ratelimits via bytes, not sectorsEric Blake2017-07-105-13/+18
* blockdev: Print a warning for legacy drive options that belong to -deviceThomas Huth2017-07-102-2/+21
* qemu-img: drop -e and -6 options from the 'create' & 'convert' commandsDaniel P. Berrange2017-07-101-18/+2Star
* vvfat: change OEM name to 'MSWIN4.1'Hervé Poussineau2017-07-101-1/+1
* vvfat: handle KANJI lead byte 0xe5Hervé Poussineau2017-07-101-2/+7
* vvfat: limit number of entries in root directory in FAT12/FAT16Hervé Poussineau2017-07-101-9/+17
* vvfat: correctly generate numeric-tail of short file namesHervé Poussineau2017-07-101-34/+31Star
* vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau2017-07-101-28/+76
* vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau2017-07-101-20/+18Star
* vvfat: always create . and .. entries at first and in that orderHervé Poussineau2017-07-101-2/+11
* vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau2017-07-101-7/+14
* vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau2017-07-101-27/+43
* vvfat: rename useless enumeration valuesHervé Poussineau2017-07-101-5/+8
* vvfat: fix typosHervé Poussineau2017-07-101-4/+4
* vvfat: replace tabs by 8 spacesHervé Poussineau2017-07-101-1027/+1027
* vvfat: fix qemu-img map and qemu-img convertHervé Poussineau2017-07-101-2/+1Star
* blkdebug: Support .bdrv_co_get_block_statusEric Blake2017-07-102-1/+15
* block: Simplify use of BDRV_BLOCK_RAWEric Blake2017-07-105-7/+7
* block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake2017-07-103-2/+8
* qemu-io: Don't die on second openEric Blake2017-07-104-5/+14
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into...Peter Maydell2017-07-105-69/+30Star
|\
| * xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman2017-07-071-1/+1
| * xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall2017-07-071-0/+11
| * xenfb: remove xen_init_display "temporary" hackStefano Stabellini2017-07-073-68/+18Star
|/
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell2017-07-0613-253/+456
|\
| * hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth2017-07-051-1/+1
| * virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao2017-07-052-2/+6
| * s390x: return unavailable features via query-cpu-definitionsViktor Mihajlovski2017-07-051-5/+57
| * s390x/MAINTAINERS: Update my email addressCornelia Huck2017-07-051-4/+4
| * s390x: fix realize inheritance for kvm-flicHalil Pasic2017-07-052-2/+19
| * s390x: fix error propagation in kvm-flic's realizeHalil Pasic2017-07-051-2/+10
| * s390x/3270: fix instruction interception handlerDong Jia Shi2017-07-051-0/+1
| * s390x: vmstatify config migration for virtio-ccwHalil Pasic2017-07-057-237/+358
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-0660-779/+1009
|\ \ | |/ |/|
| * target/i386: add the CONFIG_TCG into MakefilesYang Zhong2017-07-051-5/+5
| * target/i386: add the tcg_enabled() in target/i386/Yang Zhong2017-07-054-8/+16
| * target/i386: move TLB refill function out of helper.cPaolo Bonzini2017-07-052-343/+344