Re: [Qemu-devel] [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 ad

Re: [Qemu-devel] [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.

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

2015-08-31 Thread Eduardo Habkost
On Mon, Aug 31, 2015 at 02:20:54PM +0200, Igor Mammedov wrote: > On Wed, 26 Aug 2015 13:50:25 -0300 > 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

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

2015-08-31 Thread Igor Mammedov
On Wed, 26 Aug 2015 13:50:25 -0300 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 sil

[Qemu-devel] [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