Re: [Qemu-devel] [PATCH 1/2] alpha-linux-user: Fix umount syscall numbers

2013-09-09 Thread Riku Voipio
Hi, On Mon, Aug 26, 2013 at 01:26:11PM -0700, Richard Henderson wrote: > Ping. Sorry for the delay, adding it to the next pull request. Riku > On 08/16/2013 11:24 PM, Richard Henderson wrote: > > Ping. > > > > r~ > > > > > > On 07/24/2013 12:50 PM, Richard Henderson wrote: > >> It has been p

Re: [Qemu-devel] [PATCH 1/2] alpha-linux-user: Fix umount syscall numbers

2013-08-26 Thread Richard Henderson
Ping. r~ On 08/16/2013 11:24 PM, Richard Henderson wrote: > Ping. > > r~ > > > On 07/24/2013 12:50 PM, Richard Henderson wrote: >> It has been pointed out on LKML that the alpha umount syscall numbers >> are named wrong, and a patch to rectify that has been posted for 3.11. >> >> Glibc works a

Re: [Qemu-devel] [PATCH 1/2] alpha-linux-user: Fix umount syscall numbers

2013-08-16 Thread Richard Henderson
Ping. r~ On 07/24/2013 12:50 PM, Richard Henderson wrote: > It has been pointed out on LKML that the alpha umount syscall numbers > are named wrong, and a patch to rectify that has been posted for 3.11. > > Glibc works around this by treating NR_umount as NR_umount2 if > NR_oldumount exists. T

[Qemu-devel] [PATCH 1/2] alpha-linux-user: Fix umount syscall numbers

2013-07-24 Thread Richard Henderson
It has been pointed out on LKML that the alpha umount syscall numbers are named wrong, and a patch to rectify that has been posted for 3.11. Glibc works around this by treating NR_umount as NR_umount2 if NR_oldumount exists. That's more complicated than we need in QEMU, given that we control linu