Re: [Qemu-devel] [PATCH v2 1/1] qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION

2015-02-02 Thread Kevin Wolf
Am 09.01.2015 um 16:17 hat Don Slutz geschrieben: > This is the same way vl.c handles this. > > Signed-off-by: Don Slutz Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH v2 1/1] qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION

2015-01-28 Thread Don Slutz
Ping. On 01/09/15 11:21, Eric Blake wrote: > On 01/09/2015 08:17 AM, Don Slutz wrote: >> This is the same way vl.c handles this. >> >> Signed-off-by: Don Slutz >> --- >> qemu-img.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Eric Blake > >> >> diff --git a/qemu-i

Re: [Qemu-devel] [PATCH v2 1/1] qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION

2015-01-09 Thread Eric Blake
On 01/09/2015 08:17 AM, Don Slutz wrote: > This is the same way vl.c handles this. > > Signed-off-by: Don Slutz > --- > qemu-img.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake > > diff --git a/qemu-img.c b/qemu-img.c > index 7876258..b6e9220 100644 > --- a/

[Qemu-devel] [PATCH v2 1/1] qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION

2015-01-09 Thread Don Slutz
This is the same way vl.c handles this. Signed-off-by: Don Slutz --- qemu-img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-img.c b/qemu-img.c index 7876258..b6e9220 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -35,7 +35,7 @@ #include "block/qapi.h" #include -#de