Re: [PATCH 50/50] target/i386: Remove user-only i/o stubs

2021-02-28 Thread Philippe Mathieu-Daudé
On 3/1/21 12:23 AM, Richard Henderson wrote: > With the previous patch for check_io, we now have enough for > the compiler to dead-code eliminate all of the i/o helpers. > > Signed-off-by: Richard Henderson > --- > target/i386/helper.h | 3 +- > target/i386/tcg/translate.c |

[PATCH 50/50] target/i386: Remove user-only i/o stubs

2021-02-28 Thread Richard Henderson
With the previous patch for check_io, we now have enough for the compiler to dead-code eliminate all of the i/o helpers. Signed-off-by: Richard Henderson --- target/i386/helper.h | 3 +- target/i386/tcg/translate.c | 6 target/i386/tcg/user/misc_stubs.c | 55