Re: [PATCH] vfio: add license tag to some files

2025-06-25 Thread John Levon
On Tue, Jun 24, 2025 at 11:35:52AM +0200, Cédric Le Goater wrote: > > 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 si

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Cédric Le Goater
+ 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 --- hw/vfio/trace.h | 3 +++ hw/vfio/Kconfig | 2 ++ hw/vfio/meson.build | 2 ++ hw/vfio/trace-events | 2 ++ 4 files changed, 9 insertions(

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Cédric Le Goater
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

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Daniel P . Berrangé
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 > > --- > > hw/vfio/trace.h | 3 +++ > > hw/vfio/Kconfig | 2 +

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Daniel P . Berrangé
On Mon, Jun 23, 2025 at 10:30:53AM +0100, John Levon wrote: > Add SPDX-License-Identifier to some files missing it in hw/vfio/. > > Signed-off-by: John Levon > --- > hw/vfio/trace.h | 3 +++ > hw/vfio/Kconfig | 2 ++ > hw/vfio/meson.build | 2 ++ > hw/vfio/trace-events | 2 ++ > 4 fil

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Daniel P . Berrangé
On Tue, Jun 24, 2025 at 11:41:11AM +0200, Philippe Mathieu-Daudé wrote: > On 24/6/25 11:05, 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 fil

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Cédric Le Goater
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/2

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Cédric Le Goater
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 Applied to vfio-next. Thanks, C.

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Cédric Le Goater
On 6/24/25 11:41, John Levon wrote: On Tue, Jun 24, 2025 at 11:35:52AM +0200, Cédric Le Goater wrote: 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 f

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread Philippe Mathieu-Daudé
On 24/6/25 11:05, 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 --- hw/vfio/trace.h | 3 +++ hw/vfi

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread John Levon
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

Re: [PATCH] vfio: add license tag to some files

2025-06-24 Thread John Levon
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

[PATCH] vfio: add license tag to some files

2025-06-23 Thread John Levon
Add SPDX-License-Identifier to some files missing it in hw/vfio/. Signed-off-by: John Levon --- hw/vfio/trace.h | 3 +++ hw/vfio/Kconfig | 2 ++ hw/vfio/meson.build | 2 ++ hw/vfio/trace-events | 2 ++ 4 files changed, 9 insertions(+) diff --git a/hw/vfio/trace.h b/hw/vfio/trace.h in