summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-04-25 12:13:25 +0300
committerGerd Hoffmann <kraxel@redhat.com>2012-05-03 10:45:04 +0200
commit4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055 (patch)
treea462ad74598c63327d73ff48cfc3376a6b36055e /hw
parente954ea2873fd6621d199d4a1a012fc0bc0292924 (diff)
downloadqemu-4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055.tar.gz
qxl: ioport_write: remove guest trigerrable abort
Signed-off-by: Alon Levy <alevy@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/qxl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/qxl.c b/hw/qxl.c
index 44a167afb7..c614c912e2 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -1464,8 +1464,7 @@ async_common:
qxl_spice_destroy_surfaces(d, async);
break;
default:
- fprintf(stderr, "%s: ioport=0x%x, abort()\n", __FUNCTION__, io_port);
- abort();
+ qxl_guest_bug(d, "%s: unexpected ioport=0x%x\n", __func__, io_port);
}
return;
cancel_async: