Make cpu-qom.h so that it is only included from cpu.h. Then there
is no need for it to include cpu.h again.
Later we will make cpu-qom.h target independent and we will _want_
to include it from elsewhere, but for now reduce the number of cases
to handle.
Reviewed-by: Alex Bennée
Signed-off-by:
Paolo Bonzini writes:
> Make cpu-qom.h so that it is only included from cpu.h. Then there
> is no need for it to include cpu.h again.
>
> Later we will make cpu-qom.h target independent and we will _want_
> to include it from elsewhere, but for now reduce the number of cases
> to handle.
>
> Si
Make cpu-qom.h so that it is only included from cpu.h. Then there
is no need for it to include cpu.h again.
Later we will make cpu-qom.h target independent and we will _want_
to include it from elsewhere, but for now reduce the number of cases
to handle.
Signed-off-by: Paolo Bonzini
---
target