Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce566803 authored by Avi Kivity's avatar Avi Kivity Committed by Marcelo Tosatti
Browse files

KVM: VMX: Save all segment data in real mode



Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent 1390a28b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3216,6 +3216,7 @@ static void vmx_set_segment(struct kvm_vcpu *vcpu,
	vmcs_write32(sf->limit, var->limit);
	vmcs_write16(sf->selector, var->selector);
	if (vmx->rmode.vm86_active && var->s) {
		vmx->rmode.segs[seg] = *var;
		/*
		 * Hack real-mode segments into vm86 compatibility.
		 */