Re: [PATCH 24/24] user: Remove cpu_get_pic_interrupt() stubs

2021-09-03 Thread Richard Henderson
On 9/2/21 5:17 PM, Philippe Mathieu-Daudé wrote: cpu_get_pic_interrupt() is now unreachable from user-mode, delete the unnecessary stubs. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/cpu.h | 2 +- bsd-user/main.c | 7 --- linux-user/main.c | 7 --- 3 files changed, 1 inse

Re: [PATCH 24/24] user: Remove cpu_get_pic_interrupt() stubs

2021-09-02 Thread Warner Losh
On Thu, Sep 2, 2021 at 9:19 AM Philippe Mathieu-Daudé wrote: > cpu_get_pic_interrupt() is now unreachable from user-mode, > delete the unnecessary stubs. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/i386/cpu.h | 2 +- > bsd-user/main.c | 7 --- > linux-user/main.c | 7 ---

[PATCH 24/24] user: Remove cpu_get_pic_interrupt() stubs

2021-09-02 Thread Philippe Mathieu-Daudé
cpu_get_pic_interrupt() is now unreachable from user-mode, delete the unnecessary stubs. Signed-off-by: Philippe Mathieu-Daudé --- target/i386/cpu.h | 2 +- bsd-user/main.c | 7 --- linux-user/main.c | 7 --- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/target/i386/cp