From patchwork Sat Dec 17 13:31:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Aneesh Kumar K.V" X-Patchwork-Id: 131999 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 34F641007DC for ; Sun, 18 Dec 2011 00:31:56 +1100 (EST) Received: from localhost ([::1]:53380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbuMf-0008Qx-3Y for incoming@patchwork.ozlabs.org; Sat, 17 Dec 2011 08:31:49 -0500 Received: from eggs.gnu.org ([140.186.70.92]:58941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbuMZ-0008Qg-Gz for qemu-devel@nongnu.org; Sat, 17 Dec 2011 08:31:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbuMY-0005Gq-23 for qemu-devel@nongnu.org; Sat, 17 Dec 2011 08:31:43 -0500 Received: from e1.ny.us.ibm.com ([32.97.182.141]:43709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbuMX-0005Gc-Vk for qemu-devel@nongnu.org; Sat, 17 Dec 2011 08:31:42 -0500 Received: from /spool/local by e1.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 17 Dec 2011 08:31:38 -0500 Received: from d01relay03.pok.ibm.com (9.56.227.235) by e1.ny.us.ibm.com (192.168.1.101) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Sat, 17 Dec 2011 08:31:36 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBHDVZ7r311586; Sat, 17 Dec 2011 08:31:36 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBHDVZ5L001569; Sat, 17 Dec 2011 11:31:35 -0200 Received: from skywalker.linux.vnet.ibm.com ([9.124.94.203]) by d01av02.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id pBHDVUVx001271; Sat, 17 Dec 2011 11:31:32 -0200 From: "Aneesh Kumar K.V" To: Anthony Liguori , QEMU Developers , qemu-stable@nongnu.org User-Agent: Notmuch/0.10.2+102~g61445d1 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sat, 17 Dec 2011 19:01:29 +0530 Message-ID: <87y5ubjpe6.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 x-cbid: 11121713-6078-0000-0000-000005B9365E X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 32.97.182.141 Subject: [Qemu-devel] [PULL] VirtFS update X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi Anthony, This include a signed pull request. I guess you would require a recent git to use the gpg info. The following changes since commit 774d5c5b1604b8443a8e42048b370b6c95dbfc40: cris: Handle conditional stores on CRISv10 (2011-12-12 11:38:31 +0100) are available in the git repository at: git://repo.or.cz/qemu/v9fs.git tag for-anthony for you to fetch changes up to db6e84e6cbe728ea5dcecc62d40e4835ef2b1a4b: hw/9pfs: Use the correct signed type for different variables (2011-12-13 18:59:17 +0530) ---------------------------------------------------------------- Bug fix series. This should also be merged to 1.0 stable. ---------------------------------------------------------------- Aneesh Kumar K.V (1): hw/9pfs: Use the correct signed type for different variables Stefan Hajnoczi (1): hw/9pfs: replace iovec manipulation with QEMUIOVector fsdev/file-op-9p.h | 2 +- hw/9pfs/virtio-9p.c | 183 ++++++++++++++++++++------------------------------- hw/9pfs/virtio-9p.h | 2 +- trace-events | 8 +- 4 files changed, 77 insertions(+), 118 deletions(-) -aneesh