kvm: Print something before calling abort() if KVM_RUN fails
commit7b011fbc050d442a20ed5d2a29724570c1557661
authorMichael Ellerman <michael@ellerman.id.au>
Fri, 16 Dec 2011 00:20:20 +0000 (16 11:20 +1100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 16 Dec 2011 10:45:17 +0000 (16 10:45 +0000)
tree6a3084c180846fb09958b29face89abd5f2496fc
parentbfc213af97c5f7768ad7549bc95134cb4e218a76
kvm: Print something before calling abort() if KVM_RUN fails

It's a little unfriendly to call abort() without printing any sort of
error message. So turn the DPRINTK() into an fprintf(stderr, ...).

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
kvm-all.c