Re: [Qemu-devel] [PATCH 4/5] vmdk: change magic number to macro

2013-04-19 Thread Stefan Hajnoczi
On Fri, Apr 19, 2013 at 11:48:44AM +0800, Fam Zheng wrote: From: Feiran Zheng feiran.zh...@emc.com Two hard coded flag bits are changed to macros. Signed-off-by: Fam Zheng f...@redhat.com --- block/vmdk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[Qemu-devel] [PATCH 4/5] vmdk: change magic number to macro

2013-04-18 Thread Fam Zheng
From: Feiran Zheng feiran.zh...@emc.com Two hard coded flag bits are changed to macros. Signed-off-by: Fam Zheng f...@redhat.com --- block/vmdk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/block/vmdk.c b/block/vmdk.c index 827b35b..5daa9f2 100644 --- a/block/vmdk.c