Skip to content

Commit

Permalink
Revert "CA-109035: Remove the correct xenstore key when PCI unplugging."
Browse files Browse the repository at this point in the history
This reverts commit 1fd7e5a.

Removing this patch for the tech preview since it hasn't been QA'd yet.

Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Sep 6, 2013
1 parent 5c9912a commit 93be064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xenops/device.ml
Expand Up @@ -1376,7 +1376,7 @@ let plug (task: Xenops_task.t) ~xc ~xs (domain, bus, dev, func) domid =

let unplug (task: Xenops_task.t) ~xc ~xs (domain, bus, dev, func) domid =
try
let current = read_pcidir ~xc ~xs domid in
let current = list ~xc ~xs domid in

let pci = to_string (domain, bus, dev, func) in
let idx = fst (List.find (fun x -> snd x = (domain, bus, dev, func)) current) in
Expand Down

0 comments on commit 93be064

Please sign in to comment.