aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10nbd/server: nbd_negotiate: return 1 on NBD_OPT_ABORTVladimir Sementsov-Ogievskiy
2017-07-10MAINTAINERS: Promote NBD to supported, with new maintainerEric Blake
2017-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Minimize raw use of bds->total_sectorsEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10backup: Switch backup_run() to byte-basedEric Blake
2017-07-10backup: Switch backup_do_cow() to byte-basedEric Blake
2017-07-10backup: Switch block_backup.h to byte-basedEric Blake
2017-07-10backup: Switch BackupBlockJob to byte-basedEric Blake
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake
2017-07-10mirror: Switch mirror_iteration() to byte-basedEric Blake
2017-07-10mirror: Switch mirror_do_read() to byte-basedEric Blake
2017-07-10mirror: Switch mirror_cow_align() to byte-basedEric Blake
2017-07-10mirror: Update signature of mirror_clip_sectors()Eric Blake
2017-07-10mirror: Switch mirror_do_zero_or_discard() to byte-basedEric Blake
2017-07-10mirror: Switch MirrorBlockJob to byte-basedEric Blake
2017-07-10commit: Switch commit_run() to byte-basedEric Blake
2017-07-10commit: Switch commit_populate() to byte-basedEric Blake
2017-07-10stream: Switch stream_run() to byte-basedEric Blake
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake
2017-07-10blockdev: Print a warning for legacy drive options that belong to -deviceThomas Huth
2017-07-10qemu-img: drop -e and -6 options from the 'create' & 'convert' commandsDaniel P. Berrange
2017-07-10vvfat: change OEM name to 'MSWIN4.1'Hervé Poussineau
2017-07-10vvfat: handle KANJI lead byte 0xe5Hervé Poussineau
2017-07-10vvfat: limit number of entries in root directory in FAT12/FAT16Hervé Poussineau
2017-07-10vvfat: correctly generate numeric-tail of short file namesHervé Poussineau
2017-07-10vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau
2017-07-10vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau
2017-07-10vvfat: always create . and .. entries at first and in that orderHervé Poussineau
2017-07-10vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau
2017-07-10vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau
2017-07-10vvfat: rename useless enumeration valuesHervé Poussineau
2017-07-10vvfat: fix typosHervé Poussineau
2017-07-10vvfat: replace tabs by 8 spacesHervé Poussineau
2017-07-10vvfat: fix qemu-img map and qemu-img convertHervé Poussineau
2017-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-07-10block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake
2017-07-10qemu-io: Don't die on second openEric Blake
2017-07-10Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170709' into stagingPeter Maydell
2017-07-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into...Peter Maydell
2017-07-09tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao
2017-07-09util/cacheinfo: Fix warning generated by clangPranith Kumar
2017-07-09tcg/aarch64: Enable indirect jump path using LDR (literal)Pranith Kumar
2017-07-09tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar
2017-07-09tcg/aarch64: Introduce and use long branch to registerPranith Kumar