[libvirt] [PATCH 0/2] Fix vmware driver for VMware Fusion 10

Rainer Müller raimue at codingfarm.de
Tue Apr 3 09:32:38 UTC 2018


These changes were required to get VMware Fusion working at all.
I tested with VMware Fusion 10.1.1 on macOS 10.12 Sierra.

I am not sure whether calling virCapabilitiesInitCaches() makes sense at
all on macOS. This function looks highly specific to Linux as it relies
on /sys/devices/system, so it should probably be wrapped with an
appropriate #ifdef. I do not feel proficient enough with the libvirt
internals to make this change, though. 

Rainer Müller (2):
  vmware: Fix initialization of VMware Fusion
  vmware: Failures in cache info init are non-fatal

 src/vmware/vmware_conf.c   | 7 ++++++-
 src/vmware/vmware_driver.c | 9 ++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

-- 
2.16.3




More information about the libvir-list mailing list