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

2013-01-22 Thread Dmitry Fleytman
On Tue, Jan 22, 2013 at 11:02 AM, Stefan Hajnoczi wrote: > On Mon, Jan 21, 2013 at 02:16:35PM +0200, Dmitry Fleytman wrote: > > I've checked origin of headers, some of them are self-made, other came > from > > following places: > > 1. file rtl8139.c from QEMU codebase > > 2. /usr/include/n

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

2013-01-22 Thread Stefan Hajnoczi
On Mon, Jan 21, 2013 at 02:16:35PM +0200, Dmitry Fleytman wrote: > I've checked origin of headers, some of them are self-made, other came from > following places: > 1. file rtl8139.c from QEMU codebase > 2. /usr/include/netinet/ip6.h from glibc > 3. /usr/include/netinet/in.h from glibc

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

2013-01-21 Thread Dmitry Fleytman
Hello Stefan I've checked origin of headers, some of them are self-made, other came from following places: 1. file rtl8139.c from QEMU codebase 2. /usr/include/netinet/ip6.h from glibc 3. /usr/include/netinet/in.h from glibc How should we indicate this? Should we add something like:

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

2013-01-16 Thread Stefan Hajnoczi
On Sat, Jan 12, 2013 at 06:09:44PM +0200, Dmitry Fleytman wrote: > diff --git a/eth.c b/eth.c > new file mode 100644 > index 000..a591ee5 > --- /dev/null > +++ b/eth.c > @@ -0,0 +1,219 @@ > +/* > + * QEMU network structures definitions and helper functions > + * > + * Copyright (c) 2012 Ravello

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

2013-01-12 Thread Dmitry Fleytman
Signed-off-by: Dmitry Fleytman Signed-off-by: Yan Vugenfirer --- Makefile.objs | 1 + eth.c | 219 ++ hw/vmware_utils.h | 143 +++ hw/vmxnet_debug.h | 115 ++ include/qemu/eth.h | 338 ++