Revision 9f395c32 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

  
907 901

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

Also available in: Unified diff