On 10/6/20 6:15 PM, Paolo Bonzini wrote: > On 06/10/20 18:02, Philippe Mathieu-Daudé wrote: >> On 10/6/20 5:51 PM, Richard Henderson wrote: >>> On 10/6/20 10:36 AM, Philippe Mathieu-Daudé wrote: >>>> +++ b/hw/nvram/fw_cfg-interface.c >>>> @@ -0,0 +1,15 @@ >>>> +#include "qemu/osdep.h" >>>> +#include "hw/nvram/fw_cfg.h" >>> >>> License boilerplate missing. >> >> Grr. Paolo since you queued this, do you mind fixing directly? >> > > Please write it here and I'll paste it in place.
/* * QEMU Firmware configuration device emulation (QOM interfaces) * * Copyright 2020 Red Hat, Inc. * * SPDX-License-Identifier: GPL-2.0-or-later */ Thanks! Phil.