projectacrn / acrn-hypervisor

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

doc: Review Supported Hardware #6826

Closed amyreye closed 2 years ago

amyreye commented 2 years ago

Describe the bug Review the Supported Hardware document and update as needed to reflect current support. https://projectacrn.github.io/latest/reference/hardware.html

dbkinder commented 2 years ago

The supported hardware document needs to inform developers what hardware platform they can use to work with ACRN, and what ACRN capabilities are (and aren't) available on specific platforms. While we should recommend and verify a specific platform for open source developers with an ACRN release, we might need to rely on the board inspector and configurator to be the authority about other platforms. Specifically, these tools should clearly report any issues about the presented platform hardware when probing for board information (with the board inspector) or when trying to configure a feature (in the configurator) that the board doesn't support.

amyreye commented 2 years ago

Addressed in PR #6971