Re: [PATCH v2 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities

2015-08-12 Thread Eric Auger
Reviewed-by: Eric Auger eric.au...@linaro.org Best Regards Eric On 07/10/2015 04:21 PM, Andre Przywara wrote: KVM capabilities can be a per-VM property, though ARM/ARM64 currently does not pass on the VM pointer to the architecture specific capability handlers. Add a struct kvm* parameter

[PATCH v2 04/15] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities

2015-07-10 Thread Andre Przywara
KVM capabilities can be a per-VM property, though ARM/ARM64 currently does not pass on the VM pointer to the architecture specific capability handlers. Add a struct kvm* parameter to those function to later allow proper per-VM capability reporting. Signed-off-by: Andre Przywara