Searched hist:"72 f9c9d82fce84fcb68c9aa1f32fabcf0c0038e9" (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | vmexit.h | 72f9c9d82fce84fcb68c9aa1f32fabcf0c0038e9 Wed Oct 04 18:22:56 CEST 2023 Mark Johnston <markj@FreeBSD.org> bhyve: Split vmexit handling into a separate file
Put it in amd64, since most of it is MD and won't be used on arm64. Add a bit of glue to bhyverun.h to make CPU startup and shutdown work without having to export more global variables. AP startup will be reworked further in a future revision.
This makes bhyverun.c much more machine-independent.
No functional change intended.
Reviewed by: corvink, jhb MFC after: 1 week Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D40556
|
H A D | Makefile | diff 72f9c9d82fce84fcb68c9aa1f32fabcf0c0038e9 Wed Oct 04 18:22:56 CEST 2023 Mark Johnston <markj@FreeBSD.org> bhyve: Split vmexit handling into a separate file
Put it in amd64, since most of it is MD and won't be used on arm64. Add a bit of glue to bhyverun.h to make CPU startup and shutdown work without having to export more global variables. AP startup will be reworked further in a future revision.
This makes bhyverun.c much more machine-independent.
No functional change intended.
Reviewed by: corvink, jhb MFC after: 1 week Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D40556
|
H A D | bhyverun.c | diff 72f9c9d82fce84fcb68c9aa1f32fabcf0c0038e9 Wed Oct 04 18:22:56 CEST 2023 Mark Johnston <markj@FreeBSD.org> bhyve: Split vmexit handling into a separate file
Put it in amd64, since most of it is MD and won't be used on arm64. Add a bit of glue to bhyverun.h to make CPU startup and shutdown work without having to export more global variables. AP startup will be reworked further in a future revision.
This makes bhyverun.c much more machine-independent.
No functional change intended.
Reviewed by: corvink, jhb MFC after: 1 week Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D40556
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | vmexit.c | 72f9c9d82fce84fcb68c9aa1f32fabcf0c0038e9 Wed Oct 04 18:22:56 CEST 2023 Mark Johnston <markj@FreeBSD.org> bhyve: Split vmexit handling into a separate file
Put it in amd64, since most of it is MD and won't be used on arm64. Add a bit of glue to bhyverun.h to make CPU startup and shutdown work without having to export more global variables. AP startup will be reworked further in a future revision.
This makes bhyverun.c much more machine-independent.
No functional change intended.
Reviewed by: corvink, jhb MFC after: 1 week Sponsored by: Innovate UK Differential Revision: https://reviews.freebsd.org/D40556
|