On 6/24/25 11:32, John Levon wrote:
On Tue, Jun 24, 2025 at 11:27:57AM +0200, Cédric Le Goater wrote:
On 6/24/25 11:19, John Levon wrote:
On Tue, Jun 24, 2025 at 10:05:44AM +0100, Daniel P. Berrangé wrote:
On Tue, Jun 24, 2025 at 10:34:40AM +0200, Cédric Le Goater wrote:
+ Daniel
On 6/23/25 11:30, John Levon wrote:
Add SPDX-License-Identifier to some files missing it in hw/vfio/.
Signed-off-by: John Levon <john.le...@nutanix.com>
---
hw/vfio/trace.h | 3 +++
hw/vfio/Kconfig | 2 ++
hw/vfio/meson.build | 2 ++
hw/vfio/trace-events | 2 ++
4 files changed, 9 insertions(+)
Daniel, What would be our position on such files ?
TL;DR: this patch looks reasonable, and we might as well take it, but
there is no expectation that people need to extend this work across the
code tree unless they love doing historical code tracing :-)
I was required to send this patch,
?
as Cédric wanted the same files in
hw/vfio-user/ to have the identifier.
SPDX tags are required for newly created files, the ones introduced
under hw/vfio-user/.
Old files don't have to be changed. It would require a legal due
diligence which is a complex process.
These files came from hw/vfio/ and were then modified so would carry the same
license. Please let me know what you'd like me to do.
Ah. Please consider them as new. These are infrastructure files which are
all similar across the QEMU project.
Thanks,
C.