On Sat, 22 Dec 2018 12:34:02 +0000 Ian Campbell <i...@debian.org> wrote:
> > Package: qemu-user-static > > Version: 1:2.12+dfsg-3+b1
> > While working on a new qcontrol package, using a cross-schroot via > > qemu-arm-static on an amd64 host, I noticed that globs did not appear to be
So, as one of qemu developers put it, this looks like not an easy one. looks like the "ext4 puts 64 bit hashes into its directory offsets, which means QEMU can't emulate a guest syscall that wants a 32-bit offset" Fix is to use something other than ext4 on the host Or to get the host kernel folks to add a new API so we can ask it for a 32-bit offset; there's a thread on the list about this Here's the discussion thread (on LKML and on QEMU lists): https://lkml.org/lkml/2018/12/27/155 Thanks, /mjt