Re: [Qemu-devel] [RFC v2 09/34] include/exec: Move standard exceptions to cpu-all.h

2015-06-01 Thread Richard Henderson
On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > These exception indicies are generic and don't have any reliance on the > per-arch cpu.h defs. Move them to cpu-all.h so they can be used by core > code that does not have access to cpu-defs.h. > > Signed-off-by: Peter Crosthwaite > --- > includ

[Qemu-devel] [RFC v2 09/34] include/exec: Move standard exceptions to cpu-all.h

2015-05-30 Thread Peter Crosthwaite
These exception indicies are generic and don't have any reliance on the per-arch cpu.h defs. Move them to cpu-all.h so they can be used by core code that does not have access to cpu-defs.h. Signed-off-by: Peter Crosthwaite --- include/exec/cpu-all.h | 6 ++ include/exec/cpu-defs.h | 6 -