From 330a49da9ec426bd07472266916366053281b4de Mon Sep 17 00:00:00 2001 From: Michele Paolino Date: Fri, 15 Dec 2023 15:48:09 +0000 Subject: Adding virtio-console support and small sound fixes This commit adds adapter support for vhost-user-console Bug-AGL: SPEC-4834 Change-Id: I96eb95ffbf858b0ad410f49e586af0bb81b74dd2 Signed-off-by: Michele Paolino --- virtio_loopback.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'virtio_loopback.h') diff --git a/virtio_loopback.h b/virtio_loopback.h index cd59a5a..2ece0f9 100644 --- a/virtio_loopback.h +++ b/virtio_loopback.h @@ -365,6 +365,7 @@ typedef struct VhostUserInput VhostUserInput; typedef struct VHostUserGPIO VHostUserGPIO; typedef struct VHostUserSound VHostUserSound; typedef struct VHostUserCan VHostUserCan; +typedef struct VHostUserConsole VHostUserConsole; typedef struct VirtioBus VirtioBus; typedef struct VirtIODevice { @@ -407,6 +408,7 @@ typedef struct VirtIODevice { VHostUserSound *vhusnd; VHostUserGPIO *vhugpio; VHostUserCan *vhucan; + VHostUserConsole *vhuconsole; } VirtIODevice; typedef struct efd_data { -- cgit