All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/2] Block patches
@ 2018-06-27 14:48 Stefan Hajnoczi
  2018-06-27 14:48 ` [Qemu-devel] [PULL 1/2] compiler: add a sizeof_field() macro Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2018-06-27 14:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, Peter Maydell

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-02  6:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27 14:48 [Qemu-devel] [PULL 0/2] Block patches Stefan Hajnoczi
2018-06-27 14:48 ` [Qemu-devel] [PULL 1/2] compiler: add a sizeof_field() macro Stefan Hajnoczi
2018-06-27 14:48 ` [Qemu-devel] [PULL 2/2] linux-aio: properly bubble up errors from initialization Stefan Hajnoczi
2018-06-28 16:43 ` [Qemu-devel] [PULL 0/2] Block patches Peter Maydell
2018-07-01 14:58 ` no-reply
2018-07-02  6:19   ` Fam Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.