Re: [Qemu-devel] [PATCH 0/2] Fixes for -cpu host KVM/SVM feature initialization

2013-01-02 Thread Andreas Färber
Am 28.12.2012 19:37, schrieb Eduardo Habkost: > This series has two very similar fixes for feature initizliation for "-cpu > host". This should allow us to make the check/enforce code check for host > support of KVM and SVM features, later. I am out of my field here to verify whether this is seman

[Qemu-devel] [PATCH 0/2] Fixes for -cpu host KVM/SVM feature initialization

2012-12-28 Thread Eduardo Habkost
This series has two very similar fixes for feature initizliation for "-cpu host". This should allow us to make the check/enforce code check for host support of KVM and SVM features, later. Eduardo Habkost (2): target-i386: kvm: -cpu host: use GET_SUPPORTED_CPUID for SVM features target-i386: k