Bhyve's APIC emulation lacks some feature:Add VM_EXITCODE_IPI to permit returning unhandled IPIs to userland.
- you can only send an INIT/SIPI to a single vcpu
- you can only spin up a vcpu onceINIT and Startup IPIs are now returned to userland.
This patch requires following patches to work properly:
D35621
D35622