Kevin Wolf b527c9b392 qcow2: Write full header on image creation
When creating a qcow2 image, we didn't necessarily call
qcow2_update_header(), but could end up with the basic header that
qcow2_create2() created manually. One thing that this basic header
lacks is the feature table. Let's make sure that it's always present.

This requires a few updates to test cases as well.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2016-01-20 13:36:23 +01:00
..
2015-09-11 10:45:43 +03:00
2016-01-11 14:10:44 -05:00
2015-12-17 08:21:29 +01:00
2016-01-11 14:10:43 -05:00
2015-10-09 15:25:57 +02:00
2015-10-16 11:14:53 +01:00
2015-10-23 18:18:23 +02:00
2015-10-19 15:26:53 +02:00
2015-12-22 18:39:19 +02:00
2015-12-22 18:39:19 +02:00
2015-12-22 18:39:19 +02:00
2015-12-04 18:29:31 +01:00
2015-09-25 14:53:29 +02:00
2015-12-17 08:21:27 +01:00
2015-11-02 08:30:26 +01:00