[config_tool] IVSHMEM changes to Configurator 05.06 build

Refined region name issue in IVSHMEM_REGION.vue.

Tracked-On: #7553
Signed-off-by: Ziheng Li <ziheng.li@intel.com>
This commit is contained in:
Ziheng Li 2022-05-24 12:18:45 +08:00 committed by acrnsi-robot
parent 2ff11c2ef0
commit 57994b6d34
1 changed files with 3 additions and 6 deletions

View File

@ -6,13 +6,10 @@
<b-row class="align-items-center my-2 mt-4">
<b-col md="2">
<label>Region name: </label>
Region name:
</b-col>
<b-col md="4">
<b-form-input :state="validation(IVSHMEM_VMO.NAME)" v-model="IVSHMEM_VMO.NAME" placeholder="Any string with no white spaces."/>
<b-form-invalid-feedback>
must have value
</b-form-invalid-feedback>
<b-form-input v-model="IVSHMEM_VMO.NAME" placeholder="Any string with no white spaces."/>
</b-col>
</b-row>
@ -181,7 +178,7 @@ export default {
this.defaultVal = []
}
this.defaultVal.splice(index + 1, 0, {
"NAME": "shm_region_" + this.defaultVal.length,
"NAME": "",
"PROVIDED_BY": "Hypervisor",
"IVSHMEM_SIZE": "2",
"IVSHMEM_VMS": {