Re: [PATCH] kvm: nVMX: Remove superfluous VMX instruction fault checks

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 21/04/2017 18:53, Jim Mattson wrote:
> One of the constraints on the VMX instructions is that they are not
> allowed in real-address mode. Though the hardware checks for this
> condition as well, when real-address mode is emulated, the faulting
> condition does have to be checked in software.

Emulated real mode is virtual-8086 mode, so that should be checked by
the processor too, right?

VMX instructions are never called from the emulator, so they cannot be
reached from the emulate_invalid_guest_state path.  And if they could,
you'd have to keep the CPL checks and all the others.  So I think that
you can remove the checks for CR0.PE as well.

Paolo



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux