projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.14k stars 521 forks source link

Hardcodes path to iasl #2298

Closed rossburton closed 5 years ago

rossburton commented 5 years ago

Currently the path to iasl is hard-coded:

https://github.com/projectacrn/acrn-hypervisor/blob/59e2de480578c54589f37ea0aa20ce5f6544c8a4/devicemodel/hw/platform/acpi/acpi.c#L91

That should be a fallback so the builder can pass -DASL_COMPILER=/real/path/to/iasl for systems where iasl isn't in /usr/sbin.

Mingyuan18 commented 5 years ago

[External_System_ID] ACRN-2455

rossburton commented 5 years ago

Merged in 80dc0bce3e70e45ba04a50fc7985e3d4606c04e7.