On 12/5/20 5:15 PM, Claudio Fontana wrote: > From: Eduardo Habkost <[email protected]> > > Signed-off-by: Eduardo Habkost <[email protected]> > Signed-off-by: Claudio Fontana <[email protected]> > --- > hw/core/cpu.c | 13 ------------- > 1 file changed, 13 deletions(-) > > diff --git a/hw/core/cpu.c b/hw/core/cpu.c > index 576fa1d7ba..994a12cb35 100644 > --- a/hw/core/cpu.c > +++ b/hw/core/cpu.c > @@ -199,15 +199,6 @@ static bool cpu_common_virtio_is_big_endian(CPUState > *cpu) > return target_words_bigendian(); > } > > -static void cpu_common_noop(CPUState *cpu) > -{ > -} > - > -static bool cpu_common_exec_interrupt(CPUState *cpu, int int_req) > -{ > - return false; > -}
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
