Re: [Qemu-devel] getdents patch for 64-bit app on 32-bit host

2018-04-17 Thread Thomas Huth
On 17.04.2018 23:53, Henry Wertz wrote: > Please find submitted a patch for getdents (this system call stands for > "get directory entries", it is passed a file descriptor pointing to a > directory and returns a struct with info on the entries in that > directory.) This patch is against qemu-2.10

[Qemu-devel] getdents patch for 64-bit app on 32-bit host

2018-04-17 Thread Henry Wertz
Please find submitted a patch for getdents (this system call stands for "get directory entries", it is passed a file descriptor pointing to a directory and returns a struct with info on the entries in that directory.) This patch is against qemu-2.10 series but continues to apply cleanly on current