1. 18 11月, 2017 1 次提交
    • K
      block: Fix permissions in image activation · dafe0960
      Kevin Wolf 提交于
      Inactive images generally request less permissions for their image files
      than they would if they were active (in particular, write permissions).
      Activating the image involves extending the permissions, therefore.
      
      drv->bdrv_invalidate_cache() can already require write access to the
      image file, so we have to update the permissions earlier than that.
      The current code does it only later, so we have to move up this part.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Reviewed-by: NMax Reitz <mreitz@redhat.com>
      dafe0960
  2. 17 11月, 2017 10 次提交
  3. 16 11月, 2017 17 次提交
  4. 15 11月, 2017 12 次提交