qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/2] Block patches


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL 0/2] Block patches
Date: Wed, 27 Jun 2018 15:48:36 +0100

The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' 
into staging (2018-06-26 18:23:49 +0100)

are available in the Git repository at:

  git://github.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to ed6e2161715c527330f936d44af4c547f25f687e:

  linux-aio: properly bubble up errors from initialization (2018-06-27 13:06:34 
+0100)

----------------------------------------------------------------
Pull request

 * Gracefully handle Linux AIO init failure

----------------------------------------------------------------

Nishanth Aravamudan (1):
  linux-aio: properly bubble up errors from initialization

Stefan Hajnoczi (1):
  compiler: add a sizeof_field() macro

 include/block/aio.h           |  3 +++
 include/block/raw-aio.h       |  2 +-
 include/hw/xen/io/ring.h      |  2 +-
 include/qemu/compiler.h       |  2 ++
 accel/tcg/translate-all.c     |  2 +-
 block/file-posix.c            | 33 ++++++++++++++++++++++++++++-----
 block/linux-aio.c             | 12 +++++++++---
 hw/display/xenfb.c            |  4 ++--
 hw/net/rocker/rocker_of_dpa.c |  2 +-
 hw/net/virtio-net.c           |  2 +-
 stubs/linux-aio.c             |  2 +-
 target/i386/kvm.c             |  2 +-
 target/ppc/arch_dump.c        | 10 +++++-----
 target/s390x/arch_dump.c      | 20 ++++++++++----------
 util/async.c                  | 14 +++++++++++---
 15 files changed, 77 insertions(+), 35 deletions(-)

-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]