From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe7P-0000Ph-SF for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:21:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSe7O-0002yD-Nb for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:21:47 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:44749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe7O-0002wN-I7 for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:21:46 -0500 Received: by mail-gx0-f173.google.com with SMTP id b1so2127633ggn.4 for ; Mon, 21 Nov 2011 16:21:46 -0800 (PST) Message-ID: <4ECAEB16.3070102@codemonkey.ws> Date: Mon, 21 Nov 2011 18:21:42 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321634138-24687-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1321634138-24687-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.0 0/2] Fix compilation of 9pfs on old systems List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: erik.rull@rdsoftware.de, qemu-devel@nongnu.org On 11/18/2011 10:35 AM, Paolo Bonzini wrote: > Old systems do not have AT_REMOVEDIR, and 9pfs fails to compile > on them. Patch 2 fixes that, patch 1 actually let me test it > on Linux. :) > > Probably the same push-down should be done also for open(2) flags, > for consistency. For example, some systems may not have O_DIRECTORY. > However, this would be a much larger work, so I'm sticking with the > easy bits for now. Applied. Thanks. Regards, Anthony Liguori > > Paolo Bonzini (2): > 9p: allow compiling the dummy virtio-9p-handle.c code on Linux > 9p: pass dotl flags to the unlinkat method > > hw/9pfs/virtio-9p-handle.c | 15 +++++++++++++-- > hw/9pfs/virtio-9p.c | 10 ---------- > 2 files changed, 13 insertions(+), 12 deletions(-) >