summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-09-03 01:11:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-09-03 04:16:19 +0200
commitc756e37e3980b5f850d78dd685d00889fc6eac68 (patch)
tree625ad17d82a3c4f9ee53791bc6c4036db8cc2caa
parentvm/guest: add support for UEFI booted guests (diff)
ele-winvm: some more tests with Intel Arc A380 pass-through
-rw-r--r--inventory/host_vars/ele-winvm.yml13
1 files changed, 11 insertions, 2 deletions
diff --git a/inventory/host_vars/ele-winvm.yml b/inventory/host_vars/ele-winvm.yml
index 58a8dcf1..82a80d7c 100644
--- a/inventory/host_vars/ele-winvm.yml
+++ b/inventory/host_vars/ele-winvm.yml
@@ -1,5 +1,6 @@
---
install:
+ efi: true
vm:
memory: 16G
numcpus: 8
@@ -8,12 +9,20 @@ install:
# - cdrom
# - hd
pci_passthrough:
- # - domain: 0 # Intel GPU P630
+ # - domain: 0 # iGPU HD Graphics P630
# bus: 0
# slot: 2
# function: 0
+ - domain: 0 # Intel GPU A380 (Video)
+ bus: 3
+ slot: 0
+ function: 0
+ - domain: 0 # Intel GPU A380 (Audio)
+ bus: 4
+ slot: 0
+ function: 0
- domain: 0 # Ethernet (eno2)
- bus: 2
+ bus: 6
slot: 0
function: 0
graphics: