[Qemu-devel] [PATCH 04/50] cpu: make cpu-qom.h only include-able from cpu.h

2016-05-16 Thread Paolo Bonzini
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:

Re: [Qemu-devel] [PATCH 04/50] cpu: make cpu-qom.h only include-able from cpu.h

2016-04-21 Thread Alex Bennée
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

[Qemu-devel] [PATCH 04/50] cpu: make cpu-qom.h only include-able from cpu.h

2016-04-08 Thread Paolo Bonzini
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