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 live migratio


From: Avi Kivity
Subject: Re: [Qemu-devel] Re: [PATCH 0/8] kvm: Fixes, cleanups and live migration
Date: Sun, 03 May 2009 11:01:34 +0300
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Gleb Natapov wrote:
I don't want the migration protocol to encode vendor specific information. The architectural state is complicated enough, we don't want microarchitectural state as well.
Then I don't see how migration can work correctly. How do you expect
migration to work if you don't migrate part of a processor state? Why
not drop non migratable state immediately after exit then? (that is
essentially what happens if we don't migrate it).

If we can roll back the state to before the software interrupt executed, we are never in the situation where the instruction length is needed.

The whole mess is needed because vmx allows exiting after a software interrupt instruction has been executed, but before the software interrupt was processed by the cpu. If we unexecute the instruction and forget the software interrupt, everything will continue to work.

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





reply via email to

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