Re: [Qemu-devel] [PATCH 08/17] linux-user: fix fallocate

2012-04-16 Thread Alexander Graf
On 06.04.2012, at 18:35, riku.voi...@linaro.org wrote: > From: Alexander Graf > > Fallocate gets off_t parameters passed in, so we should also read them out > accordingly. > > Signed-off-by: Alexander Graf > > --- > > v1 -> v2: > > - unbreak 64-bit guests > > Signed-off-by: Riku Voipio

[Qemu-devel] [PATCH 08/17] linux-user: fix fallocate

2012-04-06 Thread riku . voipio
From: Alexander Graf Fallocate gets off_t parameters passed in, so we should also read them out accordingly. Signed-off-by: Alexander Graf --- v1 -> v2: - unbreak 64-bit guests Signed-off-by: Riku Voipio --- linux-user/syscall.c |5 + 1 files changed, 5 insertions(+), 0 deletion