]> Git Repo - qemu.git/commit - kvm-all.c
kvm: Keep KVM_RUN return value in separate variable
authorJan Kiszka <[email protected]>
Tue, 15 Mar 2011 11:26:25 +0000 (12:26 +0100)
committerMarcelo Tosatti <[email protected]>
Wed, 16 Mar 2011 20:11:06 +0000 (17:11 -0300)
commit7cbb533f92f040ab1dbafe2233a51c7d4e321d90
tree56d37235c077db60b8edc3c9929ca5e4a3a1c3ba
parent51e8fa606e3cbef9cdf5c84f2468dcf1e07ddb70
kvm: Keep KVM_RUN return value in separate variable

Avoid using 'ret' both for the return value of KVM_RUN as well as the
code kvm_cpu_exec is supposed to return. Both have no direct relation.

Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
kvm-all.c
This page took 0.025952 seconds and 4 git commands to generate.