1. 24 10月, 2016 12 次提交
  2. 22 10月, 2016 3 次提交
  3. 21 10月, 2016 9 次提交
  4. 20 10月, 2016 6 次提交
  5. 19 10月, 2016 2 次提交
    • A
      spec: Drop support for Fedora < 23 · c9ddecdf
      Andrea Bolognani 提交于
      We only claim support for OSs that are still supported by the
      respective vendors, which means anything older than Fedora 23
      is out. Reword the comment a bit to highlight the criteria.
      c9ddecdf
    • C
      xl: don't output (null) target in domxml-to-native · 8126d870
      Cédric Bosdonnat 提交于
      When converting a domain xml containing a CDROM device without
      any attached source, don't add a target=(null) to the libxl config
      disk definition: xen doesn't like it at all and would fail to start
      the domain.
      8126d870
  6. 18 10月, 2016 7 次提交
  7. 17 10月, 2016 1 次提交
    • A
      conf: Explain some code in more detail · 61e10143
      Andrea Bolognani 提交于
      The code is entirely correct, but it still managed to trip me
      up when I first ran into it because I did not realize right away
      that VIR_PCI_CONNECT_TYPES_ENDPOINT was not a single flag, but
      rather a mask including both VIR_PCI_CONNECT_TYPE_PCI_DEVICE and
      VIR_PCI_CONNECT_TYPE_PCIE_DEVICE.
      
      In order to save the next distracted traveler in PCI Address Land
      some time, document this fact with a comment. Add a test case for
      the behavior as well.
      61e10143