From c756e37e3980b5f850d78dd685d00889fc6eac68 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 3 Sep 2023 01:11:51 +0200 Subject: ele-winvm: some more tests with Intel Arc A380 pass-through --- inventory/host_vars/ele-winvm.yml | 13 +++++++++++-- 1 file 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: -- cgit v1.2.3