mirror of
https://github.com/qemu/qemu.git
synced 2026-02-04 02:24:51 +00:00
vfio: add license tag to some files
Add SPDX-License-Identifier to some files missing it in hw/vfio/. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250623093053.1495509-1-john.levon@nutanix.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
committed by
Cédric Le Goater
parent
8d60d069d7
commit
eafb408629
@@ -1,3 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
config VFIO
|
||||
bool
|
||||
depends on LINUX
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
vfio_ss = ss.source_set()
|
||||
vfio_ss.add(files(
|
||||
'listener.c',
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# See docs/devel/tracing.rst for syntax documentation.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# pci.c
|
||||
vfio_intx_interrupt(const char *name, char line) " (%s) Pin %c"
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
/*
|
||||
* SPDX-License-Identifier: GPL-2.0-or-later
|
||||
*/
|
||||
#include "trace/trace-hw_vfio.h"
|
||||
|
||||
Reference in New Issue
Block a user