public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* enabling kvm support on a Vaio?
@ 2008-11-16 11:28 Louis-David Mitterrand
  2008-11-16 12:37 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Louis-David Mitterrand @ 2008-11-16 11:28 UTC (permalink / raw)
  To: kvm-devel

Hi,

On a brand new Sony Vaio (VGN-FW21Z) VT is disabled and there is no bios
option to enable it (on my Dell XPS laptop thankfully one can enable VT
in the bios).

Can Sony's stupidity (or should I say my own stupidity for purchasing
from that brand) be worked around to enable VT?

Apparently some have used hex editors on bios images with success, but
each model is a specific case I suppose. Or is there a way to find the
location of the VT setting in a bios image?

Thanks,

-- 
http://www.critikart.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: enabling kvm support on a Vaio?
  2008-11-16 11:28 enabling kvm support on a Vaio? Louis-David Mitterrand
@ 2008-11-16 12:37 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-11-16 12:37 UTC (permalink / raw)
  To: kvm-devel

Louis-David Mitterrand wrote:
> Hi,
>
> On a brand new Sony Vaio (VGN-FW21Z) VT is disabled and there is no bios
> option to enable it (on my Dell XPS laptop thankfully one can enable VT
> in the bios).
>
> Can Sony's stupidity (or should I say my own stupidity for purchasing
> from that brand) be worked around to enable VT?
>
> Apparently some have used hex editors on bios images with success, but
> each model is a specific case I suppose. Or is there a way to find the
> location of the VT setting in a bios image?
>   

If you are able to disassemble and reassemble the bios (most likely this 
involves decompression, recompression, and writing a checksum, the code 
writes to msr MSR_IA32_FEATURE_CONTROL (0x3a).  Nopping out writes to 
this msr will allow VT to be used.  Any mistake will likely brick the 
machine, so be sure to have at least a dozen if you want to experiment.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-16 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-16 11:28 enabling kvm support on a Vaio? Louis-David Mitterrand
2008-11-16 12:37 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox