1. 23 8月, 2012 5 次提交
    • M
      agent : add @seconds variable to qemuAgentSend(). · 05447e3a
      MATSUDA Daiki 提交于
      Add @seconds variable to qemuAgentSend().
      When @timemout is true, @seconds controls how long to wait for a
      response (if @seconds is VIR_DOMAIN_QEMU_AGENT_COMMAND_DEFAULT,
      default to QEMU_AGENT_WAIT_TIME).
      In addition, @seconds must be >= 0 or VIR_DOMAIN_QEMU_AGENT_COMMAND_DEFAULT.
      If @timeout is false, @seconds is ignored.
      Signed-off-by: NMATSUDA Daiki <matsudadik@intellilink.co.jp>
      05447e3a
    • H
      fix check of vcpuid in virDomainVcpuPinDefParseXML · e9b354e2
      Hu Tao 提交于
      For emulator, the vcpuid field is always set to -1, instead of parsing
      XML for the value of it.
      e9b354e2
    • L
      util: eliminate erroneous VIR_WARNs in (eb|ip)tables.c · 947a51ee
      Laine Stump 提交于
      Several VIR_DEBUG()'s were changed to VIR_WARN() while I was testing
      the firewalld support patch, and I neglected to change them back
      before I pushed.
      
      In the meantime I've decided that it would be useful to have them be
      VIR_INFO(), just so there will be logged evidence of which method is
      being used (firewall-cmd vs. (eb|ip)tables) without needing to crank
      logging to 11. (at most this adds 2 lines to libvirtd's logs per
      libvirtd start).
      947a51ee
    • Y
      Fix some typos in messages, docs and comments. · 66d81129
      Yuri Chornoivan 提交于
      66d81129
    • G
      dnsmasq: avoid forwarding queries without a domain · f3868259
      Gene Czarcinski 提交于
      dnsmasq is forwarding a number of queries upstream that should not
      be done.  There still remains an MX query for a plain name with no
      domain specified that will be forwarded is dnsmasq has --domain=xxx
      --local=/xxx/ specified. This does not happen with no domain name
      and --local=// ... not a libvirt problem.
      
      BTW, thanks again to Claudio Bley!
      f3868259
  2. 22 8月, 2012 35 次提交