[Qemu-devel] [PATCH v2 4/7] block: helper function, to find the base image of a chain

2012-09-25 Thread Jeff Cody
This is a simple helper function, that will return the base image of a given image chain. Signed-off-by: Jeff Cody jc...@redhat.com --- block.c | 16 block.h | 1 + 2 files changed, 17 insertions(+) diff --git a/block.c b/block.c index d044529..4a9bdc1 100644 --- a/block.c +++

Re: [Qemu-devel] [PATCH v2 4/7] block: helper function, to find the base image of a chain

2012-09-25 Thread Eric Blake
On 09/25/2012 10:29 AM, Jeff Cody wrote: This is a simple helper function, that will return the base image of a given image chain. Signed-off-by: Jeff Cody jc...@redhat.com --- block.c | 16 block.h | 1 + 2 files changed, 17 insertions(+) Bikeshed question: Any reason

Re: [Qemu-devel] [PATCH v2 4/7] block: helper function, to find the base image of a chain

2012-09-25 Thread Jeff Cody
On 09/25/2012 03:13 PM, Eric Blake wrote: On 09/25/2012 10:29 AM, Jeff Cody wrote: This is a simple helper function, that will return the base image of a given image chain. Signed-off-by: Jeff Cody jc...@redhat.com --- block.c | 16 block.h | 1 + 2 files changed, 17