From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8yBX-0005cv-Nk for qemu-devel@nongnu.org; Mon, 03 May 2010 12:07:55 -0400 Received: from [140.186.70.92] (port=53373 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8yBU-0005bT-Ot for qemu-devel@nongnu.org; Mon, 03 May 2010 12:07:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8yBT-0006q1-5f for qemu-devel@nongnu.org; Mon, 03 May 2010 12:07:52 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:58492) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8yBT-0006pu-08 for qemu-devel@nongnu.org; Mon, 03 May 2010 12:07:51 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e4.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o43FtVhm012627 for ; Mon, 3 May 2010 11:55:31 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o43G7ntC163092 for ; Mon, 3 May 2010 12:07:49 -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 o43G7mxC009101 for ; Mon, 3 May 2010 12:07:49 -0400 Message-ID: <4BDEF4D2.5090302@linux.vnet.ibm.com> Date: Mon, 03 May 2010 11:07:46 -0500 From: Anthony Liguori MIME-Version: 1.0 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops(). List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshiaki Tamura Cc: ohmura.kei@lab.ntt.co.jp, kvm@vger.kernel.org, mtosatti@redhat.com, Anthony Liguori , qemu-devel@nongnu.org, yoshikawa.takuya@oss.ntt.co.jp, Avi Kivity 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 >>>