Re: [Qemu-devel] [PATCH 4/4] hw/smbios: Move to the hw/firmware/ namespace

2018-12-10 Thread Philippe Mathieu-Daudé
On 12/10/18 4:10 PM, Laszlo Ersek wrote: > On 12/07/18 17:51, Philippe Mathieu-Daudé wrote: >> SMBIOS is just another firmware used by some QEMU models. >> We will later introduce more firmwares in this namespace. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> MAINTAINERS

Re: [Qemu-devel] [PATCH 4/4] hw/smbios: Move to the hw/firmware/ namespace

2018-12-10 Thread Laszlo Ersek
On 12/07/18 17:51, Philippe Mathieu-Daudé wrote: > SMBIOS is just another firmware used by some QEMU models. > We will later introduce more firmwares in this namespace. > > Signed-off-by: Philippe Mathieu-Daudé > --- > MAINTAINERS | 2 +- > hw/arm/virt.c

[Qemu-devel] [PATCH 4/4] hw/smbios: Move to the hw/firmware/ namespace

2018-12-07 Thread Philippe Mathieu-Daudé
SMBIOS is just another firmware used by some QEMU models. We will later introduce more firmwares in this namespace. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 2 +- hw/arm/virt.c| 2 +- hw/i386/pc.c