* Real mode emulation
@ 2007-01-12 14:54 Ben Collins
2007-01-12 16:46 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Ben Collins @ 2007-01-12 14:54 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Being able to boot Ubuntu's liveCD from KVM is fairly important to me at
this point.
We use a bootsplash, and I don't think that's going to change. We do
have alternate install CD's, but they don't boot to a live session,
where people can test things (plus virtualization technologies like KVM
provide us with a quick and dirty test bed for liveCD boot/install).
What all is involved in doing the x86_emulate.c changes for real mode?
Some docs, and maybe a bit of explanation on where these changes need to
be made.
Thanks
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Real mode emulation
2007-01-12 14:54 Real mode emulation Ben Collins
@ 2007-01-12 16:46 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-01-12 16:46 UTC (permalink / raw)
To: Ben Collins; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Ben Collins wrote:
> Being able to boot Ubuntu's liveCD from KVM is fairly important to me at
> this point.
>
> We use a bootsplash, and I don't think that's going to change.
Nor should you -- that's a kvm bug, and guests need not work around it.
> We do
> have alternate install CD's, but they don't boot to a live session,
> where people can test things (plus virtualization technologies like KVM
> provide us with a quick and dirty test bed for liveCD boot/install).
>
> What all is involved in doing the x86_emulate.c changes for real mode?
> Some docs, and maybe a bit of explanation on where these changes need to
> be made.
>
>
There's some details in
http://www.mail-archive.com/kvm-devel%40lists.sourceforge.net/msg00626.html
In addition to the x86_emulate.c changes listed there, you'd need to
change vmx_vcpu_run() to call the emulator in guest real mode, instead
of using VT.
--
Do not meddle in the internals of kernels, for they are subtle and quick to panic.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-12 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12 14:54 Real mode emulation Ben Collins
2007-01-12 16:46 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox