From: Alon Levy Date: Wed, 25 Apr 2012 09:13:25 +0000 (+0300) Subject: qxl: ioport_write: remove guest trigerrable abort X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055;p=qemu.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 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: