mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
accel/tcg: Move CPUNegativeOffsetState into CPUState
Retain the separate structure to emphasize its importance. Enforce CPUArchState always follows CPUState without padding. Reviewed-by: Anton Johansson <anjo@rev.ng> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5d30bdcb1b
commit
3b3d7df545
25 changed files with 38 additions and 46 deletions
|
@ -345,15 +345,15 @@ typedef struct {
|
|||
struct ArchCPU {
|
||||
/*< private >*/
|
||||
CPUState parent_obj;
|
||||
|
||||
/*< public >*/
|
||||
|
||||
CPUMBState env;
|
||||
|
||||
bool ns_axi_dp;
|
||||
bool ns_axi_ip;
|
||||
bool ns_axi_dc;
|
||||
bool ns_axi_ic;
|
||||
|
||||
CPUNegativeOffsetState neg;
|
||||
CPUMBState env;
|
||||
MicroBlazeCPUConfig cfg;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue