Re: vmd(4) fw_cfg support

2018-12-10 Thread Carlos Cardenas
On Mon, Dec 10, 2018 at 05:52:43PM +0100, Claudio Jeker wrote: > This adds the fw_cfg interface that QEMU is using to pass data to the > BIOS. It implements both IO port access and DMA access. SeaBIOS will use > the latter if available. This should be useful for adding ACPI tables or > SMBIOS

Re: vmd(4) fw_cfg support

2018-12-10 Thread Mike Larkin
On Mon, Dec 10, 2018 at 05:52:43PM +0100, Claudio Jeker wrote: > This adds the fw_cfg interface that QEMU is using to pass data to the > BIOS. It implements both IO port access and DMA access. SeaBIOS will use > the latter if available. This should be useful for adding ACPI tables or > SMBIOS

vmd(4) fw_cfg support

2018-12-10 Thread Claudio Jeker
This adds the fw_cfg interface that QEMU is using to pass data to the BIOS. It implements both IO port access and DMA access. SeaBIOS will use the latter if available. This should be useful for adding ACPI tables or SMBIOS data. This requires the latest vmm-firmware (which I just commited) and