aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-10doc: update TYPE_MIGRATION documentsPeter Xu
2017-07-10doc: add item for "-M enforce-config-section"Peter Xu
2017-07-10vl: move global property, migrate init earlierPeter Xu
2017-07-10migration: fix handling for --only-migratablePeter Xu
2017-07-10Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into...Peter Maydell
2017-07-10nbd: use generic trace subsystem instead of TRACE macroVladimir Sementsov-Ogievskiy
2017-07-10nbd: refactor tracingVladimir Sementsov-Ogievskiy
2017-07-10nbd/server: rename clientflags var in nbd_negotiate_optionsVladimir Sementsov-Ogievskiy
2017-07-10nbd/server: fix TRACE in nbd_negotiate_send_rep_lenVladimir Sementsov-Ogievskiy
2017-07-10nbd/client: refactor TRACE of NBD_MAGICVladimir Sementsov-Ogievskiy
2017-07-10nbd/common: nbd_tls_handshake: remove extra TRACEVladimir Sementsov-Ogievskiy
2017-07-10nbd/server: add errp to nbd_send_reply()Vladimir Sementsov-Ogievskiy
2017-07-10nbd/server: use errp instead of LOGVladimir Sementsov-Ogievskiy
2017-07-10nbd/server: refactor nbd_negotiateVladimir Sementsov-Ogievskiy
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