Re: [Qemu-devel] [PATCH v6 07/18] kvm: add kvm_arm_get_max_vm_phys_shift

2019-02-18 Thread Auger Eric
Hi Peter, On 2/14/19 6:15 PM, Peter Maydell wrote: > On Tue, 5 Feb 2019 at 17:33, Eric Auger wrote: >> >> Add the kvm_arm_get_max_vm_phys_shift() helper that returns the >> log of the maximum IPA size supported by KVM. This capability >> needs to be known to create the VM with a specific IPA max

Re: [Qemu-devel] [PATCH v6 07/18] kvm: add kvm_arm_get_max_vm_phys_shift

2019-02-14 Thread Peter Maydell
On Tue, 5 Feb 2019 at 17:33, Eric Auger wrote: > > Add the kvm_arm_get_max_vm_phys_shift() helper that returns the > log of the maximum IPA size supported by KVM. This capability > needs to be known to create the VM with a specific IPA max size > (kvm_type passed along KVM_CREATE_VM ioctl. > >

[Qemu-devel] [PATCH v6 07/18] kvm: add kvm_arm_get_max_vm_phys_shift

2019-02-05 Thread Eric Auger
Add the kvm_arm_get_max_vm_phys_shift() helper that returns the log of the maximum IPA size supported by KVM. This capability needs to be known to create the VM with a specific IPA max size (kvm_type passed along KVM_CREATE_VM ioctl. Signed-off-by: Eric Auger --- v4 -> v5: - return 40 if the