mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-17 08:51:42 +00:00
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:
parent
08ca320130
commit
de0b588fff
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
<MEMORY>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
<MEMORY>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
<MEMORY>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
<MEMORY>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -87,7 +87,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -123,7 +123,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -159,7 +159,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -195,7 +195,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
<MEMORY>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
<MEMORY>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -49,7 +49,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
@ -51,7 +51,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
@ -51,7 +51,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
@ -89,7 +89,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -125,7 +125,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -161,7 +161,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -197,7 +197,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -87,7 +87,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -123,7 +123,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -159,7 +159,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -195,7 +195,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -87,7 +87,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -123,7 +123,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -159,7 +159,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -195,7 +195,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>">hv:/shm_region_0, 2, 0:2</IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -50,7 +50,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device"></usb_xdci>
|
||||
@ -87,7 +87,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -123,7 +123,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -159,7 +159,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
@ -195,7 +195,7 @@
|
||||
<pcpu_id />
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
<passthrough_devices>
|
||||
<usb_xdci desc="vm usb_xdci device" />
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -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>
|
||||
<IVSHMEM desc="IVSHMEM configuration">
|
||||
<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:/<shm name>,<shm size in MB>,<vm id:vm id[:vm id,...]>"></IVSHMEM_REGION>
|
||||
</IVSHMEM>
|
||||
</FEATURES>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<pcpu_id></pcpu_id>
|
||||
</cpu_affinity>
|
||||
<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:/<shm name>,<shm size in MB>"></shm_region>
|
||||
</shm_regions>
|
||||
|
||||
<passthrough_devices>
|
||||
|
Loading…
Reference in New Issue
Block a user