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:
parent
e954ea2873
commit
4763e2cadd
3
hw/qxl.c
3
hw/qxl.c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user