Re: [Qemu-devel] [PATCH 1/2] block: Add bs-node_name to hold the name of a bs node of the bs graph.

2013-11-08 Thread Fam Zheng
On Thu, 11/07 16:01, Benoît Canet wrote: Add the minimum of code to prepare the followings patches. If no node_name is provided to bdrv_new the bs-node_name is set to undefined. This will allow to have some default string to communicate in QMP and HMP. This also make undefined a reserved

Re: [Qemu-devel] [PATCH 1/2] block: Add bs-node_name to hold the name of a bs node of the bs graph.

2013-11-08 Thread Kevin Wolf
Am 07.11.2013 um 21:23 hat Eric Blake geschrieben: On 11/07/2013 08:01 AM, Benoît Canet wrote: Add the minimum of code to prepare the followings patches. If no node_name is provided to bdrv_new the bs-node_name is set to undefined. This will allow to have some default string to

[Qemu-devel] [PATCH 1/2] block: Add bs-node_name to hold the name of a bs node of the bs graph.

2013-11-07 Thread Benoît Canet
Add the minimum of code to prepare the followings patches. If no node_name is provided to bdrv_new the bs-node_name is set to undefined. This will allow to have some default string to communicate in QMP and HMP. This also make undefined a reserved string for bs-node_name. Signed-off-by: Benoit

Re: [Qemu-devel] [PATCH 1/2] block: Add bs-node_name to hold the name of a bs node of the bs graph.

2013-11-07 Thread Eric Blake
On 11/07/2013 08:01 AM, Benoît Canet wrote: Add the minimum of code to prepare the followings patches. If no node_name is provided to bdrv_new the bs-node_name is set to undefined. This will allow to have some default string to communicate in QMP and HMP. This also make undefined a

Re: [Qemu-devel] [PATCH 1/2] block: Add bs-node_name to hold the name of a bs node of the bs graph.

2013-11-07 Thread Jeff Cody
On Thu, Nov 07, 2013 at 04:01:42PM +0100, Benoît Canet wrote: Add the minimum of code to prepare the followings patches. If no node_name is provided to bdrv_new the bs-node_name is set to undefined. This will allow to have some default string to communicate in QMP and HMP. This also make

Re: [Qemu-devel] [PATCH 1/2] block: Add bs-node_name to hold the name of a bs node of the bs graph.

2013-11-07 Thread Benoît Canet
Le Thursday 07 Nov 2013 à 13:23:43 (-0700), Eric Blake a écrit : On 11/07/2013 08:01 AM, Benoît Canet wrote: Add the minimum of code to prepare the followings patches. If no node_name is provided to bdrv_new the bs-node_name is set to undefined. This will allow to have some default

Re: [Qemu-devel] [PATCH 1/2] block: Add bs-node_name to hold the name of a bs node of the bs graph.

2013-11-07 Thread Benoît Canet
Le Thursday 07 Nov 2013 à 15:54:09 (-0500), Jeff Cody a écrit : On Thu, Nov 07, 2013 at 04:01:42PM +0100, Benoît Canet wrote: Add the minimum of code to prepare the followings patches. If no node_name is provided to bdrv_new the bs-node_name is set to undefined. This will allow to