1. 13 5月, 2020 1 次提交
  2. 12 5月, 2020 3 次提交
  3. 08 5月, 2020 2 次提交
  4. 27 4月, 2020 4 次提交
  5. 24 4月, 2020 1 次提交
  6. 13 4月, 2020 1 次提交
    • L
      conf: new attribute "hotplug" for pci controllers · 78f4d5e6
      Laine Stump 提交于
      a <controller type='pci'...> element can now have a "hotplug"
      attribute in the <target> subelement. This is intended to control
      whether or not the slot(s) of the controller support
      hotplugging/unplugging a device:
      
         <controller type='pci' model='pcie-root-port'>
           <target hotplug='off'/>
         </controller>
      
      The default value of hotplug is "on".
      
      Since support for configuring such an option is hypervisor-dependent
      (and will vary among different types of PCI controllers even on a
      single hypervisor), no validation is done in this patch - that
      validation will be done in the patch that wires support for the
      setting into the hypervisor.
      Signed-off-by: NLaine Stump <laine@redhat.com>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      78f4d5e6
  7. 08 4月, 2020 1 次提交
  8. 06 4月, 2020 1 次提交
  9. 27 3月, 2020 1 次提交
  10. 24 3月, 2020 1 次提交
  11. 04 3月, 2020 2 次提交
  12. 21 2月, 2020 1 次提交
  13. 19 2月, 2020 1 次提交
  14. 14 2月, 2020 2 次提交
  15. 07 2月, 2020 1 次提交
  16. 30 1月, 2020 1 次提交
    • L
      conf: parse/format <teaming> subelement of <interface> · fb0509d0
      Laine Stump 提交于
      The subelement <teaming> of <interface> devices is used to configure a
      simple teaming association between two interfaces in a domain. Example:
      
        <interface type='bridge'>
          <source bridge='br0'/>
          <model type='virtio'/>
          <mac address='00:11:22:33:44:55'/>
          <alias name='ua-backup0'/>
          <teaming type='persistent'/>
        </interface>
        <interface type='hostdev'>
          <source>
            <address type='pci' bus='0x02' slot='0x10' function='0x4'/>
          </source>
          <mac address='00:11:22:33:44:55'/>
          <teaming type='transient' persistent='ua-backup0'/>
        </interface>
      
      The interface with <teaming type='persistent'/> is assumed to always
      be present, while the interface with type='transient' may be be
      unplugged and later re-plugged; the persistent='blah' attribute (and
      in the one currently available implementation, also the matching MAC
      addresses) is what associates the two devices with each other. It is
      up to the hypervisor and the guest network drivers to determine what
      to do with this information.
      Signed-off-by: NLaine Stump <laine@redhat.com>
      Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
      fb0509d0
  17. 27 1月, 2020 1 次提交
  18. 25 1月, 2020 1 次提交
  19. 13 1月, 2020 2 次提交
  20. 03 1月, 2020 1 次提交
  21. 19 12月, 2019 4 次提交
  22. 17 12月, 2019 7 次提交