• Chenyi Qiang's avatar
    KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW · 9a3ecd5e
    Chenyi Qiang authored
    DR6_INIT contains the 1-reserved bits as well as the bit that is cleared
    to 0 when the condition (e.g. RTM) happens. The value can be used to
    initialize dr6 and also be the XOR mask between the #DB exit
    qualification (or payload) and DR6.
    
    Concerning that DR6_INIT is used as initial value only once, rename it
    to DR6_ACTIVE_LOW and apply it in other places, which would make the
    incoming changes for bus lock debug exception more simple.
    Signed-off-by: default avatarChenyi Qiang <chenyi.qiang@intel.com>
    Message-Id: <20210202090433.13441-2-chenyi.qiang@intel.com>
    [Define DR6_FIXED_1 from DR6_ACTIVE_LOW and DR6_VOLATILE. - Paolo]
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    9a3ecd5e
nested.c 203 KB