From: Alon Levy Date: Wed, 25 Apr 2012 09:13:25 +0000 (+0300) Subject: qxl: ioport_write: remove guest trigerrable abort X-Git-Tag: v1.1-rc1~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055;p=thirdparty%2Fqemu.git qxl: ioport_write: remove guest trigerrable abort Signed-off-by: Alon Levy Signed-off-by: Gerd Hoffmann --- diff --git a/hw/qxl.c b/hw/qxl.c index 44a167afb70..c614c912e24 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: