All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lei Li <lilei@linux.vnet.ibm.com>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>, mohan@in.ibm.com
Subject: Re: [Qemu-devel] [PATCH resend 0/6 RFC] Provide common methods for exchange FD
Date: Thu, 16 Jan 2014 17:26:00 +0800	[thread overview]
Message-ID: <52D7A5A8.4020606@linux.vnet.ibm.com> (raw)
In-Reply-To: <1389172376-30636-1-git-send-email-lilei@linux.vnet.ibm.com>

Any comments?

On 01/08/2014 05:12 PM, Lei Li wrote:
> This patch series tries to refactor the functions used for
> exchange of FD in current code, provide common methods
> for it.
>
> The series is based on the localhost migration with side channel
> for ram series as it was already a good shape. But if you want
> to merge this first, I'll get rid of the migration part.
>
> I just tested page flipping migration, and tap/bridge-helper a
> bit, but have some environment problem on proxy fs driver. So
> it'd be appreciated if someone could help on verifying whether
> it has impact on it. :)
>
> Please let me know if there is anything needs to be improved.
>
> Thanks.
>
>
> Lei Li (6):
>    fd-exchange: provide common methods for exchange of fd
>    qemu-bridge-helper: replace send_fd with qemu_send_with_fd
>    net/tap: replace recv_fd with qemu_recv_with_fd
>    virtfs-proxy-helper: replace send_fd with qemu_send_with_fd
>    virtio-9p-proxy: replace v9fs_receivefd with qemu_recv_with_fd
>    migration-local: replace send_pipefd with qemu_send_with_fd
>
>   Makefile                    |    2 +-
>   fsdev/virtfs-proxy-helper.c |   51 ++++-------------------
>   hw/9pfs/virtio-9p-proxy.c   |   60 +-------------------------
>   hw/9pfs/virtio-9p-proxy.h   |    5 --
>   include/qemu/fd-exchange.h  |   25 +++++++++++
>   migration-local.c           |   52 +----------------------
>   net/tap.c                   |   40 +----------------
>   qemu-bridge-helper.c        |   31 +------------
>   util/Makefile.objs          |    1 +
>   util/qemu-fd-exchange.c     |   97 +++++++++++++++++++++++++++++++++++++++++++
>   10 files changed, 144 insertions(+), 220 deletions(-)
>   create mode 100644 include/qemu/fd-exchange.h
>   create mode 100644 util/qemu-fd-exchange.c
>
>


-- 
Lei

  parent reply	other threads:[~2014-01-16  9:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-08  9:12 [Qemu-devel] [PATCH resend 0/6 RFC] Provide common methods for exchange FD Lei Li
2014-01-08  9:12 ` [Qemu-devel] [PATCH 1/6] qemu-fd-exchange: provide common methods for exchange fd Lei Li
2014-01-16 15:16   ` Eric Blake
2014-01-17  3:40     ` Lei Li
2014-01-16 15:26   ` Eric Blake
2014-01-17  3:41     ` Lei Li
2014-01-17 10:02   ` Daniel P. Berrange
2014-01-20  1:50     ` Lei Li
2014-01-08  9:12 ` [Qemu-devel] [PATCH 2/6] qemu-bridge-helper: replace send_fd with qemu_send_with_fd Lei Li
2014-01-08  9:12 ` [Qemu-devel] [PATCH 3/6] net/tap: replace recv_fd with qemu_recv_with_fd Lei Li
2014-01-08  9:12 ` [Qemu-devel] [PATCH 4/6] virtfs-proxy-helper: replace send_fd with qemu_send_with_fd Lei Li
2014-01-16 10:15   ` Daniel P. Berrange
2014-01-17  3:40     ` Lei Li
2014-01-08  9:12 ` [Qemu-devel] [PATCH 5/6] virtio-9p-proxy: replace v9fs_receivefd with qemu_recv_with_fd Lei Li
2014-01-16 10:16   ` Daniel P. Berrange
2014-01-17  3:40     ` Lei Li
2014-01-08  9:12 ` [Qemu-devel] [PATCH 6/6] migration-local: replace send_pipefd with qemu_send_with_fd Lei Li
2014-01-16  9:26 ` Lei Li [this message]
2014-01-16 10:17 ` [Qemu-devel] [PATCH resend 0/6 RFC] Provide common methods for exchange FD Daniel P. Berrange

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=52D7A5A8.4020606@linux.vnet.ibm.com \
    --to=lilei@linux.vnet.ibm.com \
    --cc=mohan@in.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.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.