s390x: remove some unused fields in S390CPU
This commit is contained in:
parent
a06563ecdd
commit
1a0f0d0768
@ -160,8 +160,8 @@ struct S390CPU {
|
|||||||
CPUS390XState env;
|
CPUS390XState env;
|
||||||
S390CPUModel *model;
|
S390CPUModel *model;
|
||||||
/* needed for live migration */
|
/* needed for live migration */
|
||||||
void *irqstate;
|
// void *irqstate;
|
||||||
uint32_t irqstate_saved_size;
|
// uint32_t irqstate_saved_size;
|
||||||
|
|
||||||
// unicorn
|
// unicorn
|
||||||
struct S390CPUClass cc;
|
struct S390CPUClass cc;
|
||||||
|
Loading…
Reference in New Issue
Block a user