1. 05 6月, 2018 2 次提交
  2. 29 5月, 2018 1 次提交
  3. 25 5月, 2018 1 次提交
    • J
      conf: Add VM Generation ID parse/format support · b50efe97
      John Ferlan 提交于
      The VM Generation ID is a mechanism to provide a unique 128-bit,
      cryptographically random, and integer value identifier known as
      the GUID (Globally Unique Identifier) to the guest OS. The value
      is used to help notify the guest operating system when the virtual
      machine is executed with a different configuration.
      
      This patch adds support for a new "genid" XML element similar to
      the "uuid" element. The "genid" element can have two forms "<genid/>"
      or "<genid>$GUID</genid>". If the $GUID is not provided, libvirt
      will generate one and save it in the XML.
      
      Since adding support for a generated GUID (or UUID like) value to
      be displayed modifying the xml2xml test to include virrandommock.so
      is necessary since it will generate a "known" value.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      ACKed-by: NMichal Privoznik <mprivozn@redhat.com>
      b50efe97
  4. 23 5月, 2018 1 次提交
  5. 16 5月, 2018 2 次提交
  6. 15 5月, 2018 1 次提交
  7. 14 5月, 2018 1 次提交
  8. 11 5月, 2018 1 次提交
  9. 07 5月, 2018 1 次提交
    • J
      Deprecate QEMU_CAPS_NO_KVM_PIT · 941c8b0d
      Ján Tomko 提交于
      The -no-kvm-pit-reinjection option has been deprecated since
      its introduction in QEMU 1.3. See commit <1569fa14>.
      
      Drop the capability since all the QEMUs we support allow tuning
      the kvm-pit properties via -global.
      
      Also add the QEMU_CAPS_KVM_PIT_TICK_POLICY to the clock-catchup
      tests, since expecting it to succeed with QEMU that does not
      have kvm-pit makes no sense.
      Signed-off-by: NJán Tomko <jtomko@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      941c8b0d
  10. 03 5月, 2018 1 次提交
  11. 23 4月, 2018 2 次提交
  12. 17 4月, 2018 6 次提交
  13. 16 4月, 2018 5 次提交
  14. 12 4月, 2018 2 次提交
  15. 07 4月, 2018 1 次提交
  16. 06 4月, 2018 2 次提交
  17. 24 3月, 2018 3 次提交
  18. 22 3月, 2018 1 次提交
  19. 13 3月, 2018 6 次提交