1. 03 11月, 2017 4 次提交
  2. 26 10月, 2017 2 次提交
  3. 20 10月, 2017 1 次提交
  4. 18 10月, 2017 1 次提交
  5. 17 10月, 2017 1 次提交
  6. 16 10月, 2017 1 次提交
  7. 12 10月, 2017 1 次提交
  8. 05 10月, 2017 1 次提交
  9. 27 9月, 2017 1 次提交
  10. 20 9月, 2017 1 次提交
  11. 14 9月, 2017 1 次提交
  12. 26 8月, 2017 1 次提交
  13. 27 7月, 2017 1 次提交
  14. 11 7月, 2017 1 次提交
  15. 14 6月, 2017 1 次提交
  16. 30 5月, 2017 1 次提交
    • E
      qemu: json: Fix daemon crash on handling domain shutdown event · f9b69c82
      Erik Skultety 提交于
      commit a8eba503 added further checking of the guest shutdown cause, but
      this enhancement is available since qemu 2.10, causing a crash because
      of a NULL pointer dereference on older qemus.
      
      Thread 1 "libvirtd" received signal SIGSEGV, Segmentation fault.
      0x00007ffff72441af in virJSONValueObjectGet (object=0x0,
                                                   key=0x7fffd5ef11bf "guest")
          at util/virjson.c:769
      769	    if (object->type != VIR_JSON_TYPE_OBJECT)
      (gdb) bt
      0  in virJSONValueObjectGet
      1  in virJSONValueObjectGetBoolean
      2  in qemuMonitorJSONHandleShutdown
      3  in qemuMonitorJSONIOProcessEvent
      4  in qemuMonitorJSONIOProcessLine
      5  in qemuMonitorJSONIOProcess
      6  in qemuMonitorIOProcess
      Signed-off-by: NErik Skultety <eskultet@redhat.com>
      f9b69c82
  17. 26 5月, 2017 1 次提交
  18. 27 4月, 2017 1 次提交
    • J
      qemu: Ignore missing query-migrate-parameters · ac58c036
      Jiri Denemark 提交于
      Migration with old QEMU which does not support query-migrate-parameters
      would fail because the QMP command is called unconditionally since the
      introduction of TLS migration. Previously it was only called if the user
      explicitly requested a feature which uses QEMU migration parameters. And
      even then the situation was not ideal, instead of reporting an
      unsupported feature we'd just complain about missing QMP command.
      
      Trivially no migration parameters are supported when
      query-migrate-parameters QMP command is missing. There's no need to
      report an error if it is missing, the callers will report better error
      if needed.
      
      https://bugzilla.redhat.com/show_bug.cgi?id=1441934Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
      ac58c036
  19. 24 4月, 2017 1 次提交
  20. 30 3月, 2017 1 次提交
  21. 27 3月, 2017 6 次提交
  22. 25 3月, 2017 1 次提交
    • J
      qemu: Add TLS params to _qemuMonitorMigrationParams · 3d06cb96
      John Ferlan 提交于
      Add the fields to support setting tls-creds and tls-hostname during
      a migration (either source or target). Modify the query migration
      function to check for the presence and set the field for future
      consumers to determine which of 3 conditions is being met (NULL,
      present and set to "", or present and sent to something). These
      correspond to qemu commit id '4af245dc3' which added support to
      default the value to "" and allow setting (or resetting) to ""
      in order to disable. This reset option allows libvirt to properly
      use the tls-creds and tls-hostname parameters.
      
      Modify code paths that either allocate or use stack space in order
      to call qemuMigrationParamsClear or qemuMigrationParamsFree for cleanup.
      Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
      3d06cb96
  23. 17 3月, 2017 2 次提交
  24. 04 3月, 2017 3 次提交
  25. 24 2月, 2017 3 次提交
  26. 22 2月, 2017 1 次提交