]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Initialize RIP before starting to run the guest
authorPekka Enberg <penberg@cs.helsinki.fi>
Wed, 24 Mar 2010 16:13:46 +0000 (18:13 +0200)
committerPekka Enberg <penberg@cs.helsinki.fi>
Wed, 24 Mar 2010 16:13:46 +0000 (18:13 +0200)
commitec3bd602ecc1033a15a0d94bcddee11b01134ebe
treef7548d4eaedd5a409655793baed00b8f33a367e8
parent07c01f03de027f0ddb96431b9b9c29a27308755e
Initialize RIP before starting to run the guest

Use the return value of load_kernel() to initialize RIP register before
starting the guest with KVM_RUN ioctl().

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/kvm.c