HomeFreeBSD

vmm: permit some IPIs to be handled by userspace

Description

vmm: permit some IPIs to be handled by userspace

Add VM_EXITCODE_IPI to permit returning unhandled IPIs to userland.
INIT and Startup IPIs are now returned to userland. Due to backward
compatibility reasons, a new capability is added for enabling
VM_EXITCODE_IPI.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D35623
Sponsored by: Beckhoff Automation GmbH & Co. KG

Details

Provenance
corvinkAuthored on Sep 7 2022, 7:07 AM
manuCommitted on Sep 7 2022, 7:07 AM
Differential Revision
D35623: vmm: permit some IPIs to be handled by userspace
Parents
rG9cc9abf409cc: bhyve: create all vcpus on startup
Branches
Unknown
Tags
Unknown
Reverted By
rG3fc174845c9c: Revert "vmm: permit some IPIs to be handled by userspace"