diff options
author | 2024-09-11 17:23:20 +0300 | |
---|---|---|
committer | 2024-09-17 11:39:28 +0300 | |
commit | 1cc834724919caf5ea21c146b29f62b6cd213db7 (patch) | |
tree | e8662e4eb5001cb4133926d70ee23dd610f657a3 /vhost_user_can.c | |
parent | 9982da4e9ee4f920c51af694ca813a69979e58e8 (diff) |
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 <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'vhost_user_can.c')
-rw-r--r-- | vhost_user_can.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |