1. 05 3月, 2019 11 次提交
  2. 04 3月, 2019 21 次提交
  3. 01 3月, 2019 2 次提交
    • E
      news: More 5.1 updates · d542b454
      Eric Blake 提交于
      Mention my snapshot bug fixes, and the corresponding virsh command-line
      parse tweak I added while working on the snapshot bug fixes.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      d542b454
    • E
      qemu: Fix snapshot redefine vs. domain state bug · 3926d0aa
      Eric Blake 提交于
      The existing qemu snapshot code has a slight bug: if the domain
      is currently pmsuspended, you can't use the _REDEFINE flag even
      though the current domain state should have no bearing on being
      able to recreate metadata state; and conversely, you can use the
      _REDEFINE flag to create snapshot metadata claiming to be
      pmsuspended as a bypass to the normal restrictions that you can't
      create an original qemu snapshot in that state (the restriction
      against pmsuspend is specific to qemu, rather than part of the
      driver-agnostic snapshot_conf code).
      
      Fix this by checking the snapshot state (when redefining) instead
      of the domain state (which is a subset of snapshot states).
      
      Fixes the second problem mentioned in https://bugzilla.redhat.com/1680304Signed-off-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      3926d0aa
  4. 28 2月, 2019 6 次提交