Revision 860bf930 lib/hypervisor/hv_xen.py

b/lib/hypervisor/hv_xen.py
898 898
    finally:
899 899
      utils.RunCmd([constants.XEN_CMD, "debug", "R"])
900 900

  
901
  def HotplugSupported(self, instance, action, dev_type):
902
    """Whether hotplug is supported.
903

  
904
    """
905
    raise errors.HypervisorError("Hotplug not supported by the xen hypervisor")
906

  
901 907

  
902 908
class XenPvmHypervisor(XenHypervisor):
903 909
  """Xen PVM hypervisor interface"""

Also available in: Unified diff