qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL v2 00/40] Block layer patches
Date: Mon, 10 Jul 2017 13:27:24 +0200	[thread overview]
Message-ID: <1499686044-21721-1-git-send-email-kwolf@redhat.com> (raw)

The following changes since commit 77d472291812cf04f97974dadbda767e59e31fde:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into staging (2017-07-10 10:29:11 +0100)

are available in the git repository at:


  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 51b0a488882328f8f02519bb47ca7e0e7fbe12ff:

  block: Make bdrv_is_allocated_above() byte-based (2017-07-10 13:18:07 +0200)

----------------------------------------------------------------
Block layer patches

----------------------------------------------------------------
Daniel P. Berrange (1):
      qemu-img: drop -e and -6 options from the 'create' & 'convert' commands

Eric Blake (25):
      qemu-io: Don't die on second open
      block: Guarantee that *file is set on bdrv_get_block_status()
      block: Simplify use of BDRV_BLOCK_RAW
      blkdebug: Support .bdrv_co_get_block_status
      blockjob: Track job ratelimits via bytes, not sectors
      trace: Show blockjob actions via bytes, not sectors
      stream: Switch stream_populate() to byte-based
      stream: Drop reached_end for stream_complete()
      stream: Switch stream_run() to byte-based
      commit: Switch commit_populate() to byte-based
      commit: Switch commit_run() to byte-based
      mirror: Switch MirrorBlockJob to byte-based
      mirror: Switch mirror_do_zero_or_discard() to byte-based
      mirror: Update signature of mirror_clip_sectors()
      mirror: Switch mirror_cow_align() to byte-based
      mirror: Switch mirror_do_read() to byte-based
      mirror: Switch mirror_iteration() to byte-based
      block: Drop unused bdrv_round_sectors_to_clusters()
      backup: Switch BackupBlockJob to byte-based
      backup: Switch block_backup.h to byte-based
      backup: Switch backup_do_cow() to byte-based
      backup: Switch backup_run() to byte-based
      block: Make bdrv_is_allocated() byte-based
      block: Minimize raw use of bds->total_sectors
      block: Make bdrv_is_allocated_above() byte-based

Hervé Poussineau (13):
      vvfat: fix qemu-img map and qemu-img convert
      vvfat: replace tabs by 8 spaces
      vvfat: fix typos
      vvfat: rename useless enumeration values
      vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dir
      vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectors
      vvfat: always create . and .. entries at first and in that order
      vvfat: correctly create long names for non-ASCII filenames
      vvfat: correctly create base short names for non-ASCII filenames
      vvfat: correctly generate numeric-tail of short file names
      vvfat: limit number of entries in root directory in FAT12/FAT16
      vvfat: handle KANJI lead byte 0xe5
      vvfat: change OEM name to 'MSWIN4.1'

Thomas Huth (1):
      blockdev: Print a warning for legacy drive options that belong to -device

 block/backup.c               |  128 +--
 block/blkdebug.c             |   11 +
 block/commit.c               |   56 +-
 block/io.c                   |  102 +-
 block/mirror.c               |  310 +++---
 block/raw-format.c           |    2 +-
 block/replication.c          |   29 +-
 block/stream.c               |   37 +-
 block/trace-events           |   14 +-
 block/vpc.c                  |    2 +-
 block/vvfat.c                | 2336 ++++++++++++++++++++++--------------------
 blockdev.c                   |   14 +
 include/block/block.h        |   16 +-
 include/block/block_backup.h |   11 +-
 include/qemu/ratelimit.h     |    3 +-
 migration/block.c            |   16 +-
 qemu-img.c                   |   41 +-
 qemu-io-cmds.c               |   70 +-
 qemu-io.c                    |    7 +-
 qemu-options.hx              |    9 +-
 tests/qemu-iotests/060.out   |    1 +
 tests/qemu-iotests/114.out   |    5 +-
 tests/qemu-iotests/153.out   |    6 +
 tests/qemu-iotests/177       |    3 +
 tests/qemu-iotests/177.out   |    5 +
 25 files changed, 1675 insertions(+), 1559 deletions(-)

             reply	other threads:[~2017-07-10 11:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10 11:27 Kevin Wolf [this message]
2017-07-10 14:23 ` [Qemu-devel] [PULL v2 00/40] Block layer patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2015-11-10 14:09 Kevin Wolf
2015-11-10 17:10 ` Peter Maydell
2015-11-11 15:35   ` Kevin Wolf
2015-11-11 16:38     ` Eric Blake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499686044-21721-1-git-send-email-kwolf@redhat.com \
    --to=kwolf@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).