Re: [Qemu-block] [PATCH 17/18] qemu-io: Add background write

2017-09-21 Thread Max Reitz
On 2017-09-21 16:59, Fam Zheng wrote: > On Thu, 09/21 16:40, Max Reitz wrote: >> On 2017-09-19 10:03, Fam Zheng wrote: >>> On Mon, 09/18 19:53, Max Reitz wrote: On 2017-09-18 08:46, Fam Zheng wrote: > On Wed, 09/13 20:19, Max Reitz wrote: >> Add a new parameter -B to qemu-io's write

Re: [Qemu-block] [PATCH 17/18] qemu-io: Add background write

2017-09-21 Thread Fam Zheng
On Thu, 09/21 16:40, Max Reitz wrote: > On 2017-09-19 10:03, Fam Zheng wrote: > > On Mon, 09/18 19:53, Max Reitz wrote: > >> On 2017-09-18 08:46, Fam Zheng wrote: > >>> On Wed, 09/13 20:19, Max Reitz wrote: > Add a new parameter -B to qemu-io's write command. When used, qemu-io > will

Re: [Qemu-block] [PATCH 17/18] qemu-io: Add background write

2017-09-21 Thread Max Reitz
On 2017-09-19 10:03, Fam Zheng wrote: > On Mon, 09/18 19:53, Max Reitz wrote: >> On 2017-09-18 08:46, Fam Zheng wrote: >>> On Wed, 09/13 20:19, Max Reitz wrote: Add a new parameter -B to qemu-io's write command. When used, qemu-io will not wait for the result of the operation and

Re: [Qemu-block] [PATCH 17/18] qemu-io: Add background write

2017-09-19 Thread Fam Zheng
On Mon, 09/18 19:53, Max Reitz wrote: > On 2017-09-18 08:46, Fam Zheng wrote: > > On Wed, 09/13 20:19, Max Reitz wrote: > >> Add a new parameter -B to qemu-io's write command. When used, qemu-io > >> will not wait for the result of the operation and instead execute it in > >> the background. > >

Re: [Qemu-block] [PATCH 17/18] qemu-io: Add background write

2017-09-18 Thread Max Reitz
On 2017-09-18 08:46, Fam Zheng wrote: > On Wed, 09/13 20:19, Max Reitz wrote: >> Add a new parameter -B to qemu-io's write command. When used, qemu-io >> will not wait for the result of the operation and instead execute it in >> the background. > > Cannot aio_write be used for this purpose?

Re: [Qemu-block] [PATCH 17/18] qemu-io: Add background write

2017-09-18 Thread Fam Zheng
On Wed, 09/13 20:19, Max Reitz wrote: > Add a new parameter -B to qemu-io's write command. When used, qemu-io > will not wait for the result of the operation and instead execute it in > the background. Cannot aio_write be used for this purpose? Fam

[Qemu-block] [PATCH 17/18] qemu-io: Add background write

2017-09-13 Thread Max Reitz
Add a new parameter -B to qemu-io's write command. When used, qemu-io will not wait for the result of the operation and instead execute it in the background. Signed-off-by: Max Reitz --- qemu-io-cmds.c | 83 +- 1 file