qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] allow update of MSR_EFER_SVM


From: Bernhard Kauer
Subject: Re: [Qemu-devel] [PATCH] allow update of MSR_EFER_SVM
Date: Fri, 29 Feb 2008 10:41:13 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Wed, Feb 27, 2008 at 06:03:49PM +0100, Alexander Graf wrote:
> MSR_EFER_SVM is not defined in my qemu version. What does the bit change 
> if set?

The AMD vol2 reads like this:

        Secure Virtual Machine Enable (SVME) Bit. Bit 12. Enables the SVM 
extensions.
        When this bit is zero, the SVM instructions cause #UD exceptions.

The bit was called MSR_EFER_SVME_MASK in svm.h before, I renamed it in the
attached patch to MSR_EFER_SVME to match the style of the other definitions
in cpu.h.

BTW, triggering the above mentioned #UD is missing in the code...


        Bernhard Kauer

Attachment: qemu_efer.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]