Le 08/03/2018 à 15:47, Peter Maydell a écrit : > Now we've dropped unicore32, all of the architectures we support > for linux-user implement the signal handling routines. The > dummy "just print a message" versions are unimplemented, so we > can drop them entirely. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > IMHO signal handling support is too important to allow a > hypothetical new architecture target to silently get away > without implementing it. For initial development it's easy > enough to stub out the per-architecture functions, and then > we will have a clear view of which targets (if any) don't > have the signal handling implemented yet, and the missing > feature will show up in code review. > --- > linux-user/signal.c | 27 +-------------------------- > 1 file changed, 1 insertion(+), 26 deletions(-)
Applied to my 'linux-user-for-2.12' branch. Thanks, Laurent