Reported by: Coverity
CID: 1249760 Reviewed by: neel Approved by: neel Sponsored by: QNAP Systems Inc.
This commit is contained in:
parent
a7963b9758
commit
d018cd6f5e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273766
@ -389,6 +389,7 @@ vmcb_setdesc(void *arg, int vcpu, int reg, struct seg_desc *desc)
|
||||
case VM_REG_GUEST_ES:
|
||||
case VM_REG_GUEST_SS:
|
||||
svm_set_dirty(sc, vcpu, VMCB_CACHE_SEG);
|
||||
break;
|
||||
case VM_REG_GUEST_GDTR:
|
||||
case VM_REG_GUEST_IDTR:
|
||||
svm_set_dirty(sc, vcpu, VMCB_CACHE_DT);
|
||||
|
Loading…
Reference in New Issue
Block a user