On Wed, Feb 15, 2017 at 05:44:34PM +0100, Jiri Denemark wrote:
Until now host-model CPU mode tried to enable all CPU features
supported
by the host CPU even if QEMU/KVM did not support them. This caused a
number of issues and made host-model quite unreliable. Asking QEMU for
the CPU it can provide and the current host makes host-model much more
robust.
This series fixes the following bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1018251
https://bugzilla.redhat.com/show_bug.cgi?id=1371617
https://bugzilla.redhat.com/show_bug.cgi?id=1372581
https://bugzilla.redhat.com/show_bug.cgi?id=1404627
https://bugzilla.redhat.com/show_bug.cgi?id=870071
In addition to that, the following bug should be mostly limited to cases
when an unsupported feature is explicitly requested:
https://bugzilla.redhat.com/show_bug.cgi?id=1335534
Hi Jiri,
A small meta-comment. If I may suggest: When mentioning one or more
bugs, it would be nice if the said bug's summary is also added next to
the URL. This would be useful when reading the mailing list offline, as
it'd give some idea as to what the bug is about without firing up the
browser. [I realize cover letter doesn't go into Git commits, but have
seen number of commits with Bugzilla URLs, without its corresponding bug
summary next to it. Not a catastrophe, just inconvenience.]
[...]
--
/kashyap