qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] CPUID feature bits not saved with migration


From: Jamie Lokier
Subject: Re: [Qemu-devel] CPUID feature bits not saved with migration
Date: Wed, 15 Jul 2009 16:12:34 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Anthony Liguori wrote:
> It's unclear what to do about -cpu host.  If we did migrate cpuid 
> values, then -cpu would effectively be ignored after an incoming migration.

The new host might not support all the cpuid features of the old host,
whether by -cpu host or explicit cpuid.  What happens then?

For changing cpuid when migrating, as you might like to do with -cpu
host for performance, is reboot-during-migrate useful?  It would make
sure all disk state is committed to the image files asynchronously
while the machine continues to run (just like normal migration), and
at the last moment transfers control and the machine sees a reboot,
permitting devices changes including cpuid change.

CPU hotplug could be used for cpuid change in theory, but I doubt if
any guests or guest apps would handle it well.

-- Jamie




reply via email to

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