Page MenuHomeFreeBSD

bhyve: add helper struct for ACPI device handling
AbandonedPublic

Authored by corvink on Jan 6 2022, 10:03 AM.
Tags
Referenced Files
Unknown Object (File)
Wed, Apr 17, 4:28 PM
Unknown Object (File)
Mon, Apr 8, 5:53 PM
Unknown Object (File)
Mon, Apr 8, 5:52 PM
Unknown Object (File)
Mon, Apr 8, 5:52 PM
Unknown Object (File)
Mon, Apr 8, 5:51 PM
Unknown Object (File)
Mon, Apr 8, 5:50 PM
Unknown Object (File)
Feb 11 2024, 9:36 PM
Unknown Object (File)
Feb 11 2024, 9:36 PM
Subscribers

Details

Reviewers
jhb
markj
Group Reviewers
bhyve
Summary

To simplify the handling of different ACPI devices like QEMU FwCfg or
a TPM, add a helper struct. It will handle the allocation, mapping
and reporting of ACPI resources.

This struct is used by D31578.

This revision is split into smaller commits at https://github.com/Beckhoff/freebsd-src/commits/phab/corvink/acpi-device

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

corvink edited the summary of this revision. (Show Details)
corvink edited the summary of this revision. (Show Details)
  • Rebase on 14.0-CURRENT

@jhb @markj Please take a look at this patch. It's the first one of the patch series for my fwcfg and acpi table rework.

Split into multiple patches @ D38327, D38328, D38329 and D38330