x86 VMs

Issue #3 new
Doug Freed created an issue

Provide x86 VMs. Since my hardware is amd64 (Nehalem EP), this means masking CPUID to an Intel x86 processor, and then verifying that attempting to execute instructions not supported by x86 fail appropriately.

Comments (2)

  1. Doug Freed reporter

    Raw CPUID from an "Intel Celeron M @ 1.66 GHz":

     eax in    eax      ebx      ecx      edx
    00000000 0000000a 756e6547 6c65746e 49656e69
    00000001 000006ec 00010800 0000c109 afebfbff
    00000002 02b3b001 000000f0 00000000 2c043078
    00000003 00000000 00000000 00000000 00000000
    00000004 00000000 00000000 00000000 00000000
    00000005 00000040 00000040 00000003 00000020
    00000006 00000001 00000002 00000001 00000000
    00000007 00000000 00000000 00000000 00000000
    00000008 00000000 00000000 00000000 00000000
    00000009 00000000 00000000 00000000 00000000
    0000000a 07280201 00000000 00000000 00000000
    80000000 80000008 00000000 00000000 00000000
    80000001 00000000 00000000 00000000 00100000
    80000002 65746e49 2952286c 6c654320 6e6f7265
    80000003 20295228 5043204d 20202055 20202020
    80000004 20202020 20402020 36362e31 007a4847
    80000005 00000000 00000000 00000000 00000000
    80000006 00000000 00000000 04004040 00000000
    80000007 00000000 00000000 00000000 00000000
    80000008 00002024 00000000 00000000 00000000
    
  2. Log in to comment