Skip to content

Commit 48fdd3b

Browse files
committed
xenops_interface: add vgpu-to-pci map to VM.migrate
This is similar to the existing VBD and VIF maps. Signed-off-by: Rob Hoes <[email protected]>
1 parent 1687115 commit 48fdd3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

xen/xenops_interface.ml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,11 @@ module VM = struct
443443

444444
external generate_state_string: debug_info -> Vm.t -> string = ""
445445

446-
external migrate: debug_info -> Vm.id -> (string * string) list -> (string * Network.t) list -> string -> Task.id = ""
446+
external migrate: debug_info -> Vm.id ->
447+
(string * string) list ->
448+
(string * Network.t) list ->
449+
(string * Pci.address) list ->
450+
string -> Task.id = ""
447451
external migrate_receive_memory: debug_info -> Vm.id -> int64 -> string -> Xcp_channel.t -> Task.id option = ""
448452

449453
external create: debug_info -> Vm.id -> Task.id = ""

0 commit comments

Comments
 (0)