Searched hist:"9 cb339cc7b8efa749c771db86650a27b7d0b5ac2" (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | vmgenc.h | 9cb339cc7b8efa749c771db86650a27b7d0b5ac2 Wed Apr 15 04:00:17 CEST 2020 Conrad Meyer <cem@FreeBSD.org> bhyve(8): Add VM Generation Counter ACPI device
Add an implementatation of the 'Virtual Machine Generation ID' spec to Bhyve. The spec provides a randomly generated GUID (at bhyve start) in device memory, along with an ACPI device with _CID VM_Gen_Counter and ADDR evaluating to a Package pointing at that GUID.
A GPE is defined which Notifies the ACPI Device when the generation changes (such as when a snapshot is rolled back). At this time, Bhyve does not support snapshotting, so the GPE is never actually raised.
Suggested by: rpokala Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D23165
|
H A D | vmgenc.c | 9cb339cc7b8efa749c771db86650a27b7d0b5ac2 Wed Apr 15 04:00:17 CEST 2020 Conrad Meyer <cem@FreeBSD.org> bhyve(8): Add VM Generation Counter ACPI device
Add an implementatation of the 'Virtual Machine Generation ID' spec to Bhyve. The spec provides a randomly generated GUID (at bhyve start) in device memory, along with an ACPI device with _CID VM_Gen_Counter and ADDR evaluating to a Package pointing at that GUID.
A GPE is defined which Notifies the ACPI Device when the generation changes (such as when a snapshot is rolled back). At this time, Bhyve does not support snapshotting, so the GPE is never actually raised.
Suggested by: rpokala Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D23165
|
H A D | acpi.h | diff 9cb339cc7b8efa749c771db86650a27b7d0b5ac2 Wed Apr 15 04:00:17 CEST 2020 Conrad Meyer <cem@FreeBSD.org> bhyve(8): Add VM Generation Counter ACPI device
Add an implementatation of the 'Virtual Machine Generation ID' spec to Bhyve. The spec provides a randomly generated GUID (at bhyve start) in device memory, along with an ACPI device with _CID VM_Gen_Counter and ADDR evaluating to a Package pointing at that GUID.
A GPE is defined which Notifies the ACPI Device when the generation changes (such as when a snapshot is rolled back). At this time, Bhyve does not support snapshotting, so the GPE is never actually raised.
Suggested by: rpokala Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D23165
|
H A D | acpi.c | diff 9cb339cc7b8efa749c771db86650a27b7d0b5ac2 Wed Apr 15 04:00:17 CEST 2020 Conrad Meyer <cem@FreeBSD.org> bhyve(8): Add VM Generation Counter ACPI device
Add an implementatation of the 'Virtual Machine Generation ID' spec to Bhyve. The spec provides a randomly generated GUID (at bhyve start) in device memory, along with an ACPI device with _CID VM_Gen_Counter and ADDR evaluating to a Package pointing at that GUID.
A GPE is defined which Notifies the ACPI Device when the generation changes (such as when a snapshot is rolled back). At this time, Bhyve does not support snapshotting, so the GPE is never actually raised.
Suggested by: rpokala Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D23165
|
H A D | Makefile | diff 9cb339cc7b8efa749c771db86650a27b7d0b5ac2 Wed Apr 15 04:00:17 CEST 2020 Conrad Meyer <cem@FreeBSD.org> bhyve(8): Add VM Generation Counter ACPI device
Add an implementatation of the 'Virtual Machine Generation ID' spec to Bhyve. The spec provides a randomly generated GUID (at bhyve start) in device memory, along with an ACPI device with _CID VM_Gen_Counter and ADDR evaluating to a Package pointing at that GUID.
A GPE is defined which Notifies the ACPI Device when the generation changes (such as when a snapshot is rolled back). At this time, Bhyve does not support snapshotting, so the GPE is never actually raised.
Suggested by: rpokala Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D23165
|
H A D | bhyverun.c | diff 9cb339cc7b8efa749c771db86650a27b7d0b5ac2 Wed Apr 15 04:00:17 CEST 2020 Conrad Meyer <cem@FreeBSD.org> bhyve(8): Add VM Generation Counter ACPI device
Add an implementatation of the 'Virtual Machine Generation ID' spec to Bhyve. The spec provides a randomly generated GUID (at bhyve start) in device memory, along with an ACPI device with _CID VM_Gen_Counter and ADDR evaluating to a Package pointing at that GUID.
A GPE is defined which Notifies the ACPI Device when the generation changes (such as when a snapshot is rolled back). At this time, Bhyve does not support snapshotting, so the GPE is never actually raised.
Suggested by: rpokala Discussed with: grehan Differential Revision: https://reviews.freebsd.org/D23165
|