Re: [Qemu-devel] [PATCH 0/4] Introduce the hw/firmware/ namespace

2018-12-07 Thread Michael S. Tsirkin
On Fri, Dec 07, 2018 at 05:50:59PM +0100, Philippe Mathieu-Daudé wrote: > QEMU interacts with various firmwares. We already have some helpers > for some firmwares. Later we will add UEFI helpers. > This series introduce the hw/firmware namespace for this. > > There is no need to move hw/smbios sou

[Qemu-devel] [PATCH 0/4] Introduce the hw/firmware/ namespace

2018-12-07 Thread Philippe Mathieu-Daudé
QEMU interacts with various firmwares. We already have some helpers for some firmwares. Later we will add UEFI helpers. This series introduce the hw/firmware namespace for this. There is no need to move hw/smbios sources into a specific directory, we only focus on the headers. Philippe Mathieu-Da