qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/4] qcow2: Add runtime options for cache sizes


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 3/4] qcow2: Add runtime options for cache sizes
Date: Mon, 18 Aug 2014 22:24:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

On 18.08.2014 22:18, Eric Blake wrote:
On 08/18/2014 02:00 PM, Max Reitz wrote:
Add options for specifying the size of the metadata caches. This can
either be done directly for each cache (if only one is given, the other
will be derived according to a default ratio) or combined for both.

Signed-off-by: Max Reitz <address@hidden>
---
  block/qcow2.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++-------
  block/qcow2.h |   3 ++
  2 files changed, 103 insertions(+), 12 deletions(-)
I would suspect that you need to also modify qapi/block-core.json to
document the new QMP parameters that can be tuned when hot-plugging a
qcow2 disk.

Oh, you're right - that structure is missing all of the corruption detection parameters as well. I'll prepare a follow-up patch tomorrow.

Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]