aboutsummaryrefslogtreecommitdiff
path: root/hw/input/vhost-user-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/input/vhost-user-input.c')
-rw-r--r--hw/input/vhost-user-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/input/vhost-user-input.c b/hw/input/vhost-user-input.c
index 544452a234..63984a8ba7 100644
--- a/hw/input/vhost-user-input.c
+++ b/hw/input/vhost-user-input.c
@@ -101,7 +101,7 @@ static void vhost_input_init(Object *obj)
vhi->vhost = VHOST_USER_BACKEND(object_new(TYPE_VHOST_USER_BACKEND));
object_property_add_alias(obj, "chardev",
- OBJECT(vhi->vhost), "chardev", &error_abort);
+ OBJECT(vhi->vhost), "chardev");
}
static void vhost_input_finalize(Object *obj)