hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/tools/virtio/ringtest/virtio_ring_0_9.c
....@@ -1,7 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2016 Red Hat, Inc.
34 * Author: Michael S. Tsirkin <mst@redhat.com>
4
- * This work is licensed under the terms of the GNU GPL, version 2.
55 *
66 * Partial implementation of virtio 0.9. event index is used for signalling,
77 * unconditionally. Design roughly follows linux kernel implementation in order