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: Anthony Liguori
Subject: Re: [Qemu-devel] CPUID feature bits not saved with migration
Date: Wed, 15 Jul 2009 09:38:29 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Andre Przywara wrote:
Hi,

while testing the guest multi-core code, I realized that all of the cpuid_* values (like cpuid_ext_features,...) from CPUX86State are not dumped in the migration stream. Is this intentional behavior (to let the user specify other bits in the target?) or has this just been forgotten?
Does KVM call the SET_CPUID2 ioctl after or before migration?

The cpuid bits are specified by the user. They aren't changable by the guest which is why they haven't been migrated.

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.

Regards,

Anthony Liguori

Regards,
Andre.






reply via email to

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