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

2011-11-21 Thread Anthony Liguori
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

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

2011-11-18 Thread Paolo Bonzini
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