KVM: SVM: Add clean-bits infrastructure code
This patch adds the infrastructure for the implementation of the individual clean-bits. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:

committed by
Avi Kivity

parent
700e1b1219
commit
8d28fec406
@@ -79,7 +79,8 @@ struct __attribute__ ((__packed__)) vmcb_control_area {
|
||||
u32 event_inj_err;
|
||||
u64 nested_cr3;
|
||||
u64 lbr_ctl;
|
||||
u64 reserved_5;
|
||||
u32 clean;
|
||||
u32 reserved_5;
|
||||
u64 next_rip;
|
||||
u8 reserved_6[816];
|
||||
};
|
||||
|
Reference in New Issue
Block a user