[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/7] Block patches
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PULL 0/7] Block patches |
Date: |
Fri, 8 Mar 2019 16:53:37 +0000 |
The following changes since commit 6cb4f6db4f4367faa33da85b15f75bbbd2bed2a6:
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request'
into staging (2019-03-07 16:16:02 +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 6ca206204fa773c8626d59caf2a5676d6cc35f52:
iothread: document about why we need explicit aio_poll() (2019-03-08 10:20:57
+0000)
----------------------------------------------------------------
Pull request
----------------------------------------------------------------
Anastasiia Rusakova (1):
hw/block/virtio-blk: Clean req->dev repetitions
Peter Xu (5):
iothread: replace init_done_cond with a semaphore
iothread: create the gcontext unconditionally
iothread: create main loop unconditionally
iothread: push gcontext earlier in the thread_fn
iothread: document about why we need explicit aio_poll()
Stefan Hajnoczi (1):
MAINTAINERS: add missing support status fields
MAINTAINERS | 3 ++
include/sysemu/iothread.h | 5 +--
hw/block/virtio-blk.c | 16 ++++---
iothread.c | 90 +++++++++++++++++++--------------------
4 files changed, 57 insertions(+), 57 deletions(-)
--
2.20.1
- [Qemu-devel] [PULL 0/7] Block patches,
Stefan Hajnoczi <=
- [Qemu-devel] [PULL 1/7] MAINTAINERS: add missing support status fields, Stefan Hajnoczi, 2019/03/08
- [Qemu-devel] [PULL 2/7] hw/block/virtio-blk: Clean req->dev repetitions, Stefan Hajnoczi, 2019/03/08
- [Qemu-devel] [PULL 3/7] iothread: replace init_done_cond with a semaphore, Stefan Hajnoczi, 2019/03/08
- [Qemu-devel] [PULL 4/7] iothread: create the gcontext unconditionally, Stefan Hajnoczi, 2019/03/08
- [Qemu-devel] [PULL 5/7] iothread: create main loop unconditionally, Stefan Hajnoczi, 2019/03/08
- [Qemu-devel] [PULL 6/7] iothread: push gcontext earlier in the thread_fn, Stefan Hajnoczi, 2019/03/08
- [Qemu-devel] [PULL 7/7] iothread: document about why we need explicit aio_poll(), Stefan Hajnoczi, 2019/03/08
- Re: [Qemu-devel] [PULL 0/7] Block patches, Peter Maydell, 2019/03/09