aboutsummaryrefslogtreecommitdiff
path: root/hw/display/vhost-user-vga.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display/vhost-user-vga.c')
-rw-r--r--hw/display/vhost-user-vga.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/display/vhost-user-vga.c b/hw/display/vhost-user-vga.c
index a7195276d9..1690f6b610 100644
--- a/hw/display/vhost-user-vga.c
+++ b/hw/display/vhost-user-vga.c
@@ -33,8 +33,7 @@ static void vhost_user_vga_inst_initfn(Object *obj)
VIRTIO_VGA_BASE(dev)->vgpu = VIRTIO_GPU_BASE(&dev->vdev);
object_property_add_alias(obj, "chardev",
- OBJECT(&dev->vdev), "chardev",
- &error_abort);
+ OBJECT(&dev->vdev), "chardev");
}
static const VirtioPCIDeviceTypeInfo vhost_user_vga_info = {