All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: "Roger Pau Monné" <roger.pau@citrix.com>
Cc: xen-devel@lists.xenproject.org,
	Anthony Liguori <aliguori@us.ibm.com>,
	qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [Qemu-devel] [PATCH v2 2/3] tap-bsd: implement a FreeBSD only version of tap_open
Date: Wed, 23 Jul 2014 15:03:30 +0100	[thread overview]
Message-ID: <alpine.DEB.2.02.1407231500570.2293@kaball.uk.xensource.com> (raw)
In-Reply-To: <53CFC011.8020809@citrix.com>

[-- Attachment #1: Type: text/plain, Size: 1905 bytes --]

On Wed, 23 Jul 2014, Roger Pau Monné wrote:
> On 22/07/14 14:26, Stefano Stabellini wrote:
> > On Tue, 22 Jul 2014, Roger Pau Monné wrote:
> >> On 27/05/14 15:29, Stefan Hajnoczi wrote:
> >>> On Fri, May 23, 2014 at 05:57:48PM +0200, Roger Pau Monne wrote:
> >>>> The current behaviour of tap_open for BSD systems differ greatly from
> >>>> it's Linux counterpart. Since FreeBSD supports interface renaming and
> >>>> tap device cloning by opening /dev/tap, implement a FreeBSD specific
> >>>> version of tap_open that behaves like it's Linux counterpart.
> >>>>
> >>>> This is specially important for toolstacks that use Qemu (like Xen
> >>>> libxl), in order to have a unified behaviour across suported
> >>>> platforms.
> >>>>
> >>>> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> >>>> Cc: xen-devel@lists.xenproject.org
> >>>> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> >>>> Cc: Anthony Liguori <aliguori@us.ibm.com>
> >>>> Cc: Stefan Hajnoczi <stefanha@redhat.com>
> >>>> ---
> >>>>  net/tap-bsd.c |   70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
> >>>>  1 files changed, 69 insertions(+), 1 deletions(-)
> >>>
> >>> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
> >>
> >> I still don't see this committed to the repository, should I ping someone?
> > 
> > I was assuming that this patch would go via some other tree.  But if
> > Stefan is OK I could pick it up and submit a pull request for both patch
> > 1 and 2 of this series.
> 
> Would you do the backport of those three patches (one is already
> committed as e02bc6) to the qemu-xen repo at the same time, or would you
> like me to remind you about this in a month or so?
> 
> I would really like to have all this patches in Xen 4.5 if possible.

I should remember when I'll send a pull request (when 2.1 will be
out). But please remind me if I'll forget.

  reply	other threads:[~2014-07-23 14:04 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23 15:57 [Qemu-devel] [PATCH v2 0/3] qemu-freebsd: fixes for running Xen guests Roger Pau Monne
2014-05-23 15:57 ` [Qemu-devel] [PATCH v2 1/3] xen: fix usage of ENODATA Roger Pau Monne
2014-05-27 17:18   ` Stefano Stabellini
     [not found]   ` <alpine.DEB.2.02.1405271816100.4779@kaball.uk.xensource.com>
2014-05-27 17:26     ` Roger Pau Monné
     [not found]     ` <5384CADF.8020003@citrix.com>
2014-05-28 11:28       ` [Qemu-devel] " Stefano Stabellini
2014-05-23 15:57 ` Roger Pau Monne
2014-05-23 15:57 ` [Qemu-devel] [PATCH v2 2/3] tap-bsd: implement a FreeBSD only version of tap_open Roger Pau Monne
2014-05-23 15:57   ` Roger Pau Monne
2014-05-27 13:29   ` Stefan Hajnoczi
2014-07-22 11:46     ` [Qemu-devel] " Roger Pau Monné
2014-07-22 11:46       ` Roger Pau Monné
2014-07-22 12:26       ` Stefano Stabellini
2014-07-22 12:26       ` [Qemu-devel] " Stefano Stabellini
2014-07-23 10:38         ` Stefan Hajnoczi
2014-07-23 10:38         ` Stefan Hajnoczi
2014-07-23 14:00         ` Roger Pau Monné
2014-07-23 14:03           ` Stefano Stabellini [this message]
2014-07-23 14:03           ` Stefano Stabellini
2014-07-23 14:00         ` Roger Pau Monné
2014-05-23 15:57 ` [PATCH v2 3/3] serial: poll the serial console with G_IO_HUP Roger Pau Monne
2014-05-23 15:57 ` [Qemu-devel] " Roger Pau Monne
2014-06-13 15:35   ` Roger Pau Monné
2014-06-13 15:35   ` [Qemu-devel] " Roger Pau Monné
2014-06-30 11:00     ` Roger Pau Monné
2014-06-30 11:00     ` Roger Pau Monné
2014-06-30 12:23       ` Paolo Bonzini
2014-06-30 12:23       ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.02.1407231500570.2293@kaball.uk.xensource.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=roger.pau@citrix.com \
    --cc=stefanha@redhat.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.