mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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
1 changed files with 1 additions and 2 deletions
3
hw/qxl.c
3
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue