Fabian Freyer wrote:
These patches implement some rather trivial missing calls in the
bhyve driver.
Since the bhyve connection (Interaction through /dev/vmm as well as the bhyveload,
bhyvectl user-space tools) is local, encryption is not applicable, but the connection is
seen as not prone to eavesdropping.
Fabian Freyer (2):
bhyve: Implement virConnectIsEncrypted
bhyve: implement virConnectIsSecure
src/bhyve/bhyve_driver.c | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
ACKed and pushed the series.
Roman Bogorodskiy