Re: [PATCH] i386: Mask SVM features if nested SVM is disabled

2020-06-24 Thread Paolo Bonzini
On 24/06/20 01:01, Eduardo Habkost wrote: > QEMU incorrectly validates FEAT_SVM feature flags against > GET_SUPPORTED_CPUID even if SVM features are being masked out by > cpu_x86_cpuid(). This can make QEMU print warnings on most AMD > CPU models, even when SVM nesting is disabled (which is the >

Re: [PATCH] i386: Mask SVM features if nested SVM is disabled

2020-06-23 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200623230116.277409-1-ehabk...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

[PATCH] i386: Mask SVM features if nested SVM is disabled

2020-06-23 Thread Eduardo Habkost
QEMU incorrectly validates FEAT_SVM feature flags against GET_SUPPORTED_CPUID even if SVM features are being masked out by cpu_x86_cpuid(). This can make QEMU print warnings on most AMD CPU models, even when SVM nesting is disabled (which is the default). This bug was never detected before becaus