[libvirt] [PATCH v3] bhyve: add a basic driver

Roman Bogorodskiy bogorodskiy at gmail.com
Wed Feb 5 20:07:10 UTC 2014


  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




More information about the libvir-list mailing list