1. 15 3月, 2016 2 次提交
    • A
      hostdev: Use consistent variable names · 800dd16d
      Andrea Bolognani 提交于
      This is not just a cosmetic change: the name of the variable now
      gives a hint about what it is supposed to be used for.
      800dd16d
    • A
      hostdev: Remove virHostdevGetActivePCIHostDeviceList() · 4cdbff3d
      Andrea Bolognani 提交于
      virHostdevGetPCIHostDeviceList() is similar but does not filter out
      devices that are not in the active list; that said, we are looking
      up the device in the active list just a few lines after anyway, so
      we might as well just keep a single function around.
      
      This also helps stress the fact the objects contained in pcidevs are
      only for looking up the actual devices, which is something later
      commits will make even more explicit.
      4cdbff3d
  2. 14 3月, 2016 9 次提交
  3. 12 3月, 2016 8 次提交
  4. 11 3月, 2016 21 次提交