On Tue, 5 Mar 2024 at 14:29, Paolo Bonzini <pbonz...@redhat.com> wrote: > > On Fri, Feb 23, 2024 at 5:13 PM Peter Maydell <peter.mayd...@linaro.org> > wrote: > > > > The sun4v RTC device model added under commit a0e893039cf2ce0 in 2016 > > was unfortunately added with a license of GPL-v3-or-later, which is > > not compatible with other QEMU code which has a GPL-v2-only license. > > > > Relicense the code in the .c and the .h file to GPL-v2-or-later, > > to make it compatible with the rest of QEMU. > > > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > > --- > > Before we can commit this to either head-of-git or any stable branch, > > we need a Signed-off-by: from everybody who's touched this file (or, > > for corporate contributions, from somebody from the relevant company > > who can confirm that the company is OK with the licensing, which is > > RedHat and Linaro in this case). > > All contributions from Red Hat are GPLv2 or later (though it's nice > that Markus signed off on his own), so > > Signed-off-by: Paolo Bonzini (for Red Hat) <pbonz...@redhat.com>
Excellent. I believe that is then everybody's signoff that we need, so I'll make sure this gets into a pullreq by the end of the week (and add the cc:stable tag for it). Thanks everybody for your assistance in getting this sorted out. -- PMM