
5 Feb
2014
5 Feb
'14
9:07 p.m.
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