Re: [Qemu-devel] [PATCH] kvm: Print something before calling abort() if KVM_RUN fails

2011-12-16 Thread Stefan Hajnoczi
On Fri, Dec 16, 2011 at 11:20:20AM +1100, Michael Ellerman wrote: > 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 > --- > kvm-all.c |3 ++- > 1 files changed, 2 in

[Qemu-devel] [PATCH] kvm: Print something before calling abort() if KVM_RUN fails

2011-12-15 Thread Michael Ellerman
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 --- kvm-all.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kvm-all.c b/kvm-all.c index 4c466d6..a