qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 1/2] rtl8139: add vlan tag insertion


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH v3 1/2] rtl8139: add vlan tag insertion
Date: Sat, 26 Feb 2011 18:51:03 +0200

On Sat, Feb 26, 2011 at 2:39 AM, Benjamin Poirier
<address@hidden> wrote:
> Add support to the emulated hardware to insert vlan tags in packets
> going from the guest to the network.
>
> Signed-off-by: Benjamin Poirier <address@hidden>
> Cc: Igor V. Kovalenko <address@hidden>
> Cc: Jason Wang <address@hidden>
> Cc: Michael S. Tsirkin <address@hidden>
> ---
>  hw/rtl8139.c |  123 
> +++++++++++++++++++++++++++++++++++++++++++++-------------
>  1 files changed, 96 insertions(+), 27 deletions(-)
>
> diff --git a/hw/rtl8139.c b/hw/rtl8139.c
> index a22530c..35ccd3d 100644
> --- a/hw/rtl8139.c
> +++ b/hw/rtl8139.c
> @@ -47,6 +47,8 @@
>  *                                  Darwin)
>  */
>
> +#include <net/ethernet.h>

This header is only available on Linux. Please remove.



reply via email to

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