Re: [PATCH] X86: don't print a warning when MTRR are blank and running in KVM

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Thursday, February 21, 2008 - 12:54 pm

On Thu, Feb 21, 2008 at 6:50 AM, Joerg Roedel <joerg.roedel@amd.com> wrote:

Doest that WARN_ON(1) hurt?

or you may do some patch in qemu too.

so
        rdmsr(MTRRdefType_MSR, def, dummy);
        def &= 0xff;
        if (def != MTRR_TYPE_UNCACHABLE)
                return 0;

is happy out.

or set those MTRR entries in qemu...

YH
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] X86: don't print a warning when MTRR are blank ..., Yinghai Lu, (Thu Feb 21, 12:54 pm)