projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e954ea2
)
qxl: ioport_write: remove guest trigerrable abort
author
Alon Levy
<alevy@redhat.com>
Wed, 25 Apr 2012 09:13:25 +0000
(12:13 +0300)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 3 May 2012 08:45:04 +0000
(10:45 +0200)
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/qxl.c
patch
|
blob
|
history
diff --git
a/hw/qxl.c
b/hw/qxl.c
index 44a167afb7008f83067cf3dacc4aea49c1ea73cd..c614c912e249f8a47dc0395136237a35a688794a 100644
(file)
--- 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: