Ping^2 ? thanks -- PMM
On 21 January 2015 at 10:23, Riku Voipio <riku.voi...@iki.fi> wrote: > Hi, > > On Tue, Jan 20, 2015 at 02:54:20PM +0000, Peter Maydell wrote: >> Ping! > > I've just updated my linux-user-for-upstream tree. I'll get it > reviewed/tested tonight. > >> thanks >> -- PMM >> >> On 8 January 2015 at 12:19, Peter Maydell <peter.mayd...@linaro.org> wrote: >> > This patchset fixes warnings produced by clang in the linux-user code. >> > Mostly this is deleting or marking unused functions/data, but it >> > does include a genuine bugfix for Alpha. >> > >> > I think that this means I have patches out on the list now for >> > all the clang warnings we currently generate; maybe some day soon >> > we can enable warnings-as-errors... >> > >> > Peter Maydell (6): >> > linux-user/signal.c: Remove current_exec_domain_sig() >> > linux-user/alpha: Add define for NR_shmat to enable shmat syscall >> > linux-user/arm/nwfpe: Delete unused aCC array >> > linux-user/main.c: Call cpu_exec_start/end on all target archs >> > linux-user/main.c: Mark end_exclusive() as possibly unused >> > linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user >> > >> > linux-user/alpha/syscall_nr.h | 4 +++ >> > linux-user/arm/nwfpe/fpopcode.c | 22 --------------- >> > linux-user/main.c | 20 +++++++++++++- >> > linux-user/signal.c | 59 >> > ++++++++++++----------------------------- >> > 4 files changed, 40 insertions(+), 65 deletions(-)