Skip to content

Commit edcc4f6

Browse files
authored
Merge pull request #262 from taoyongd/private/taoyongd/CA-307829_ring3_master
CA-307829: XSI-216 Add active state to VGPU
2 parents fb42741 + 4bdbdb1 commit edcc4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xen/xenops_interface.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ module Vgpu = struct
229229
{x with physical_pci_address= address}
230230
| _ -> x
231231

232-
type state = {plugged: bool; emulator_pid: int option} [@@deriving rpcty]
232+
type state = {active: bool; plugged: bool; emulator_pid: int option} [@@deriving rpcty]
233233
end
234234

235235
module Vusb = struct

0 commit comments

Comments
 (0)