mbox

[PULL,0/3] Block patches for 2.3.0-rc1

Message ID 1426778174-1170-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

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

Message

Kevin Wolf March 19, 2015, 3:16 p.m. UTC
The following changes since commit cd232acfa0d70002fed89e9293f04afda577a513:

  Update version for v2.3.0-rc0 release (2015-03-17 18:58:33 +0000)

are available in the git repository at:

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

for you to fetch changes up to 5b347c541017b9ced10e8e9bce02d25bcf04c7af:

  block: Fix blockdev-backup not to use funky error class (2015-03-19 16:02:59 +0100)

----------------------------------------------------------------
Block patches for 2.3.0-rc1

----------------------------------------------------------------
Kevin Wolf (1):
      raw-posix: Deprecate aio=threads fallback without O_DIRECT

Markus Armbruster (2):
      raw-posix: Deprecate host floppy passthrough
      block: Fix blockdev-backup not to use funky error class

 block/raw-posix.c      | 10 ++++++++++
 blockdev.c             |  8 ++++----
 qapi/block-core.json   |  5 ++---
 qemu-doc.texi          |  5 +++--
 qemu-options.hx        |  3 +--
 qmp-commands.hx        |  2 +-
 tests/qemu-iotests/055 | 11 +++++++----
 7 files changed, 28 insertions(+), 16 deletions(-)

Comments

Peter Maydell March 19, 2015, 6:44 p.m. UTC | #1
On 19 March 2015 at 15:16, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit cd232acfa0d70002fed89e9293f04afda577a513:
>
>   Update version for v2.3.0-rc0 release (2015-03-17 18:58:33 +0000)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 5b347c541017b9ced10e8e9bce02d25bcf04c7af:
>
>   block: Fix blockdev-backup not to use funky error class (2015-03-19 16:02:59 +0100)
>
> ----------------------------------------------------------------
> Block patches for 2.3.0-rc1
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM