mbox series

[0/2] kvm: vmalloc vmx vcpus

Message ID 20181020211200.255171-1-marcorr@google.com (mailing list archive)
Headers show
Series kvm: vmalloc vmx vcpus | expand

Message

Marc Orr Oct. 20, 2018, 9:11 p.m. UTC
Patch series to allocate vmx vcpus with vmalloc() instead of kalloc().
This enables vendors to pack more VMs on a single host.

Marc Orr (2):
  mm: export __vmalloc_node_range()
  kvm: vmx: use vmalloc() to allocate vcpus

 arch/x86/kvm/vmx.c  | 98 +++++++++++++++++++++++++++++++++++++++++----
 mm/vmalloc.c        |  1 +
 virt/kvm/kvm_main.c | 28 +++++++------
 3 files changed, 107 insertions(+), 20 deletions(-)

Comments

Marc Orr Oct. 23, 2018, 9:13 p.m. UTC | #1
Adding everyone that's cc'd on [kvm PATCH 1/2] mm: export
__vmalloc_node_range().
Thanks,
MarcOn Sat, Oct 20, 2018 at 5:12 PM Marc Orr <marcorr@google.com> wrote:
>
> Patch series to allocate vmx vcpus with vmalloc() instead of kalloc().
> This enables vendors to pack more VMs on a single host.
>
> Marc Orr (2):
>   mm: export __vmalloc_node_range()
>   kvm: vmx: use vmalloc() to allocate vcpus
>
>  arch/x86/kvm/vmx.c  | 98 +++++++++++++++++++++++++++++++++++++++++----
>  mm/vmalloc.c        |  1 +
>  virt/kvm/kvm_main.c | 28 +++++++------
>  3 files changed, 107 insertions(+), 20 deletions(-)
>
> --
> 2.19.1.568.g152ad8e336-goog
>