Re: [Qemu-devel] [PATCH v2 2/9] i386: Add x-force-features option for testing

2019-07-02 Thread Daniel P . Berrangé
On Thu, Jun 27, 2019 at 09:28:37PM -0300, Eduardo Habkost wrote: > Add a new option that can be used to disable feature flag > filtering. This will allow CPU model compatibility test cases to > work without host hardware dependencies. > > Signed-off-by: Eduardo Habkost > --- > Changes v1 -> v2:

[Qemu-devel] [PATCH v2 2/9] i386: Add x-force-features option for testing

2019-06-27 Thread Eduardo Habkost
Add a new option that can be used to disable feature flag filtering. This will allow CPU model compatibility test cases to work without host hardware dependencies. Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * (none) --- target/i386/cpu.h | 6 ++ target/i386/cpu.c | 8 ++-- 2 f