From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKAAk-0005SY-Ej for qemu-devel@nongnu.org; Wed, 20 Aug 2014 13:59:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKAAf-0007fq-67 for qemu-devel@nongnu.org; Wed, 20 Aug 2014 13:59:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKAAe-0007fY-V8 for qemu-devel@nongnu.org; Wed, 20 Aug 2014 13:59:41 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7KHxdfM015769 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 20 Aug 2014 13:59:39 -0400 From: Max Reitz Date: Wed, 20 Aug 2014 19:59:32 +0200 Message-Id: <1408557576-14574-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] qapi/block-core: Add "new" qcow2 options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi , Max Reitz This is a follow-up series to my previous series "[PATCH v2 0/4] qcow2: Allow runtime specification of cache sizes" which adds missing qcow2 runtime options to the appropriate structure in qapi/block-core (overlap check mode and metadata cache size). Max Reitz (4): qcow2: Fix leak of QemuOpts in qcow2_open() qapi: Allow enums in anonymous unions qcow2: Add overlap-check.template option qapi/block-core: Add "new" qcow2 options block/qcow2.c | 29 ++++++++++++++++--- block/qcow2.h | 1 + qapi/block-core.json | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++- scripts/qapi-types.py | 2 ++ scripts/qapi-visit.py | 3 +- 5 files changed, 108 insertions(+), 6 deletions(-) -- 2.0.4