Skip to content

Commit 84efde4

Browse files
committed
REQ-627 CA-328215 introduce pci_passthrough for PV
Xen 4.13 needs to know ahead of time when a domain is going to use PCI pass-through. This information needs to be conveyed to xenopsd. This commit introduces the flag in the PV domain build information passed from Xapi to Xenopsd. Such a flag already exists for HVM guests. Signed-off-by: Christian Lindig <[email protected]>
1 parent f2cfe1d commit 84efde4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xen/xenops_types.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ module Vm = struct
135135
framebuffer_ip: string option [@default None];
136136
vncterm: bool [@default true];
137137
vncterm_ip: string option [@default None];
138+
pci_passthrough: bool [@default false]
138139
}
139140
[@@deriving rpcty, sexp]
140141

0 commit comments

Comments
 (0)