qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH 3/4] Move CONFIG_XFS handling to meson.build


From: Paolo Bonzini
Subject: Re: [PATCH 3/4] Move CONFIG_XFS handling to meson.build
Date: Tue, 2 Nov 2021 12:50:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

On 02/11/21 12:38, Thomas Huth wrote:


struct dioattr {
         u32           d_mem;          /* data buffer memory alignment */
         u32           d_miniosz;      /* min xfer size                */
         u32           d_maxiosz;      /* max xfer size                */
};

#define XFS_IOC_DIOINFO        _IOR ('X', 30, struct dioattr)

I thought about something like that, too, but I'm not sure whether xfs/xfs.h exists on some non-Linux systems, too and might be implemented differently there?

In theory on IRIX XFS exists, but I'm not sure about xfs/xfs.h and anyway we don't support it.

Paolo




reply via email to

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