This completes support of the movb instruction, fixes long-mode
detection and address size calculation. Also, it adds a 32-bit MMIO test
case.

Jan

Jan Kiszka (5):
  x86: mmio, inmates/tests: Add support for movb-from-mem
  x86: svm: Rename segment.access_rights to attributes
  x86: Fix long mode detection
  x86: mmio: Fix address width calculation
  inmates: tests: Add x86-32 MMIO test case

 hypervisor/arch/x86/include/asm/processor.h |   1 +
 hypervisor/arch/x86/include/asm/svm.h       |   2 +-
 hypervisor/arch/x86/include/asm/vcpu.h      |   6 +-
 hypervisor/arch/x86/mmio.c                  |  18 +++-
 hypervisor/arch/x86/svm.c                   |  26 ++++--
 hypervisor/arch/x86/vcpu.c                  |   6 +-
 hypervisor/arch/x86/vmx.c                   |   4 +-
 inmates/tests/x86/Makefile                  |   5 +-
 inmates/tests/x86/mmio-access-32.c          | 134 ++++++++++++++++++++++++++++
 inmates/tests/x86/mmio-access.c             |  12 ++-
 10 files changed, 194 insertions(+), 20 deletions(-)
 create mode 100644 inmates/tests/x86/mmio-access-32.c

-- 
2.13.6

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to