Re: [Qemu-devel] [PATCH v2] kvm: Detect number of available memory slots from the host kernel

2012-12-12 Thread Gleb Natapov
On Mon, Dec 10, 2012 at 10:10:33AM -0700, Alex Williamson wrote: The kernel already exposes an interface for this, x86 returns a proper value and for the rest we can default to the defacto standard of 32. The primary motivation for this is to support more PCI assigned devices, both through

[Qemu-devel] [PATCH v2] kvm: Detect number of available memory slots from the host kernel

2012-12-10 Thread Alex Williamson
The kernel already exposes an interface for this, x86 returns a proper value and for the rest we can default to the defacto standard of 32. The primary motivation for this is to support more PCI assigned devices, both through pci-assign and vfio-pci. Signed-off-by: Alex Williamson