[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PULL 0/7] Block patches
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-block] [PULL 0/7] Block patches |
Date: |
Fri, 9 Mar 2018 13:19:42 +0000 |
The following changes since commit 0ab4537f08e09b13788db67efd760592fb7db769:
Merge remote-tracking branch
'remotes/stefanberger/tags/pull-tpm-2018-03-07-1' into staging (2018-03-08
12:56:39 +0000)
are available in the Git repository at:
git://github.com/stefanha/qemu.git tags/block-pull-request
for you to fetch changes up to 4486e89c219c0d1b9bd8dfa0b1dd5b0d51ff2268:
vl: introduce vm_shutdown() (2018-03-08 17:38:51 +0000)
----------------------------------------------------------------
----------------------------------------------------------------
Deepa Srinivasan (1):
block: Fix qemu crash when using scsi-block
Fam Zheng (1):
README: Fix typo 'git-publish'
Sergio Lopez (1):
virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is
present
Stefan Hajnoczi (4):
block: add aio_wait_bh_oneshot()
virtio-blk: fix race between .ioeventfd_stop() and vq handler
virtio-scsi: fix race between .ioeventfd_stop() and vq handler
vl: introduce vm_shutdown()
include/block/aio-wait.h | 13 +++++++++++
include/sysemu/iothread.h | 1 -
include/sysemu/sysemu.h | 1 +
block/block-backend.c | 51 ++++++++++++++++++++---------------------
cpus.c | 16 ++++++++++---
hw/block/dataplane/virtio-blk.c | 39 +++++++++++++++++++++++--------
hw/scsi/virtio-scsi-dataplane.c | 9 ++++----
iothread.c | 31 -------------------------
util/aio-wait.c | 31 +++++++++++++++++++++++++
vl.c | 13 +++--------
README | 2 +-
11 files changed, 122 insertions(+), 85 deletions(-)
--
2.14.3
- [Qemu-block] [PULL 0/7] Block patches,
Stefan Hajnoczi <=
- [Qemu-block] [PULL 1/7] block: Fix qemu crash when using scsi-block, Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 2/7] README: Fix typo 'git-publish', Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 4/7] block: add aio_wait_bh_oneshot(), Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 3/7] virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is present, Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 6/7] virtio-scsi: fix race between .ioeventfd_stop() and vq handler, Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 7/7] vl: introduce vm_shutdown(), Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 5/7] virtio-blk: fix race between .ioeventfd_stop() and vq handler, Stefan Hajnoczi, 2018/03/09
- Re: [Qemu-block] [PULL 0/7] Block patches, Peter Maydell, 2018/03/09