qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH v2 00/16] block: Make blockdev-create a job and


From: Kevin Wolf
Subject: Re: [Qemu-block] [PATCH v2 00/16] block: Make blockdev-create a job and stable API
Date: Wed, 30 May 2018 16:33:20 +0200
User-agent: Mutt/1.9.1 (2017-09-22)

Am 29.05.2018 um 22:38 hat Kevin Wolf geschrieben:
> This changes the x-blockdev-create QMP command so that it doesn't block
> the monitor and the main loop any more, but starts a background job that
> performs the image creation.
> 
> The basic job as implemented here is all that is necessary to make image
> creation asynchronous and to provide a QMP interface that can be marked
> stable, but it still lacks a few features that jobs usually provide: The
> job will ignore pause commands and it doesn't publish progress yet (so
> both current-progress and total-progress stay at 0). These features can
> be added later without breaking compatibility.
> 
> At the end of the series, the interface is declared stable and the x-
> prefix is removed.

Applied to the block branch.

Kevin



reply via email to

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