diff options
author | Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> | 2023-09-15 11:45:38 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-03 15:18:54 +0300 |
commit | 7eef0269955fa7dc930161ded1edc8f1458ac788 (patch) | |
tree | 1eb37e0209a4cbe6f692e97b20fc787b72229ff3 /virtio_input.c | |
parent | a99fe32fc076f0654a8c8fab7a16abff42ba4218 (diff) |
[ADD] Vhost-user-gpio is being added
Update Copyrights, interrupt locking mechanism, compilation warnings.
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'virtio_input.c')
-rw-r--r-- | virtio_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio_input.c b/virtio_input.c index 18ef3d4..c0993ea 100644 --- a/virtio_input.c +++ b/virtio_input.c @@ -1,7 +1,7 @@ /* * Based on virtio-input.h of QEMU project * - * Copyright (c) 2022 Virtual Open Systems SAS. + * Copyright (c) 2022-2023 Virtual Open Systems SAS. * * This work is licensed under the terms of the GNU GPL, version 2 or * (at your option) any later version. See the COPYING file in the |