On 2/10/21 11:10 PM, Alex Bennée wrote: > From: Richard Henderson <[email protected]> > > This also means we don't need an extra declaration of > the structure in hw/core/cpu.h. > > Signed-off-by: Richard Henderson <[email protected]> > Signed-off-by: Alex Bennée <[email protected]> > Reviewed-by: Alex Bennée <[email protected]> > Message-Id: <[email protected]>
I'd say this one matters ^, > Message-Id: <[email protected]> but this one less. > --- > include/exec/tb-context.h | 1 - > include/hw/core/cpu.h | 4 +--- > include/hw/core/tcg-cpu-ops.h | 3 +-- > include/qemu/typedefs.h | 1 + > target/arm/internals.h | 3 +-- > target/cris/translate.c | 2 +- > target/lm32/translate.c | 2 +- > target/moxie/translate.c | 2 +- > target/unicore32/translate.c | 2 +- > 9 files changed, 8 insertions(+), 12 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
