Re: [PATCH 2/2] KVM: Correct documentation of KVM_GET_SUPPORTED_CPUID

2011-12-04 Thread Sasha Levin
Avi, This is the other part of the get_supported_cpuid change. We discussed it over IRC and you said it looks right. On Thu, 2011-11-17 at 12:18 +0200, Sasha Levin wrote: > If the amount of entries available passed to KVM_GET_SUPPORTED_CPUID is > too big we don't fail, we just adjust it to the am

[PATCH 2/2] KVM: Correct documentation of KVM_GET_SUPPORTED_CPUID

2011-11-17 Thread Sasha Levin
If the amount of entries available passed to KVM_GET_SUPPORTED_CPUID is too big we don't fail, we just adjust it to the amount actually needed and fill the entries. Cc: Avi Kivity Cc: Marcelo Tosatti Signed-off-by: Sasha Levin --- Documentation/virtual/kvm/api.txt |7 +++ 1 files chang