Re: [Qemu-devel] [PATCH V8 3/5] Adding common definitions for VMWARE devices

2013-01-12 Thread Dmitry Fleytman
Agree. Done. On Fri, Jan 11, 2013 at 5:42 PM, Stefan Hajnoczi wrote: > On Fri, Jan 11, 2013 at 03:35:29PM +0200, Dmitry Fleytman wrote: > > Stefan, > > > > We have vmxnet2 implementation ready for submission as well, > > so this code is not dead :) > > Please add it when it's needed. > > Stefan

Re: [Qemu-devel] [PATCH V8 3/5] Adding common definitions for VMWARE devices

2013-01-11 Thread Stefan Hajnoczi
On Fri, Jan 11, 2013 at 03:35:29PM +0200, Dmitry Fleytman wrote: > Stefan, > > We have vmxnet2 implementation ready for submission as well, > so this code is not dead :) Please add it when it's needed. Stefan

Re: [Qemu-devel] [PATCH V8 3/5] Adding common definitions for VMWARE devices

2013-01-11 Thread Dmitry Fleytman
Stefan, We have vmxnet2 implementation ready for submission as well, so this code is not dead :) Dmitry. On Mon, Jan 7, 2013 at 4:17 PM, Stefan Hajnoczi wrote: > On Fri, Dec 07, 2012 at 01:15:07PM +0200, Dmitry Fleytman wrote: > > diff --git a/hw/vmxnet_debug.h b/hw/vmxnet_debug.h > > new fil

Re: [Qemu-devel] [PATCH V8 3/5] Adding common definitions for VMWARE devices

2013-01-07 Thread Stefan Hajnoczi
On Fri, Dec 07, 2012 at 01:15:07PM +0200, Dmitry Fleytman wrote: > diff --git a/hw/vmxnet_debug.h b/hw/vmxnet_debug.h > new file mode 100644 > index 000..faa1431 > --- /dev/null > +++ b/hw/vmxnet_debug.h > @@ -0,0 +1,121 @@ > +/* > + * QEMU VMWARE VMXNET* paravirtual NICs - debugging facilities

[Qemu-devel] [PATCH V8 3/5] Adding common definitions for VMWARE devices

2012-12-07 Thread Dmitry Fleytman
Signed-off-by: Dmitry Fleytman Signed-off-by: Yan Vugenfirer --- hw/vmware_utils.h | 143 +++ hw/vmxnet_debug.h | 121 +++ hw/vmxnet_utils.c | 219 +++ hw/vmxnet_utils.h | 340