Print a user-friendly message on failed vmentry
commit344340a45e9eee23362ab32576533cdf26e85323
authorMohammed Gamal <m.gamal005@gmail.com>
Sun, 6 Jun 2010 11:10:16 +0000 (6 14:10 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 7 Jun 2010 07:31:07 +0000 (7 10:31 +0300)
tree9dfac40d9b1fdbd19d15f8fdcf9e3dac47d4453e
parenta888209e3f58308e776401ed25b8fba99bbac76c
Print a user-friendly message on failed vmentry

This patch address bug report in https://bugs.launchpad.net/qemu/+bug/530077.

Failed vmentries were handled with handle_unhandled() which prints a rather
unfriendly message to the user. This patch separates handling vmentry failures
from unknown exit reasons and prints a friendly message to the user.

Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
qemu-kvm.c