Alberto Garcia
80f5c01183
qcow2: Forbid discard in qcow2 v2 images with backing files
...
A discard request deallocates the selected clusters so they read back
as zeroes. This is done by clearing the cluster offset field and
setting QCOW_OFLAG_ZERO in the L2 entry.
This flag is however only supported when qcow_version >= 3. In older
images the cluster is simply deallocated, exposing any possible stale
data from the backing file.
Since discard is an advisory operation it's safer to simply forbid it
in this scenario.
Note that we are adding this check to qcow2_co_pdiscard() and not to
qcow2_cluster_discard() or discard_in_l2_slice() because the last
two are also used by qcow2_snapshot_create() to discard the clusters
used by the VM state. In this case there's no risk of exposing stale
data to the guest and we really want that the clusters are always
discarded.
Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-Id: <20200331114345.29993-1-berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
2020-04-07 13:51:09 +02:00
..
2019-12-18 11:20:57 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-03-24 12:05:31 +01:00
2020-03-24 12:05:31 +01:00
2020-03-24 12:05:31 +01:00
2020-01-30 21:01:40 +00:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2020-03-26 14:44:33 +01:00
2020-03-26 14:44:33 +01:00
2020-03-26 14:44:33 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:06 +01:00
2020-02-18 10:53:56 +01:00
2020-02-18 10:53:56 +01:00
2020-02-18 14:52:16 +01:00
2020-02-18 14:52:16 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:12:48 +01:00
2020-04-07 13:51:09 +02:00
2020-04-07 13:51:09 +02:00
2020-01-06 13:43:07 +01:00
2019-12-18 11:20:57 +01:00
2019-12-18 11:20:57 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-11-19 10:01:34 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:12:48 +01:00
2020-01-30 21:01:40 +00:00
2020-01-06 13:43:07 +01:00
2020-04-07 13:51:09 +02:00
2020-04-07 13:51:09 +02:00
2020-03-26 14:44:33 +01:00
2020-03-26 14:44:33 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-10-28 11:22:31 +01:00
2019-10-28 11:22:31 +01:00
2020-03-24 11:57:38 +01:00
2020-03-11 15:54:38 +01:00
2020-03-24 11:57:38 +01:00
2020-01-06 13:43:07 +01:00
2020-01-30 21:01:40 +00:00
2020-01-06 13:43:07 +01:00
2020-01-30 21:01:40 +00:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-30 21:01:40 +00:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2020-02-20 16:43:42 +01:00
2020-02-20 16:43:42 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2020-02-06 13:47:45 +01:00
2019-11-18 20:33:48 -06:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-03-26 14:52:43 +01:00
2020-03-26 14:52:43 +01:00
2020-02-20 16:43:42 +01:00
2019-10-28 11:22:31 +01:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2020-01-27 17:19:53 +01:00
2020-01-06 13:43:07 +01:00
2019-10-28 11:22:31 +01:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-02-20 16:43:42 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-03-11 15:54:38 +01:00
2020-03-11 15:54:38 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:15:16 +01:00
2019-10-17 17:02:32 -04:00
2020-02-07 15:12:48 +01:00
2019-11-26 14:18:01 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-04-07 13:51:09 +02:00
2020-03-11 12:42:29 +01:00
2020-03-11 12:42:29 +01:00
2020-03-11 12:42:29 +01:00
2020-01-30 21:01:40 +00:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-02-06 13:47:45 +01:00
2019-11-18 20:33:48 -06:00
2020-01-30 21:01:40 +00:00
2020-01-27 17:19:53 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2019-10-28 11:22:31 +01:00
2019-10-28 11:22:31 +01:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:12:48 +01:00
2020-01-30 21:01:40 +00:00
2019-11-18 20:33:48 -06:00
2020-01-30 21:01:40 +00:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-25 20:20:09 +00:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-01-27 17:19:53 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2020-02-05 17:22:13 -06:00
2020-02-05 17:22:13 -06:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2019-10-28 11:22:31 +01:00
2019-10-28 11:22:31 +01:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2020-02-18 10:53:56 +01:00
2020-02-18 10:53:56 +01:00
2020-03-06 17:34:09 +01:00
2020-03-06 17:34:01 +01:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2019-11-18 20:33:48 -06:00
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:12:48 +01:00
2020-02-07 15:12:48 +01:00
2020-02-20 16:43:42 +01:00
2020-02-20 16:43:42 +01:00
2020-02-07 15:15:16 +01:00
2019-10-17 17:02:32 -04:00
2020-01-06 13:43:07 +01:00
2019-10-28 11:54:49 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2019-10-22 20:51:31 -05:00
2020-01-06 13:43:07 +01:00
2020-02-07 15:15:16 +01:00
2019-12-19 14:32:43 +01:00
2020-02-06 13:47:45 +01:00
2019-10-28 11:22:31 +01:00
2019-11-07 14:37:46 +01:00
2019-11-07 14:37:46 +01:00
2020-01-06 13:43:07 +01:00
2019-12-19 13:20:10 +01:00
2020-02-07 15:15:16 +01:00
2019-11-18 16:01:31 -06:00
2020-03-24 11:57:38 +01:00
2019-12-18 11:20:57 +01:00
2020-02-07 15:15:16 +01:00
2019-12-19 18:04:25 +01:00
2020-02-07 15:12:48 +01:00
2020-01-27 17:19:53 +01:00
2020-03-11 15:54:38 +01:00
2020-03-11 15:54:38 +01:00
2020-02-07 15:15:16 +01:00
2020-02-06 13:47:45 +01:00
2020-02-20 16:43:42 +01:00
2020-02-20 16:43:42 +01:00
2020-02-20 16:43:42 +01:00
2020-02-20 16:43:42 +01:00
2020-03-11 12:42:29 +01:00
2020-03-11 12:42:29 +01:00
2020-03-24 12:05:31 +01:00
2020-03-24 12:05:31 +01:00
2020-04-07 13:51:09 +02:00
2020-04-07 13:51:09 +02:00
2020-02-07 15:15:16 +01:00
2020-01-06 13:43:07 +01:00
2019-10-28 11:22:31 +01:00
2019-11-18 20:33:48 -06:00
2020-03-26 14:52:37 +01:00
2020-04-07 13:51:09 +02:00
2020-03-21 22:37:32 +00:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00
2020-02-07 15:15:16 +01:00