1. 04 5月, 2016 7 次提交
    • D
      libvirt.spec: remove duplicate files from -docs package · d6c25c34
      Daniel P. Berrange 提交于
      Previous commit moved some lists out of the -devel package
      and into the -docs package
      
        commit feffcc03
        Author: Cole Robinson <crobinso@redhat.com>
        Date:   Wed Apr 13 10:37:42 2016 -0400
      
          spec: Only pull in API docs with -devel package
      
      What was not realized is that the rule 'libvirt-docs/*'
      and ' docs/*.html docs/html docs/*.gif' actually point
      to the exact same content. ie, we had previously included
      the website HTML in *both* the -docs and -devel packages.
      
      So this change ended up listing the files twice, which
      caused RPM to print a load of warnings:
      
      warning: File listed twice: /usr/share/doc/libvirt-docs/html
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/32favicon.png
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/404.html
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/acl.html
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/aclpolkit.html
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      d6c25c34
    • P
      virsh: volume: Add --bytes to 'vol-info' · f4bdf2e3
      Peter Krempa 提交于
      f4bdf2e3
    • E
      daemon: Add VIR_ERR_NO_SERVER and VIR_ERR_NO_CLIENT to daemonErrorLogFilter · 784b9cc8
      Erik Skultety 提交于
      Commits 52a2eef9 and 62be5486 forgot to add these errors to daemon's error
      whitelist, i.e. in order to avoid log file pollution with errors like "Domain
      not found" or "Server not found" in this case, since these events are valid
      and expected to occur.
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      784b9cc8
    • J
      conf: Move virDomainControllerModelTypeToString · a3aa2005
      John Ferlan 提交于
      Move virDomainControllerModelTypeToString closer to it's counterpart
      virDomainControllerModelTypeFromString.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      a3aa2005
    • J
      docs: Reformat the Controllers description · d32a2f25
      John Ferlan 提交于
      Reformat to use <dt> elements to make it a bit easier to read.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      d32a2f25
    • J
      docs: clarify disk iothread support · 6ddd9df9
      John Ferlan 提交于
      Rather than be specific about which devices in the <iothreads> description,
      let's leave that for the <disk> description for it's <iothread> value.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      6ddd9df9
    • J
      qemu: Add capability for virtio-scsi iothreads · e2faa976
      John Ferlan 提交于
      An iothread for virtio-scsi is a property of the controller. Add a lookup
      of the 'virtio-scsi-pci' and 'virtio-scsi-ccw' device properties and parse
      the output.  For both, support for the iothread was added in qemu 2.4
      while support for virtio-scsi in general was added in qemu 1.4.
      
      Modify the various mock capabilities replies (by hand) to reflect the
      when virtio-scsi was supported and then specifically when the iothread
      property was added. For versions prior to 1.4, use the no device error
      return for virtio-scsi. For versions 1.4 to before 2.4, add some data
      for virtio-scsi-pci even though it isn't complete we're not looking for
      anything specific there anyway. For 2.4 to 2.6, add a more complete reply.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      e2faa976
  2. 03 5月, 2016 33 次提交