Re: [Qemu-devel] [PATCH v3 0/9] {alpha-}linux user improvements

2012-06-12 Thread Richard Henderson
Ping? r~ On 2012-06-07 15:24, Richard Henderson wrote: > Changes v2-v3: > Fix fcntl translation table in O_CLOEXEC patch. The O_LARGEFILE > entry could result in an end-of-table {0,0,0,0} marker. > > Handle sigprocmask and getpriority properly for alpha. > > Changes v1-v2: > Dropped -

[Qemu-devel] [PATCH v3 0/9] {alpha-}linux user improvements

2012-06-07 Thread Richard Henderson
Changes v2-v3: Fix fcntl translation table in O_CLOEXEC patch. The O_LARGEFILE entry could result in an end-of-table {0,0,0,0} marker. Handle sigprocmask and getpriority properly for alpha. Changes v1-v2: Dropped -stracefile patch. That clearly needs more iteration in order to make ev