qxl: ioport_write: remove guest trigerrable abort

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Alon Levy 2012-04-25 12:13:25 +03:00 committed by Gerd Hoffmann
parent e954ea2873
commit 4763e2cadd

View file

@ -1464,8 +1464,7 @@ async_common:
qxl_spice_destroy_surfaces(d, async); qxl_spice_destroy_surfaces(d, async);
break; break;
default: default:
fprintf(stderr, "%s: ioport=0x%x, abort()\n", __FUNCTION__, io_port); qxl_guest_bug(d, "%s: unexpected ioport=0x%x\n", __func__, io_port);
abort();
} }
return; return;
cancel_async: cancel_async: