[edk2-devel] [PATCH v1 0/5] Add ACPI support for Kvmtool

2021-06-23 Thread PierreGondois
From: Pierre Gondois Kvmtool dynamically generates a device tree describing the platform to boot on. Using the patch-sets listed below, the DynamicTables framework generates ACPI tables describing a similar platform. This patch-set: - adds a ConfigurationManager allowing to generate ACPI tables

Re: [edk2-devel] [PATCH v1 0/5] Add ACPI support for Kvmtool

2021-06-24 Thread Laszlo Ersek
On 06/23/21 16:06, PierreGondois wrote: > From: Pierre Gondois > > Kvmtool dynamically generates a device tree describing the platform > to boot on. Using the patch-sets listed below, the DynamicTables > framework generates ACPI tables describing a similar platform. > > This patch-set: > - adds

Re: [edk2-devel] [PATCH v1 0/5] Add ACPI support for Kvmtool

2021-06-24 Thread Laszlo Ersek
On 06/23/21 16:06, PierreGondois wrote: > Pierre Gondois (1): > ArmVirtPkg: Add cspell exceptions > > Sami Mujawar (4): > ArmVirtPkg: Add DSDT ACPI table for Kvmtool firmware > ArmVirtPkg: Add Configuration Manager for Kvmtool firmware > ArmVirtPkg: Enable ACPI support for Kvmtool > Arm