From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj22H-0007Nn-BP for qemu-devel@nongnu.org; Fri, 17 Apr 2015 04:54:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yj22G-00069u-9R for qemu-devel@nongnu.org; Fri, 17 Apr 2015 04:54:05 -0400 Received: from [59.151.112.132] (port=39529 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yj22F-00069e-Nk for qemu-devel@nongnu.org; Fri, 17 Apr 2015 04:54:04 -0400 From: Chen Fan Date: Fri, 17 Apr 2015 16:53:10 +0800 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [RFC 0/3] add support migration with passthrough device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: libvir-list@redhat.com Cc: izumi.taku@jp.fujitsu.com, qemu-devel@nongnu.org the patches is for libvirt to support migration with passthrough device using existing feacture. Chen Fan (3): qemu-agent: add guest-network-set-interface command qemu-agent: add guest-network-delete-interface command qemu-agent: add notify for qemu-ga boot configure | 16 +++ qga/commands-posix.c | 312 +++++++++++++++++++++++++++++++++++++++++++++++++++ qga/commands-win32.c | 13 +++ qga/main.c | 13 +++ qga/qapi-schema.json | 65 +++++++++++ 5 files changed, 419 insertions(+) -- 1.9.3