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