Dominik Dingel 31928aa586 KVM: remove unneeded return value of vcpu_postcreate
The return value of kvm_arch_vcpu_postcreate is not checked in its
caller.  This is okay, because only x86 provides vcpu_postcreate right
now and it could only fail if vcpu_load failed.  But that is not
possible during KVM_CREATE_VCPU (kvm_arch_vcpu_load is void, too), so
just get rid of the unchecked return value.

Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
2015-01-23 13:24:52 +01:00
..
2014-12-18 16:05:28 -08:00
2014-12-18 16:05:28 -08:00
2014-09-24 14:07:58 +02:00
2014-09-22 10:11:32 +02:00
2014-12-18 16:05:28 -08:00
2014-11-03 12:12:32 +11:00
2014-07-28 19:29:15 +02:00
2014-07-28 19:29:15 +02:00