Daniel P. Berrange wrote:
> + virCommandAddArg(cmd, "-H"); /* vmexit from guest
on hlt */
> + virCommandAddArg(cmd, "-P"); /* vmexit from guest on pause */
What's the functional effect of having these set, or not ?
Having that set should make bhyve process terminate on these events (htl
and pause).
I guess it'd be better not to use it so bhyve process doesn't suddenly
vanish from libvirt radar?
Roman Bogorodskiy