Re: [Qemu-devel] [PATCH 2/2] net/vmxnet3: remove redundant VMW_SHPRN(...) definition

2015-12-04 Thread Eric Blake
On 12/04/2015 02:19 AM, Miao Yan wrote: > Macro VMW_SHPRN(...) is already defined vmxnet3_debug.h, > so remove the duplication > > Signed-off-by: Miao Yan > --- > hw/net/vmware_utils.h | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) Reviewed-by: Eric Blake > > diff --git a/hw/net

[Qemu-devel] [PATCH 2/2] net/vmxnet3: remove redundant VMW_SHPRN(...) definition

2015-12-04 Thread Miao Yan
Macro VMW_SHPRN(...) is already defined vmxnet3_debug.h, so remove the duplication Signed-off-by: Miao Yan --- hw/net/vmware_utils.h | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/net/vmware_utils.h b/hw/net/vmware_utils.h index 1099df6..c2c2f90 100644 --- a/hw/net/vm