You need to sign in or sign up before continuing.
  1. 18 3月, 2019 1 次提交
    • N
      xml: nodedev: add class info for pci capability · 3bd4ed46
      Nikolay Shirokovskiy 提交于
      This info can be useful to filter devices visible
      to mgmt clients so that they won't see devices that
      unsafe/not meaningful to pass thru.
      
      Provide class info the way it is provided by udev or
      kernel that is as single 6-digit hexadecimal.
      
      Class element is not optional. I guess this should not
      break users that use virNodeDeviceCreateXML because
      they probably specify only scsi_host capability on
      input and then node device driver gets other capabilities
      from udev after device appeared.
      
      HAL driver does not get support for the new element in
      this patch.
      Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
      Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
      3bd4ed46
  2. 02 5月, 2016 1 次提交