]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
block/qcow: remove runtime opts
authorJohn Snow <jsnow@redhat.com>
Thu, 6 Aug 2020 21:13:45 +0000 (17:13 -0400)
committerMax Reitz <mreitz@redhat.com>
Tue, 15 Sep 2020 09:05:13 +0000 (11:05 +0200)
Introduced by d85f4222b468,
These were seemingly never used at all.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20200806211345.2925343-3-jsnow@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/qcow.c

index e514a86fe5e2f5fa4c68f7248898c2799075876d..f8919a44d1935b18b545bbd8bbf4a007d000d75a 100644 (file)
@@ -105,15 +105,6 @@ static int qcow_probe(const uint8_t *buf, int buf_size, const char *filename)
         return 0;
 }
 
-static QemuOptsList qcow_runtime_opts = {
-    .name = "qcow",
-    .head = QTAILQ_HEAD_INITIALIZER(qcow_runtime_opts.head),
-    .desc = {
-        BLOCK_CRYPTO_OPT_DEF_QCOW_KEY_SECRET("encrypt."),
-        { /* end of list */ }
-    },
-};
-
 static int qcow_open(BlockDriverState *bs, QDict *options, int flags,
                      Error **errp)
 {