[libvirt] [PATCH] Don't include non-migratable features in host-model

2014-09-05 Thread Ján Tomko
Commit fba6bc4 introduced supoprt for the 'invtsc' feature, which blocks migration. We should not include it in the host-model CPU by default, because it's intended to be used with migration. https://bugzilla.redhat.com/show_bug.cgi?id=1138221 --- src/cpu/cpu_map.xml | 2 +- src/cpu/cpu_x86.c

Re: [libvirt] [PATCH] Don't include non-migratable features in host-model

2014-09-05 Thread Jiri Denemark
On Fri, Sep 05, 2014 at 11:04:30 +0200, Jano Tomko wrote: Commit fba6bc4 introduced supoprt for the 'invtsc' feature, s/supoprt/support/ which blocks migration. We should not include it in the host-model CPU by default, because it's intended to be used with migration.