From 1cc834724919caf5ea21c146b29f62b6cd213db7 Mon Sep 17 00:00:00 2001 From: Timos Ampelikiotis Date: Wed, 11 Sep 2024 17:23:20 +0300 Subject: Update virtio-loopback-adapter Updates [v1]: - The adapter works with the multi-device loopback - Remove unnecessary ioctl - Increase ram limits - Update licenses Bug-AGL: SPEC-4834 Change-Id: I90fb610d62f9a948eb7e6146f5f8ca5d3e4feeb0 Signed-off-by: Timos Ampelikiotis --- vhost_user_can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhost_user_can.c') diff --git a/vhost_user_can.c b/vhost_user_can.c index 251eba0..c645948 100644 --- a/vhost_user_can.c +++ b/vhost_user_can.c @@ -5,7 +5,7 @@ * https://github.com/OpenSynergy/qemu/tree/virtio-can-spec-rfc-v3 * * Copyright (C) 2021-2023 OpenSynergy GmbH - * Copyright (c) 2023-2024 Virtual Open Systems SAS. + * Copyright (c) 2023 Virtual Open Systems SAS. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit