[libvirt] [PATCH 2/2] vmware: Failures in cache info init are non-fatal

2018-04-03 Thread Rainer Müller
This is also not fatal on other drivers. Signed-off-by: Rainer Müller --- src/vmware/vmware_conf.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/vmware/vmware_conf.c b/src/vmware/vmware_conf.c index 891d9a47f..b9f18e6ac 100644 --- a/src/vmware/vmware_conf.c +++ b

[libvirt] [PATCH 1/2] vmware: Fix initialization of VMware Fusion

2018-04-03 Thread Rainer Müller
Library directory. Therefore, follow the vmrun symlink and use the resulting path. Then the assumption that vmware-vmx is right next to it will still work. Signed-off-by: Rainer Müller --- src/vmware/vmware_driver.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src

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

2018-04-03 Thread Rainer Müller
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

[libvirt] [PATCH 1/2] vmware: Fix initialization of VMware Fusion

2018-04-13 Thread Rainer Müller
On 2018-04-11 14:02, John Ferlan wrote: > > > On 04/03/2018 05:32 AM, Rainer Müller wrote: >> The vmware driver wants to execute vmware-vmx from the same directory in >> which vmrun was found. However, on VMware Fusion 10 vmrun at >> /Applications/VMware Fusion.app

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

2018-04-15 Thread Rainer Müller
. 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 | 11 ++- 2 files changed, 16 insertions(+), 2 deletions(-) -- 2.17.0 -- libvir-list mailing list

[libvirt] [PATCH v2 1/2] vmware: Fix initialization of VMware Fusion

2018-04-15 Thread Rainer Müller
Library directory. Therefore, follow the vmrun symlink and use the resulting path. Then the assumption that vmware-vmx is right next to it will still work. Signed-off-by: Rainer Müller --- src/vmware/vmware_driver.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a

[libvirt] [PATCH v2 2/2] vmware: Failures in cache info init are non-fatal

2018-04-15 Thread Rainer Müller
This is also not fatal on other drivers. Signed-off-by: Rainer Müller --- src/vmware/vmware_conf.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/vmware/vmware_conf.c b/src/vmware/vmware_conf.c index 891d9a47f..b9f18e6ac 100644 --- a/src/vmware/vmware_conf.c +++ b

[libvirt] [PATCH] build: Remove --with-xml-catalog-file option

2018-03-23 Thread Rainer Müller
After validation against XHTML 1.0 was dropped in f802c9de0, the XML_CATALOG_FILE is not in use anymore. Therefore the checks in configure can be removed. --- configure.ac | 3 --- m4/virt-xml-catalog.m4 | 33 - 2 files changed, 36 deletions(-) delete mo

Re: [libvirt] [PATCH] build: Remove --with-xml-catalog-file option

2018-03-25 Thread Rainer Müller
ompliance with DCO: > https://developercertificate.org/ Sorry I missed this. Should I resend a v2 or will this be enough to be added when applying? Signed-off-by: Rainer Müller Rainer signature.asc Description: OpenPGP digital signature -- libvir-list mailing list libvir-list@redhat.com h