lkml.org 
[lkml]   [2016]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PART1 V5 06/13] svm: Introduce new AVIC VMCB registers
    Date
    Introduce new AVIC VMCB registers.

    Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
    Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
    ---
    arch/x86/include/asm/svm.h | 9 +++++++--
    1 file changed, 7 insertions(+), 2 deletions(-)

    diff --git a/arch/x86/include/asm/svm.h b/arch/x86/include/asm/svm.h
    index 6136d99..4711fa4 100644
    --- a/arch/x86/include/asm/svm.h
    +++ b/arch/x86/include/asm/svm.h
    @@ -78,7 +78,8 @@ struct __attribute__ ((__packed__)) vmcb_control_area {
    u32 exit_int_info;
    u32 exit_int_info_err;
    u64 nested_ctl;
    - u8 reserved_4[16];
    + u64 avic_vapic_bar;
    + u8 reserved_4[8];
    u32 event_inj;
    u32 event_inj_err;
    u64 nested_cr3;
    @@ -88,7 +89,11 @@ struct __attribute__ ((__packed__)) vmcb_control_area {
    u64 next_rip;
    u8 insn_len;
    u8 insn_bytes[15];
    - u8 reserved_6[800];
    + u64 avic_backing_page; /* Offset 0xe0 */
    + u8 reserved_6[8]; /* Offset 0xe8 */
    + u64 avic_logical_id; /* Offset 0xf0 */
    + u64 avic_physical_id; /* Offset 0xf8 */
    + u8 reserved_7[768];
    };


    --
    1.9.1
    \
     
     \ /
      Last update: 2016-05-04 21:41    [W:3.906 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site