Re: [Qemu-devel] [PATCH for-4.1 v2 34/36] cpu: Remove CPU_COMMON

2019-04-29 Thread Peter Maydell
On Thu, 28 Mar 2019 at 23:25, Richard Henderson wrote: > > This macro is now always empty, so remove it. This leaves the > entire contents of CPUArchState under the control of the guest > architecture. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[Qemu-devel] [PATCH for-4.1 v2 34/36] cpu: Remove CPU_COMMON

2019-03-28 Thread Richard Henderson
This macro is now always empty, so remove it. This leaves the entire contents of CPUArchState under the control of the guest architecture. Signed-off-by: Richard Henderson --- include/exec/cpu-defs.h | 2 -- target/alpha/cpu.h | 3 --- target/arm/cpu.h| 4 +--- target/cris/cpu.h