qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v9 3/5] Adding common definitions for VMWARE devices
Date: Wed, 16 Jan 2013 16:24:36 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 0000000..a591ee5
> --- /dev/null
> +++ b/eth.c
> @@ -0,0 +1,219 @@
> +/*
> + * QEMU network structures definitions and helper functions
> + *
> + * Copyright (c) 2012 Ravello Systems LTD (http://ravellosystems.com)
> + *
> + * Developed by Daynix Computing LTD (http://www.daynix.com)
> + *
> + * Authors:
> + * Dmitry Fleytman <address@hidden>
> + * Tamir Shomer <address@hidden>
> + * Yan Vugenfirer <address@hidden>
> + *
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
> + *
> + */
> +
> +//#include "hw.h"

Please remove this commented-out line.

> diff --git a/include/qemu/eth.h b/include/qemu/eth.h
> new file mode 100644
> index 0000000..b806fb4
> --- /dev/null
> +++ b/include/qemu/eth.h
> @@ -0,0 +1,338 @@
> +/*
> + * QEMU network structures definitions and helper functions
> + *
> + * Copyright (c) 2012 Ravello Systems LTD (http://ravellosystems.com)
> + *
> + * Developed by Daynix Computing LTD (http://www.daynix.com)
> + *
> + * Authors:
> + * Dmitry Fleytman <address@hidden>
> + * Tamir Shomer <address@hidden>
> + * Yan Vugenfirer <address@hidden>
> + *
> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.
> + *
> + */

Please indicate where these header definitions come from and how they
are licensed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]