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
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
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:
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
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 ++