Skip to content

Commit

Permalink
refine sample ini file
Browse files Browse the repository at this point in the history
refine sample ini file

Tracked-On: OAM-100928
Signed-off-by: Yadong Qi <yadong.qi@intel.com>
  • Loading branch information
YadongQi authored and sysopenci committed Feb 9, 2022
1 parent 2ebc67e commit 9d17e8b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sample/guest01.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ size=4G
num=1

[firmware]
#type must be "unified" or "splited"

#if [type == unified], specify [path] field
#path=[path of virtual firmware binary]

#if [type == splited], specify [code] and [vars] field
#code=[path of virtual firmware code binary]
#vars=[path of virtual firmware vars binary]

type=unified
path=/home/gvt/caas/OVMF.fd

Expand All @@ -23,7 +32,11 @@ size=30G
path=/home/gvt/caas/android.qcow2

[graphics]
#type must be one of these options:
# "GVT-g", "GVT-d", "virtio", "ramfb"
type=GVT-g

#when GVT-g is selected, below field must be specified
gvtg_version=i915-GVTg_V5_4
vgpu_uuid=1fc89c23-e8a6-47a9-83be-ec23d6f4bb17

Expand All @@ -40,6 +53,7 @@ path=/home/gvt/caas/scripts/aaf
support_suspend=enable

[passthrough]
#specified the PCI id here if you want to passthrough it to guest, seperate them with comma
passthrough_pci=0000:00:14.0,

[mediation]
Expand Down

0 comments on commit 9d17e8b

Please sign in to comment.