Re: [PATCH] KVM: fix XSAVE bit scanning (now properly)

2011-06-13 Thread Avi Kivity
On 06/10/2011 12:35 PM, Andre Przywara wrote: commit 123108f1c1aafd51d6a5c79cc04d7999dd88a930 tried to fix KVMs XSAVE valid feature scanning, but it was wrong. It was not considering the sparse nature of this bitfield, instead reading values from uninitialized members of the entries array. This

[PATCH] KVM: fix XSAVE bit scanning (now properly)

2011-06-10 Thread Andre Przywara
commit 123108f1c1aafd51d6a5c79cc04d7999dd88a930 tried to fix KVMs XSAVE valid feature scanning, but it was wrong. It was not considering the sparse nature of this bitfield, instead reading values from uninitialized members of the entries array. This patch now separates subleaf indicies from KVM's