KVM: s390: cleanup cpuid handling
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Mon, 4 Apr 2016 12:27:51 +0000 (14:27 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 9 May 2016 11:33:57 +0000 (13:33 +0200)
commit9bb0ec099756078118d8079e09f2bf3d6e7e00b6
tree94be53634febb4306b848ae264b6716cd6e81442
parentbd50e8ec8f668de472b3bf782ac95866056257dd
KVM: s390: cleanup cpuid handling

We only have one cpuid for all VCPUs, so let's directly use the one in the
cpu model. Also always store it directly as u64, no need for struct cpuid.

Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/priv.c