From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2P4Q-000637-7q for qemu-devel@nongnu.org; Tue, 28 Feb 2012 10:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2P43-0001ze-Gk for qemu-devel@nongnu.org; Tue, 28 Feb 2012 10:34:29 -0500 Received: from e9.ny.us.ibm.com ([32.97.182.139]:50732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2P43-0001mk-DR for qemu-devel@nongnu.org; Tue, 28 Feb 2012 10:34:07 -0500 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Feb 2012 10:33:41 -0500 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 1CB826E8083 for ; Tue, 28 Feb 2012 10:33:16 -0500 (EST) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1SFXGLI253338 for ; Tue, 28 Feb 2012 10:33:16 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1SFXG1D003623 for ; Tue, 28 Feb 2012 10:33:16 -0500 Message-ID: <4F4CF3BB.9000307@us.ibm.com> Date: Tue, 28 Feb 2012 09:33:15 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1330278288-25483-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1330278288-25483-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: qemu-devel@nongnu.org On 02/26/2012 11:44 AM, Aneesh Kumar K.V wrote: > Hi Anthony, > > Please pull the below VirtFS update > > -aneesh > > The following changes since commit 235fe3bfd46b1104575b540d0bc3fdf584030b99: > > qom: add test tools (2012-02-22 12:18:26 -0600) > > are available in the git repository at: > > git://github.com/kvaneesh/QEMU.git for-upstream > > for you to fetch changes up to 67d6fa53629f1eb3401974d740310c10e03fa1c9: > > hw/9pfs: Endian fixes for virtfs (2012-02-24 14:01:19 +0530) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > Benjamin Herrenschmidt (1): > hw/9pfs: Endian fixes for virtfs > > Meador Inge (1): > ./configure: add option for disabling VirtFS > > Makefile | 2 ++ > configure | 25 +++++++++++++++++++------ > hw/9pfs/virtio-9p.c | 8 +++++--- > 3 files changed, 26 insertions(+), 9 deletions(-) > > >