]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tool: Fix powerpc/kvm-cpu.c for new KVM_SET_ONE_REG API
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 4 Jul 2012 13:39:58 +0000 (23:39 +1000)
committerPekka Enberg <penberg@kernel.org>
Wed, 4 Jul 2012 14:12:20 +0000 (17:12 +0300)
commit178bb529bf160f3b9a284e904fea37c38ad3e3bb
treee274499d47ad3e72a3edd721af7c4279c5357c69
parentd817eef41fcd32fbbc11619f17f9b60482f15c12
kvm tool: Fix powerpc/kvm-cpu.c for new KVM_SET_ONE_REG API

I think this code was based on an earlier version of the KVM_SET_ONE_REG
API, which at the time was in agraf's tree but not mainline?

Either way it doesn't compile as is, so fix it up.

Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/powerpc/kvm-cpu.c