]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: x86: no need to inititalize vcpu members to 0
authorDavid Hildenbrand <david@redhat.com>
Thu, 24 Aug 2017 18:51:27 +0000 (20:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Oct 2017 12:01:51 +0000 (14:01 +0200)
commitf2d1da696f515a4ad2df3f03ad922306867c391a
tree4a33ad2f525b0a31438bbd1301fea93888d294a9
parent12d79917a4d67efd4a80dcd57748da10f890508a
KVM: x86: no need to inititalize vcpu members to 0

vmx and svm use zalloc, so this is not necessary.

Reviewed-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/x86.c