VirtualBox

Changeset 11688

Show
Ignore:
Timestamp:
08/27/08 10:13:00 (3 months ago)
Author:
vboxsync
Message:

Some more MSR logging

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/x86.h

    r10817 r11688  
    729729#define MSR_IA32_TSC                        0x10 
    730730 
     731#define MSR_IA32_PLATFORM_ID                0x17 
     732 
    731733#ifndef MSR_IA32_APICBASE /* qemu cpu.h klugde */ 
    732734#define MSR_IA32_APICBASE                   0x1b 
     
    737739#define MSR_IA32_FEATURE_CONTROL_LOCK       RT_BIT(0) 
    738740#define MSR_IA32_FEATURE_CONTROL_VMXON      RT_BIT(2) 
     741 
     742/** BIOS update trigger (microcode update). */ 
     743#define MSR_IA32_BIOS_UPDT_TRIG             0x79 
     744 
     745/** BIOS update signature (microcode). */ 
     746#define MSR_IA32_BIOS_SIGN_ID               0x8B 
    739747 
    740748/** MTRR Capabilities. */ 
     
    767775/** MTRR Default Range. */ 
    768776#define MSR_IA32_MTRR_DEF_TYPE              0x2FF 
     777 
     778#define MSR_IA32_MC0_CTL                    0x400 
     779#define MSR_IA32_MC0_STATUS                 0x401 
    769780 
    770781/** Basic VMX information. */ 
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r11522 r11688  
    24372437    case MSR_K8_KERNEL_GS_BASE: 
    24382438        return "MSR_K8_KERNEL_GS_BASE"; 
     2439    case MSR_IA32_BIOS_SIGN_ID: 
     2440        return "Unsupported MSR_IA32_BIOS_SIGN_ID"; 
     2441    case MSR_IA32_PLATFORM_ID: 
     2442        return "Unsupported MSR_IA32_PLATFORM_ID"; 
     2443    case MSR_IA32_BIOS_UPDT_TRIG: 
     2444        return "Unsupported MSR_IA32_BIOS_UPDT_TRIG"; 
    24392445    case MSR_IA32_TSC: 
    24402446        return "Unsupported MSR_IA32_TSC"; 
     
    24572463    case MSR_K7_EVNTSEL3: 
    24582464        return "Unsupported MSR_K7_EVNTSEL3"; 
     2465    case MSR_IA32_MC0_CTL: 
     2466        return "Unsupported MSR_IA32_MC0_CTL"; 
     2467    case MSR_IA32_MC0_STATUS: 
     2468        return "Unsupported MSR_IA32_MC0_STATUS"; 
    24592469    } 
    24602470    return "Unknown MSR"; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy