From bb75f8ad5a748ca3d057093e3a03ae513be05a65 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Thu, 30 Jul 2009 15:15:11 +0100 Subject: [PATCH] add Vfb to the hotplug code --- xenops/hotplug.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenops/hotplug.ml b/xenops/hotplug.ml index a832944..af05bfc 100644 --- a/xenops/hotplug.ml +++ b/xenops/hotplug.ml @@ -92,7 +92,7 @@ let device_is_online ~xs (x: device) = and backend_request () = try ignore(xs.Xs.read (backend_shutdown_request_path_of_device ~xs x)); true with Xb.Noent -> false in match x.backend.kind with - | Pci -> assert false (* PCI backend doesn't create online node *) + | Pci | Vfb -> assert false (* PCI/Vfb backend doesn't create online node *) | Vif -> backend_hotplug () | ( Vbd | Tap ) -> if backend_request () -- 2.39.5