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_rng.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_rng.c')
-rw-r--r-- | virtio_rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio_rng.c b/virtio_rng.c index ca8f971..6a5b24b 100644 --- a/virtio_rng.c +++ b/virtio_rng.c @@ -5,7 +5,7 @@ * Copyright 2012 Red Hat, Inc. * Copyright 2012 Amit Shah <amit.shah@redhat.com> * - * Copyright 2022 Virtual Open Systems SAS. + * Copyright 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 |