mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-02 18:33:33 +00:00
Per ACPI 6.x chapter 19.6.109, the Processor Operator is deprecated. Replace it with Device Operator, otherwise the iasl would complain "Warning 3168 - Legacy Processor() keyword detected. Use Device() keyword instead." when launch post-launched VM in devicemodel. Tracked-On: #5719 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>