vmgenid(4): Integrate as a random(4) sourceThe number is public and has no "entropy," but should be integrated quicklyon VM rewind events to avoid duplicate sequences.Approved by: csprng(markm)
vmgenid(4): Integrate as a random(4) sourceThe number is public and has no "entropy," but should be integrated quicklyon VM rewind events to avoid duplicate sequences.Approved by: csprng(markm)Differential Revision: https://reviews.freebsd.org/D22946
show more ...
Add vmgenc(4) driver for ACPI VM generation counterThe VM generation counter is a 128-bit value exposed by the BIOS via ACPI.The value changes to another unique identifier whenever a VM is duplica
Add vmgenc(4) driver for ACPI VM generation counterThe VM generation counter is a 128-bit value exposed by the BIOS via ACPI.The value changes to another unique identifier whenever a VM is duplicated.Additionally, ACPI provides notification events when such events occur.The driver decodes the pointer to the UUID, exports the value to userspacevia OPAQUE sysctl blob, and forwards the ACPI notifications in the form ofan EVENTHANDLER invocation as well as userspace devctl events.See design paper: https://go.microsoft.com/fwlink/p/?LinkID=260709