public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Henning Schild <henning.schild@siemens.com>
To: <isar-users@googlegroups.com>
Cc: Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 2/2] vm-img: vmware: update ovf template
Date: Mon, 27 Feb 2023 18:48:20 +0100	[thread overview]
Message-ID: <20230227174820.10959-3-henning.schild@siemens.com> (raw)
In-Reply-To: <20230227174820.10959-1-henning.schild@siemens.com>

Switch scsi controller type to pvscsi to improve performance and reduce
host load.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 .../recipes-core/images/vmware/vm-img-vmware.ovf.tmpl      | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl b/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl
index 79d9cb0e24d4..85797f15832a 100644
--- a/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl
+++ b/meta-isar/recipes-core/images/vmware/vm-img-vmware.ovf.tmpl
@@ -45,10 +45,11 @@
       </Item>
       <Item>
         <rasd:Address>0</rasd:Address>
-        <rasd:Description>IDE Controller</rasd:Description>
-        <rasd:ElementName>ideController0</rasd:ElementName>
+        <rasd:Description>SCSI Controller</rasd:Description>
+        <rasd:ElementName>scsiController0</rasd:ElementName>
         <rasd:InstanceID>3</rasd:InstanceID>
-        <rasd:ResourceType>5</rasd:ResourceType>
+        <rasd:ResourceSubType>VirtualSCSI</rasd:ResourceSubType>
+        <rasd:ResourceType>6</rasd:ResourceType>
       </Item>
       <Item>
         <rasd:AddressOnParent>0</rasd:AddressOnParent>
-- 
2.39.2


  parent reply	other threads:[~2023-02-27 19:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-27 17:48 [PATCH 0/2] vm-img: ovf template updates Henning Schild
2023-02-27 17:48 ` [PATCH 1/2] vm-img: virtualbox: update ovf template Henning Schild
2023-02-27 17:48 ` Henning Schild [this message]
2023-02-27 20:41 ` [PATCH 0/2] vm-img: ovf template updates Henning Schild
2023-03-07  4:12 ` Uladzimir Bely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230227174820.10959-3-henning.schild@siemens.com \
    --to=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox