From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfa1Q-00042N-0V for qemu-devel@nongnu.org; Tue, 27 Dec 2011 11:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rfa1O-00045S-Tn for qemu-devel@nongnu.org; Tue, 27 Dec 2011 11:37:03 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:37727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfa1O-00045G-NF for qemu-devel@nongnu.org; Tue, 27 Dec 2011 11:37:02 -0500 Received: by ggnk1 with SMTP id k1so9365139ggn.4 for ; Tue, 27 Dec 2011 08:37:02 -0800 (PST) Message-ID: <4EF9F42A.1070608@codemonkey.ws> Date: Tue, 27 Dec 2011 10:36:58 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1324454275-17441-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1324454275-17441-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 12/21/2011 01:57 AM, Aneesh Kumar K.V wrote: > Hi Anthony, > > This is the updated pull request after moving the repo to github. I added two > patches to the series. The signed tag for-anthony is updated with updated info > > The following changes since commit 3799ce4ab64f578eb818689a276e4f0c73d01fb5: > > sd: Remember to reset .expecting_acmd on reset. (2011-12-21 05:04:21 +0100) > > are available in the git repository at: > > git://github.com/kvaneesh/QEMU.git for-upstream > > for you to fetch changes up to 058a96ed506d77714bcce3d69b351e364078c080: > > scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations. (2011-12-21 12:37:23 +0530) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > (from the branch description for for-upstream local branch) > > branch for landing changes for upstream merge > > ---------------------------------------------------------------- > Aneesh Kumar K.V (2): > hw/9pfs: Use the correct signed type for different variables > hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values. > > Harsh Prateek Bora (1): > scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations. > > Stefan Hajnoczi (1): > hw/9pfs: replace iovec manipulation with QEMUIOVector > > fsdev/file-op-9p.h | 2 +- > hw/9pfs/virtio-9p.c | 230 +++++++++++++++---------------------- > hw/9pfs/virtio-9p.h | 2 +- > scripts/analyse-9p-simpletrace.py | 75 ++++++++++++- > trace-events | 8 +- > 5 files changed, 174 insertions(+), 143 deletions(-) > > > > >