Re: [PATCH 2/2] KVM: x86: Account a variety of miscellaneous allocations

2021-03-31 Thread Paolo Bonzini
On 31/03/21 04:30, Sean Christopherson wrote: Switch to GFP_KERNEL_ACCOUNT for a handful of allocations that are clearly associated with a single task/VM. Note, there are a several SEV allocations that aren't accounted, but those can (hopefully) be fixed by using the local stack for memory.

[PATCH 2/2] KVM: x86: Account a variety of miscellaneous allocations

2021-03-30 Thread Sean Christopherson
Switch to GFP_KERNEL_ACCOUNT for a handful of allocations that are clearly associated with a single task/VM. Note, there are a several SEV allocations that aren't accounted, but those can (hopefully) be fixed by using the local stack for memory. Signed-off-by: Sean Christopherson ---