Page MenuHomeFreeBSD

bhyve: add helper func to write a dsdt entry
ClosedPublic

Authored by corvink on Feb 1 2023, 11:09 AM.
Tags
None
Referenced Files
F168201676: D38329.id117183.diff
Wed, Aug 26, 8:56 PM
Unknown Object (File)
Sat, Aug 22, 8:02 AM
Unknown Object (File)
Tue, Aug 18, 10:32 PM
Unknown Object (File)
Mon, Aug 17, 5:17 PM
Unknown Object (File)
Sat, Aug 15, 6:16 PM
Unknown Object (File)
Wed, Aug 12, 4:02 AM
Unknown Object (File)
Tue, Aug 11, 3:00 AM
Unknown Object (File)
Tue, Aug 11, 2:02 AM
Subscribers

Details

Summary

The guest will check the dsdt to detect acpi devices. Therefore, add a
helper function to create such a dsdt entry for an acpi device.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

usr.sbin/bhyve/acpi_device.c
144
160

Can this only happen due to a programming error? Should this then be a fatal error?

  • fix style
  • assert on unknown resource type
corvink added inline comments.
usr.sbin/bhyve/acpi_device.c
160

Should only happen due to a programming error. I'm not sure about the prefered style. I'm using assert(0) like some other part of bhyve.

markj added inline comments.
usr.sbin/bhyve/acpi_device.c
154

No need for braces here. Or maybe you add some local var in a later patch.

This revision is now accepted and ready to land.Feb 10 2023, 4:37 PM
This revision was automatically updated to reflect the committed changes.