1. 21 4月, 2016 3 次提交
    • P
      virsh: perf: Don't leak domain · f4f916a9
      Peter Krempa 提交于
      After failing to parse the perf event list, the code would return
      failure without freeing the previously acquired object. Rearrange the
      code to avoid the problem.
      
      Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1329046
      f4f916a9
    • R
      virsh: don't override connection URI from argv · 0217089b
      Roman Bogorodskiy 提交于
      Currently, if a connection URI was specified on the command line by the
      '-c' switch, virsh connects to it, but after connecting overrides its
      value with the one it tries to obtain from the VIRSH_DEFAULT_CONNECT_URI
      environment variable.
      
      This makes virsh connecting to the wrong URI if it disconnects from the
      hypervisor and then tries to reconnect, and also leaks the original connname.
      
      Fix by calling virGetEnvBlockSUID() before virshParseArgv().
      0217089b
    • C
      docs: domain: Document network <filterref> · 003fa6d6
      Cole Robinson 提交于
      The proper nwfilter docs go into full detail, but we should still
      have a brief bit about domain XML in the domain documentation
      003fa6d6
  2. 20 4月, 2016 30 次提交
  3. 19 4月, 2016 7 次提交