Re: [Qemu-devel] [PATCH] QMP: add snapshot_blkdev_sync command

2011-03-10 Thread Kevin Wolf
Am 09.03.2011 18:03, schrieb Anthony Liguori: > On 03/09/2011 10:01 AM, Kevin Wolf wrote: >> Am 09.03.2011 16:46, schrieb Anthony Liguori: >>> On 03/09/2011 09:37 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen Add QMP bits for snapshot_blkdev_sync command. This is the same as

Re: [Qemu-devel] [PATCH] QMP: add snapshot_blkdev_sync command

2011-03-10 Thread Jes Sorensen
On 03/09/11 18:03, Anthony Liguori wrote: > On 03/09/2011 10:01 AM, Kevin Wolf wrote: >>> I'm not sure blkdev is the right prefix. Kevin, what are your thoughts >>> here? Does 'blkdev' make sense for any command operating on a block >>> device (that is, a qdev device that happens to have a block

Re: [Qemu-devel] [PATCH] QMP: add snapshot_blkdev_sync command

2011-03-09 Thread Anthony Liguori
On 03/09/2011 10:01 AM, Kevin Wolf wrote: Am 09.03.2011 16:46, schrieb Anthony Liguori: On 03/09/2011 09:37 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen Add QMP bits for snapshot_blkdev_sync command. This is the same as snapshot_blkdev in the human monitor, but added _sync to the name

Re: [Qemu-devel] [PATCH] QMP: add snapshot_blkdev_sync command

2011-03-09 Thread Kevin Wolf
Am 09.03.2011 16:46, schrieb Anthony Liguori: > On 03/09/2011 09:37 AM, jes.soren...@redhat.com wrote: >> From: Jes Sorensen >> >> Add QMP bits for snapshot_blkdev_sync command. This is the same as >> snapshot_blkdev in the human monitor, but added _sync to the name to >> make it explicit that the

Re: [Qemu-devel] [PATCH] QMP: add snapshot_blkdev_sync command

2011-03-09 Thread Anthony Liguori
On 03/09/2011 09:37 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen Add QMP bits for snapshot_blkdev_sync command. This is the same as snapshot_blkdev in the human monitor, but added _sync to the name to make it explicit that the command is synchronous and leave space for a future async ve

[Qemu-devel] [PATCH] QMP: add snapshot_blkdev_sync command

2011-03-09 Thread Jes . Sorensen
From: Jes Sorensen Add QMP bits for snapshot_blkdev_sync command. This is the same as snapshot_blkdev in the human monitor, but added _sync to the name to make it explicit that the command is synchronous and leave space for a future async version. Signed-off-by: Jes Sorensen --- qmp-commands.h