acrn-config: update config xmls to make ivshmem size in decimal MB

update config xmls to make ivshmem size in decimal MB at description
and values.

Tracked-On: #4853

Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Shuang Zheng 2020-09-15 10:39:23 +08:00 committed by wenlingz
parent 08ca320130
commit de0b588fff
97 changed files with 129 additions and 129 deletions

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -41,7 +41,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>
<MEMORY> <MEMORY>

View File

@ -41,7 +41,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2">hv:/shm_region_0, 0x200000, 0:2</IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>
<MEMORY> <MEMORY>

View File

@ -41,7 +41,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>
<MEMORY> <MEMORY>

View File

@ -41,7 +41,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>
<MEMORY> <MEMORY>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -87,7 +87,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -123,7 +123,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -159,7 +159,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -195,7 +195,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />

View File

@ -41,7 +41,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>
<MEMORY> <MEMORY>

View File

@ -41,7 +41,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>
<MEMORY> <MEMORY>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -27,7 +27,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -27,7 +27,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2">hv:/shm_region_0, 0x200000, 0:2</IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -27,7 +27,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -49,7 +49,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -27,7 +27,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -27,7 +27,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
@ -51,7 +51,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
@ -51,7 +51,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
@ -89,7 +89,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -125,7 +125,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -161,7 +161,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -197,7 +197,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -87,7 +87,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -123,7 +123,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -159,7 +159,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -195,7 +195,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -27,7 +27,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2">hv:/shm_region_0, 0x200000, 0:2</IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2">hv:/shm_region_0, 0x200000, 0:2</IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -87,7 +87,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -123,7 +123,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -159,7 +159,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -195,7 +195,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">y</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2">hv:/shm_region_0, 0x200000, 0:2</IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -50,7 +50,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device"></usb_xdci> <usb_xdci desc="vm usb_xdci device"></usb_xdci>
@ -87,7 +87,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -123,7 +123,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -159,7 +159,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />
@ -195,7 +195,7 @@
<pcpu_id /> <pcpu_id />
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>
<usb_xdci desc="vm usb_xdci device" /> <usb_xdci desc="vm usb_xdci device" />

View File

@ -25,7 +25,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -29,7 +29,7 @@
<MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED> <MCE_ON_PSC_DISABLED desc="Force to disable software workaround for Machine Check Error on Page Size Change.">n</MCE_ON_PSC_DISABLED>
<IVSHMEM desc="IVSHMEM configuration"> <IVSHMEM desc="IVSHMEM configuration">
<IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED> <IVSHMEM_ENABLED desc="Enable Share Memory between VMs by IVSHMEM.">n</IVSHMEM_ENABLED>
<IVSHMEM_REGION desc="the name, size, colon separated IDs of communication VMs of share memory region, separated by comma like this: hv:/shm_region_0, 0x200000, 0:2"></IVSHMEM_REGION> <IVSHMEM_REGION desc="the name, size, IDs of communication VMs of share memory region, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;,&lt;vm id:vm id[:vm id,...]&gt;"></IVSHMEM_REGION>
</IVSHMEM> </IVSHMEM>
</FEATURES> </FEATURES>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>

View File

@ -12,7 +12,7 @@
<pcpu_id></pcpu_id> <pcpu_id></pcpu_id>
</cpu_affinity> </cpu_affinity>
<shm_regions desc="List of shared memrory regions for inter-VM communication."> <shm_regions desc="List of shared memrory regions for inter-VM communication.">
<shm_region desc="configure the shm regions for current VM, formated as hv:/shm_region_0,2097152"></shm_region> <shm_region desc="configure the shm regions for current VM, input format: hv:/&lt;shm name&gt;,&lt;shm size in MB&gt;"></shm_region>
</shm_regions> </shm_regions>
<passthrough_devices> <passthrough_devices>