Re: [Qemu-devel] [PATCH 11/16] linux-user: support ioprio_{get, set} syscalls

2014-06-20 Thread Riku Voipio
On Sun, Jun 15, 2014 at 05:18:28PM +0100, Paul Burton wrote: > Add support for the ioprio_get & ioprio_set syscalls, allowing their > use by target programs. > > Signed-off-by: Paul Burton > --- > linux-user/syscall.c | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/

[Qemu-devel] [PATCH 11/16] linux-user: support ioprio_{get, set} syscalls

2014-06-15 Thread Paul Burton
Add support for the ioprio_get & ioprio_set syscalls, allowing their use by target programs. Signed-off-by: Paul Burton --- linux-user/syscall.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 0830205..c7f176a 100644 --- a