commit | 681bcea802f2bf0a28cdf0fd0f813de7bb5cd3c7 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Tue Jan 24 22:21:16 2017 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 15 15:26:06 2017 +0100 |
tree | ee86951ab23301f477f03292528536fb78a0577b | |
parent | 858e25c06fb0bc4b39b2f01c14c990348e3a9b67 [diff] |
KVM: svm: inititalize hash table structures directly The hashtable and guarding spinlock are global data structures, we can inititalize them statically. Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20170124212116.4568-1-david@redhat.com> Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>