From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqKe3-0000HZ-7P for qemu-devel@nongnu.org; Wed, 13 Apr 2016 09:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqKdz-0006yp-1W for qemu-devel@nongnu.org; Wed, 13 Apr 2016 09:15:47 -0400 Received: from e06smtp09.uk.ibm.com ([195.75.94.105]:48696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqKdy-0006yl-NL for qemu-devel@nongnu.org; Wed, 13 Apr 2016 09:15:42 -0400 Received: from localhost by e06smtp09.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 13 Apr 2016 14:15:40 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 1F4F517D805F for ; Wed, 13 Apr 2016 14:16:01 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u3DDFGPE4784434 for ; Wed, 13 Apr 2016 13:15:16 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u3DDFGe8002397 for ; Wed, 13 Apr 2016 07:15:16 -0600 From: Greg Kurz Date: Wed, 13 Apr 2016 15:15:13 +0200 Message-ID: <20160413131513.31708.89296.stgit@bahia.huguette.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH for-2.7 0/2] 9p: cleanup in #include directives List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: qemu-devel@nongnu.org, Michael Fritscher The recent RFC patch to bring 9p support to Windows hosts unveiled some nits. These two patches are preliminary cleanup. Michael, I'd like you to carry these patches in your patchset. Please rebase your current work on top of them. Thanks. --- Greg Kurz (2): 9p: don't include 9p: some more cleanup in #include directives fsdev/9p-iov-marshal.c | 1 - fsdev/9p-marshal.c | 1 - fsdev/file-op-9p.h | 2 +- hw/9pfs/9p-synth.c | 4 +--- hw/9pfs/virtio-9p-device.c | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) -- Greg