Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions target/i386/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,7 @@ typedef struct {
* that APIC ID hasn't been set yet
*/
#define UNASSIGNED_APIC_ID 0xFFFFFFFF
#define N_SCRATCH 200

typedef union X86LegacyXSaveArea {
struct {
Expand Down Expand Up @@ -1662,6 +1663,7 @@ typedef struct CPUX86State {
ucontext_t *puc;
uintptr_t insn_save[2];
#endif
uint64_t scratch[N_SCRATCH];
} CPUX86State;

struct kvm_msrs;
Expand Down
Loading