diff options
author | Alon Levy <alevy@redhat.com> | 2012-04-25 12:13:25 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-05-03 10:45:04 +0200 |
commit | 4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055 (patch) | |
tree | a462ad74598c63327d73ff48cfc3376a6b36055e /hw/qxl.c | |
parent | e954ea2873fd6621d199d4a1a012fc0bc0292924 (diff) | |
download | qemu-4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055.tar.gz qemu-4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055.tar.bz2 qemu-4763e2cadd3b2ecfc41e83b99b88b8a68d2e6055.zip |
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/qxl.c')
-rw-r--r-- | hw/qxl.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |