Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143914467
D51768.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
433 B
Referenced Files
None
Subscribers
None
D51768.diff
View Options
diff --git a/usr.sbin/bhyve/aarch64/vmexit.c b/usr.sbin/bhyve/aarch64/vmexit.c
--- a/usr.sbin/bhyve/aarch64/vmexit.c
+++ b/usr.sbin/bhyve/aarch64/vmexit.c
@@ -202,7 +202,10 @@
smccc_rv = PSCI_VER(1, 0);
break;
case PSCI_FNID_CPU_SUSPEND:
+ break;
case PSCI_FNID_CPU_OFF:
+ CPU_CLR_ATOMIC(vcpu_id(vcpu), &running_cpumask);
+ vm_suspend_cpu(vcpu);
break;
case PSCI_FNID_CPU_ON:
mpidr = vme->u.smccc_call.args[0];
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 10:09 PM (10 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28418094
Default Alt Text
D51768.diff (433 B)
Attached To
Mode
D51768: bhyve/arm64: Implement PSCI_FNID_CPU_OFF
Attached
Detach File
Event Timeline
Log In to Comment