From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops(). Date: Mon, 03 May 2010 11:07:46 -0500 Message-ID: <4BDEF4D2.5090302@linux.vnet.ibm.com> References: <1271829445-5328-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> <1271829445-5328-6-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> <4BD0A35E.8000205@linux.vnet.ibm.com> <4BD11604.3060309@lab.ntt.co.jp> <4BD19F12.2020004@linux.vnet.ibm.com> <4BD1A52C.1090406@redhat.com> <4BDEBC09.5020501@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org, Anthony Liguori , mtosatti@redhat.com, ohmura.kei@lab.ntt.co.jp, yoshikawa.takuya@oss.ntt.co.jp To: Yoshiaki Tamura Return-path: Received: from e3.ny.us.ibm.com ([32.97.182.143]:38698 "EHLO e3.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753448Ab0ECQHy (ORCPT ); Mon, 3 May 2010 12:07:54 -0400 Received: from d01relay07.pok.ibm.com (d01relay07.pok.ibm.com [9.56.227.147]) by e3.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o43FtKpM012342 for ; Mon, 3 May 2010 11:55:20 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay07.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o43G7nMm1769594 for ; Mon, 3 May 2010 12:07:52 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o43G7mxK009101 for ; Mon, 3 May 2010 12:07:49 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 05/03/2010 10:36 AM, Yoshiaki Tamura wrote: > > Great! > I also wanted to test with 10GE but I'm physically away from my office > now, and can't set up the test environment. I'll measure the numbers > w/ 10GE next week. > > BTW, I was thinking to write a patch to separate threads for both > sender and receiver of migration. Kemari especially needs a separate > thread receiver, so that monitor can accepts commands from other HA > tools. Is someone already working on this? If not, I would add it to > my task list :-) > So far, no one (to my knowledge at least), is working on this. Regards, Anthony Liguori > Thanks, > > Yoshi > > >> Regards, >> >> Anthony Liguori >> >> >>> Thanks, >>> >>> Yoshi >>>