qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 0/8] kvm: Fixes, cleanups and livemigratio


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [PATCH 0/8] kvm: Fixes, cleanups and livemigration
Date: Sat, 02 May 2009 15:09:27 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Gleb Natapov wrote:
On Sat, May 02, 2009 at 10:12:57PM +0300, Avi Kivity wrote:
Gleb Natapov wrote:
I think the right thing to do with this is introduce a kvm-cpu savevm that stores this information since it isn't relevant to TCG. I think it's arguable whether you want instruction length there (can you get it reliably on SVM?).

We can't get it on SVM without instruction decoding, but it is not required
on SVM. It is absolutely essential for soft interrupt/exception injection
on VMX and has to be a part of migratable state.
We need it in some neutral form so cross-vendor migration can work.

VMX->SVM No problem.
SVM->VMX bad luck :) We will have to decode instruction ourself.

Any reason to not just always decode the instruction then?

Regards,

Anthony Liguori





reply via email to

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