1. 16 5月, 2018 1 次提交
  2. 11 5月, 2018 2 次提交
  3. 04 5月, 2018 2 次提交
  4. 17 4月, 2018 8 次提交
  5. 12 4月, 2018 2 次提交
  6. 10 4月, 2018 4 次提交
  7. 01 4月, 2018 1 次提交
  8. 24 3月, 2018 1 次提交
  9. 26 2月, 2018 1 次提交
  10. 22 2月, 2018 4 次提交
  11. 19 2月, 2018 6 次提交
  12. 09 2月, 2018 3 次提交
  13. 06 2月, 2018 2 次提交
    • J
      qemu: Introduce qemuProcessHandleDumpCompleted · 3455a735
      John Ferlan 提交于
      Handle a DUMP_COMPLETED event processing the status, stats, and
      error string. Use the @status in order to copy the error that
      was generated whilst processing the @stats data. If an error was
      provided by QEMU, then use that instead.
      
      If there's no async job, we can just ignore the data.
      Reviewed-by: NJiri Denemark <jdenemar@redhat.com>
      3455a735
    • J
      qemu: Convert jobInfo stats into a union · 93412bb8
      John Ferlan 提交于
      Convert the stats field in _qemuDomainJobInfo to be a union. This
      will allow for the collection of various different types of stats
      in the same field.
      
      When starting the async job that will end up being used for stats,
      set the @statsType value appropriately. The @mirrorStats are
      special and are used with stats.mig in order to generate the
      returned job stats for a migration.
      
      Using the NONE should avoid the possibility that some random
      async job would try to return stats for migration even though
      a migration is not in progress.
      
      For now a migration and a save job will use the same statsType
      Reviewed-by: NJiri Denemark <jdenemar@redhat.com>
      93412bb8
  14. 05 2月, 2018 3 次提交