bhyve: Use the new vm_limit_rights() interface
This addresses a compiler warning arising from the fact that bhyve
needs to cast away a const qualifier in order to call free().
No functional change intended.
Reviewed by: jhb
(cherry picked from commit fb7ce0a95ef1e796c10def3ed660e487ffb77c75)