From 94ad575d0a37a01db8e76feb20ad012cd174695f Mon Sep 17 00:00:00 2001 From: Jean Guyader Date: Sun, 30 Aug 2009 06:47:31 +0100 Subject: [PATCH] doflr even if already bound to pciback Do a flr on the device even if is already bound into pciback. --- xenops/device.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xenops/device.ml b/xenops/device.ml index 40fe994..5abd727 100644 --- a/xenops/device.ml +++ b/xenops/device.ml @@ -998,7 +998,8 @@ let bind pcidevs = | None -> bind_to_pciback devstr | Some "pciback" -> - debug "pci: device %s already bounded to pciback" devstr + debug "pci: device %s already bounded to pciback" devstr; + do_flr devstr | Some d -> debug "pci: unbounding device %s from driver %s" devstr d; let f = s ^ "/driver/unbind" in -- 2.39.5