[libvirt] [PATCH 1/3] vmx: Define macro VMX_CONFIG_FORMAT_ARGV for vmware-vmx

Han Han hhan at redhat.com
Thu Mar 28 05:57:27 UTC 2019


Signed-off-by: Han Han <hhan at redhat.com>
---
 src/vmx/vmx.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/vmx/vmx.h b/src/vmx/vmx.h
index cb99e84d18..8c068b4cb2 100644
--- a/src/vmx/vmx.h
+++ b/src/vmx/vmx.h
@@ -26,6 +26,8 @@
 # include "virconf.h"
 # include "domain_conf.h"
 
+# define VMX_CONFIG_FORMAT_ARGV "vmware-vmx"
+
 typedef struct _virVMXContext virVMXContext;
 
 virDomainXMLOptionPtr virVMXDomainXMLConfInit(void);
-- 
2.20.1




More information about the libvir-list mailing list