You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the do_mmio_write and do_mmio_read functions don't support instructions that use the high-byte access for word-sized registers (like AH). We should fix this as it is possible for such an instruction to trigger a mmio vmexit.
The text was updated successfully, but these errors were encountered:
Currently the
do_mmio_write
anddo_mmio_read
functions don't support instructions that use the high-byte access for word-sized registers (like AH). We should fix this as it is possible for such an instruction to trigger a mmio vmexit.The text was updated successfully, but these errors were encountered: