qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] fix network interface tap backend


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] fix network interface tap backend
Date: Sun, 7 Aug 2011 09:54:55 +0000

On Mon, Jul 25, 2011 at 9:03 AM, Christoph Egger
<address@hidden> wrote:
> On 07/23/11 18:17, Anthony Liguori wrote:
>>
>> On 06/17/2011 03:56 AM, Christoph Egger wrote:
>>>
>>> Fix network interface tap backend work on NetBSD.
>>> It uses an ioctl to get the tap name.
>>>
>>>  From Manuel Bouyer<address@hidden>
>>> Signed-off-by: Christoph Egger<address@hidden>
>>>
>>> diff --git a/net/tap-bsd.c b/net/tap-bsd.c
>>> index 2f3efde..577aafe 100644
>>> --- a/net/tap-bsd.c
>>> +++ b/net/tap-bsd.c
>>> @@ -28,6 +28,8 @@
>>> #include "qemu-error.h"
>>>
>>> #ifdef __NetBSD__
>>> +#include<sys/ioctl.h>
>>
>> Your mailer munged this patch.
>
> ... or by the MS Exchange Server.
>
> Resending the patch as attachment, the only one
> way I have that works for everyone. Sorry.

Please attach the whole commit for example from 'git show', instead of
just the diff. That can be fed to 'git am' directly. Now I had to
combine the lines below and the patch by hand.

Thanks, applied.

> Fix network interface tap backend work on NetBSD.
> It uses an ioctl to get the tap name.
>
>   From Manuel Bouyer<address@hidden>
> Signed-off-by: Christoph Egger<address@hidden>
>
> --
> ---to satisfy European Law for business letters:
> Advanced Micro Devices GmbH
> Einsteinring 24, 85689 Dornach b. Muenchen
> Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
> Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
> Registergericht Muenchen, HRB Nr. 43632
>



reply via email to

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