qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1.0 0/2] Fix compilation of 9pfs on old systems


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 1.0 0/2] Fix compilation of 9pfs on old systems
Date: Mon, 21 Nov 2011 18:21:42 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

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(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]