From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1Xki-0002Hh-GD for qemu-devel@nongnu.org; Tue, 01 Nov 2016 08:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1Xkf-0005qD-Ew for qemu-devel@nongnu.org; Tue, 01 Nov 2016 08:01:16 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:47050 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1Xkf-0005pg-A3 for qemu-devel@nongnu.org; Tue, 01 Nov 2016 08:01:13 -0400 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uA1Bx1fZ094467 for ; Tue, 1 Nov 2016 08:01:10 -0400 Received: from e06smtp13.uk.ibm.com (e06smtp13.uk.ibm.com [195.75.94.109]) by mx0b-001b2d01.pphosted.com with ESMTP id 26eqtv2fys-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 01 Nov 2016 08:01:10 -0400 Received: from localhost by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Nov 2016 12:01:08 -0000 From: Greg Kurz Date: Tue, 1 Nov 2016 13:00:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <1478001656-5766-1-git-send-email-groug@kaod.org> Subject: [Qemu-devel] [PULL v2 for-2.8 0/7] 9p patches for 2.8 20161030 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Aneesh Kumar K.V" , Greg Kurz The following changes since commit 02ba9265e8d65f24d0cdca158d96e0b0451f6b71: migration: fix compiler warning on uninitialized variable (2016-11-01 09:31:53 +0000) are available in the git repository at: https://github.com/gkurz/qemu.git tags/for-upstream for you to fetch changes up to 79decce35b4d769fa878b048ab1a7b3e9045c9c6: 9pfs: drop excessive error message from virtfs_reset() (2016-11-01 12:03:03 +0100) ---------------------------------------------------------------- This pull request mostly contains some more fixes to prevent buggy guests from breaking QEMU. v2: - added missing SoB tags - rebased ---------------------------------------------------------------- Greg Kurz (4): 9pfs: limit xattr size in xattrcreate 9pfs: xattrcreate requires non-opened fids 9pfs: don't BUG_ON() if fid is already opened 9pfs: drop excessive error message from virtfs_reset() Li Qiang (3): 9pfs: add xattrwalk_fid field in V9fsXattr struct 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t 9pfs: fix integer overflow issue in xattr read/write hw/9pfs/9p.c | 80 +++++++++++++++++++++++++++++----------------------- hw/9pfs/9p.h | 5 ++-- hw/9pfs/trace-events | 2 +- 3 files changed, 49 insertions(+), 38 deletions(-) -- 2.5.5