qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-2.3 0/4] blockdev: support dataplane in rema


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH for-2.3 0/4] blockdev: support dataplane in remaining QMP commands
Date: Thu, 20 Nov 2014 10:45:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 2014-11-19 at 15:19, Stefan Hajnoczi wrote:
This patch series adds virtio-blk dataplane support for the following QMP
commands:

  * eject
  * change
  * change-backing-file
  * block_passwd
  * blockdev-snapshot-delete-internal-sync

This requires acquiring and releasing the BlockDriverState's AioContext so that
the IOThread does not run while the monitor command is executing.

Monitor commands that use AioContext can be unblocked in the virtio-blk
dataplane op blockers list.

After this series only the transaction QMP command remains to be converted.

Stefan Hajnoczi (4):
   blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync
   blockdev: check for BLOCK_OP_TYPE_INTERNAL_SNAPSHOT_DELETE
   blockdev: acquire AioContext in eject, change, and block_passwd
   blockdev: acquire AioContext in change-backing-file

  blockdev.c                      | 75 ++++++++++++++++++++++++++++++++---------
  hw/block/dataplane/virtio-blk.c |  4 +++
  2 files changed, 63 insertions(+), 16 deletions(-)

Thanks, applied to my block-next tree:

https://github.com/XanClic/qemu/commits/block-next



reply via email to

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