1. 12 10月, 2018 3 次提交
    • E
      virsh: Fix regression with duplicated error messages · 35966308
      Eric Blake 提交于
      Commit 4f4c3b13 (v3.3) fixed an issue where performing cleanup of
      libvirt objects could sometimes lose error messages, by adding code
      to copy the libvirt error into last_error prior to cleanup paths.
      However, it caused a regression: on other paths, some errors are now
      printed twice, if libvirt still remembers in its thread-local
      storage that an error was set even after virsh cleared last_error.
      For example:
      
      $ virsh -c test:///default snapshot-delete test blah
      error: Domain snapshot not found: no domain snapshot with matching name 'blah'
      error: Domain snapshot not found: no domain snapshot with matching name 'blah'
      
      Fix things by telling libvirt to discard any thread-local errors at
      the same time virsh prints an error message (whether or not the libvirt
      error is the same as what is stored in last_error).
      
      Update the virsh-undefine testsuite (partially reverting portions of
      commit b620bdee, by removing -q, to more easily pinpoint which commands
      are causing which messages), now that there is only one error message
      instead of two.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
      35966308
    • O
      rpc: reproducible genprotocol output · 297ed93a
      Olaf Hering 提交于
      If the same source gets built twice ('build same source on different
      hosts at different times') the resulting files may differ.
      Fix this by sorting the hash keys before usage.
      Signed-off-by: NOlaf Hering <olaf@aepfle.de>
      297ed93a
    • J
      qemu: Remove unused qemuProcessAutostartAll · 86a6cb13
      John Ferlan 提交于
      The function was never defined in source, just the protoype.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      86a6cb13
  2. 11 10月, 2018 1 次提交
  3. 10 10月, 2018 5 次提交
  4. 09 10月, 2018 2 次提交
  5. 08 10月, 2018 12 次提交
  6. 05 10月, 2018 17 次提交