Re: [PATCH 00/16] Bhyve driver improvements

2020-02-23 Thread Ján Tomko
On Sat, Feb 22, 2020 at 01:38:39AM -0500, Ryan Moeller wrote: Ryan Moeller (16): Fix build errors on FreeBSD This one should be two patches, and more importantly, I'm curious about the errors. Simplify bhyve driver caps helpers Remove redundant parameter to virBhyveProcessStart() Fix inde

[PATCH 00/16] Bhyve driver improvements

2020-02-21 Thread Ryan Moeller
Ryan Moeller (16): Fix build errors on FreeBSD Simplify bhyve driver caps helpers Remove redundant parameter to virBhyveProcessStart() Fix indentation Eliminate rc variable Factor out conn Don't bother seeking to the end of a file opened O_APPEND Make bhyveMonitor a virClass Refac