ping http://patchwork.ozlabs.org/patch/229787/
________________________________________ From: Peter Maydell [peter.mayd...@linaro.org] Sent: Thursday, March 21, 2013 7:03 PM To: Petar Jovanovic Cc: qemu-devel@nongnu.org; riku.voi...@linaro.org; Petar Jovanovic Subject: Re: [Qemu-devel] [PATCH] linux-user: change do_semop to return target errno when unsuccessful On 21 March 2013 17:57, Petar Jovanovic <petar.jovano...@rt-rk.com> wrote: > From: Petar Jovanovic <petar.jovano...@imgtec.com> > > do_semop() is called from two places, and one of these fails to convert > return error to target errno when semop fails. This patch changes the > function to always return target errno in case of an unsuccessful call. > > Signed-off-by: Petar Jovanovic <petar.jovano...@imgtec.com> Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> -- PMM