1. 04 10月, 2017 1 次提交
  2. 22 9月, 2017 1 次提交
  3. 20 9月, 2017 1 次提交
    • J
      qemu: Detect support for vxhs · fa6159dd
      John Ferlan 提交于
      Using the query-qmp-schema introspection - look for the 'vxhs'
      blockdevOptions type.
      
      NB: This is a "best effort" type situation as there is not a
          mechanism to determine whether the running QEMU has been
          built with '--enable-vxhs'. All we can do is check if the
          option to use vxhs for a blockdev-add exists in the command
          infrastructure which does not take that into account when
          building its table of commands and options.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      fa6159dd
  4. 18 9月, 2017 2 次提交
  5. 14 9月, 2017 1 次提交
  6. 29 8月, 2017 2 次提交
  7. 18 8月, 2017 2 次提交
  8. 02 8月, 2017 1 次提交
  9. 27 7月, 2017 1 次提交
  10. 26 7月, 2017 4 次提交
  11. 24 7月, 2017 1 次提交
  12. 22 7月, 2017 1 次提交
  13. 21 7月, 2017 1 次提交
  14. 20 7月, 2017 6 次提交
  15. 15 7月, 2017 1 次提交
  16. 13 7月, 2017 1 次提交
  17. 11 7月, 2017 3 次提交
  18. 27 6月, 2017 1 次提交
    • C
      Revert "qemu: Support chardevs with ARM virt machines" · e4574da0
      Cole Robinson 提交于
      This reverts commit 70c9b442.
      
      This commit breaks existing aarch64 machvirt configs with:
      
          <serial type='pty'>
            <target port='0'/>
          </serial>
          <console type='pty'>
            <target type='serial' port='0'/>
          </console>
      
      Which fails with:
      
      error: Failed to start domain fedora25-aarch64
      error: internal error: process exited while connecting to monitor:
      2017-06-26T13:55:34.726293Z qemu-system-aarch64: -chardev pty,id=charserial0:
      char device redirected to /dev/pts/5 (label charserial0)
      2017-06-26T13:55:34.782121Z qemu-system-aarch64: -device
      isa-serial,chardev=charserial0,id=serial0: No 'ISA' bus found for device
      'isa-serial'
      e4574da0
  19. 25 6月, 2017 1 次提交
  20. 21 6月, 2017 1 次提交
    • P
      qemu: capabilities: Move comments separating groups of capabilities · 753b8197
      Peter Krempa 提交于
      Similarly to how we specify the groups of 5 capabilities in the header
      file move the labels to separate line also for the VIR_ENUM_IMPL part.
      
      This simplifies rebase conflict resolution in the capability file since
      only lines have to be shuffled around, but they don't need to be edited.
      753b8197
  21. 20 6月, 2017 1 次提交
  22. 08 6月, 2017 2 次提交
  23. 07 6月, 2017 1 次提交
  24. 05 6月, 2017 1 次提交
  25. 26 5月, 2017 1 次提交
  26. 16 5月, 2017 1 次提交