Re: [libvirt] [PATCH] target-i386: Enable "check" mode by default

2015-09-09 Thread Eduardo Habkost
On Mon, Sep 07, 2015 at 12:37:52PM +0200, Paolo Bonzini wrote: > > > On 26/08/2015 18:50, Eduardo Habkost wrote: > > Current default behavior of QEMU is to silently disable features that > > are not supported by the host when a CPU model is requested in the > > command-line. This means that in

Re: [libvirt] [PATCH] target-i386: Enable "check" mode by default

2015-09-07 Thread Paolo Bonzini
On 26/08/2015 18:50, Eduardo Habkost wrote: > Current default behavior of QEMU is to silently disable features that > are not supported by the host when a CPU model is requested in the > command-line. This means that in addition to risking breaking guest ABI > by default, we are silent about it.

[libvirt] [PATCH] target-i386: Enable check mode by default

2015-08-26 Thread Eduardo Habkost
Current default behavior of QEMU is to silently disable features that are not supported by the host when a CPU model is requested in the command-line. This means that in addition to risking breaking guest ABI by default, we are silent about it. I would like to enable enforce by default, but this