Re: [Qemu-devel] [PATCH 1/4] linux-user: Add support for sysfs() syscall

2016-10-04 Thread Aleksandar Markovic
Hello, Peter I truly appreciate your review. The reason for this patch is LTP only, as far as I know. I will address all your other concerns in the next version of the patch. Thanks, Aleksandar From: Peter Maydell [peter.mayd...@linaro.org] Sent: Tuesda

Re: [Qemu-devel] [PATCH 1/4] linux-user: Add support for sysfs() syscall

2016-10-04 Thread Peter Maydell
On 4 October 2016 at 11:05, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > This patch implements Qemu user mode sysfs() syscall support. > > Syscall sysfs() involves returning information about the filesystem types > currently present in the kernel, and can operate in three distinct f

[Qemu-devel] [PATCH 1/4] linux-user: Add support for sysfs() syscall

2016-10-04 Thread Aleksandar Markovic
From: Aleksandar Markovic This patch implements Qemu user mode sysfs() syscall support. Syscall sysfs() involves returning information about the filesystem types currently present in the kernel, and can operate in three distinct flavors, depending on its first argument. Its specific is that its