14 Mar, 2012

1 commit

  • The ACPI suspend path makes a call to tboot_sleep right before
    it writes the PM1A, PM1B values. We replace the direct call to
    tboot via an registration callback similar to __acpi_register_gsi.

    CC: Len Brown
    Acked-by: Joseph Cihula
    Acked-by: Rafael J. Wysocki
    [v1: Added __attribute__ ((unused))]
    [v2: Introduced a wrapper instead of changing tboot_sleep return values]
    [v3: Added return value AE_CTRL_SKIP for acpi_os_sleep_prepare]
    Signed-off-by: Tang Liang
    [v1: Fix compile issues on IA64 and PPC64]
    [v2: Fix where __acpi_os_prepare_sleep==NULL and did not go in sleep properly]
    Signed-off-by: Konrad Rzeszutek Wilk

    Tang Liang
     

19 May, 2010

1 commit

  • Per document, for feature control MSR:

    Bit 1 enables VMXON in SMX operation. If the bit is clear, execution
    of VMXON in SMX operation causes a general-protection exception.
    Bit 2 enables VMXON outside SMX operation. If the bit is clear, execution
    of VMXON outside SMX operation causes a general-protection exception.

    This patch is to enable this kind of check with SMX for VMXON in KVM.

    Signed-off-by: Shane Wang
    Signed-off-by: Avi Kivity

    Shane Wang
     

02 Sep, 2009

1 commit