public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* emulate 64 bit mmx Instructionen
@ 2007-04-13 14:51 Michael Westermann
       [not found] ` <20070413145137.GA12151-JAIsEKQc1o4kAiwQpBzWjoQuADTiUCJX@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Westermann @ 2007-04-13 14:51 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello,

when I boot a debian-sarge with kvm and qemu, I get a exeption with the
instruction 06 6f ..... This Instruction is am "movq".
My System is a Dual Opteron 2214.

The debian-installer install's a K7 kernel with a mmx optimising.

I think it is a good idea to handle this instructions in the
x86_emulate modul.

Is it possible to include the mmx-Register set  in the struct kvm.h?

Michael

-------------------------------------------------------------------------
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: emulate 64 bit mmx Instructionen
       [not found] ` <20070413145137.GA12151-JAIsEKQc1o4kAiwQpBzWjoQuADTiUCJX@public.gmane.org>
@ 2007-04-14 14:33   ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-04-14 14:33 UTC (permalink / raw)
  To: Michael Westermann; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Michael Westermann wrote:
> Hello,
>
> when I boot a debian-sarge with kvm and qemu, I get a exeption with the
> instruction 06 6f ..... This Instruction is am "movq".
> My System is a Dual Opteron 2214.
>
> The debian-installer install's a K7 kernel with a mmx optimising.
>
> I think it is a good idea to handle this instructions in the
> x86_emulate modul.
>
> Is it possible to include the mmx-Register set  in the struct kvm.h?
>
>   

It's included, just subtly named: it's vcpu->guest_fx_image.

Some helpers to access mmx registers would be make adding mmx to the
emulator much easier.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

end of thread, other threads:[~2007-04-14 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-13 14:51 emulate 64 bit mmx Instructionen Michael Westermann
     [not found] ` <20070413145137.GA12151-JAIsEKQc1o4kAiwQpBzWjoQuADTiUCJX@public.gmane.org>
2007-04-14 14:33   ` Avi Kivity

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