mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
x86: mce_banks always have the same size
mce_banks is always MCE_BANKS_DEF * 4 in size, value never change CC: Huang Ying <ying.huang@intel.com> Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
60a902f1c3
commit
ac74d0f1fc
3 changed files with 4 additions and 5 deletions
|
@ -698,7 +698,7 @@ typedef struct CPUX86State {
|
|||
uint64 mcg_cap;
|
||||
uint64 mcg_status;
|
||||
uint64 mcg_ctl;
|
||||
uint64 *mce_banks;
|
||||
uint64 mce_banks[MCE_BANKS_DEF*4];
|
||||
|
||||
uint64_t tsc_aux;
|
||||
} CPUX86State;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue