[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 0/3] Clean unused entries in the qcow2 L2/refcoun
From: |
Alberto Garcia |
Subject: |
[Qemu-devel] [PATCH v3 0/3] Clean unused entries in the qcow2 L2/refcount cache |
Date: |
Wed, 27 May 2015 11:46:14 +0200 |
v3:
- Add 'cache-clean-interval' field to ImageInfoSpecificQCow2.
v2: https://lists.gnu.org/archive/html/qemu-devel/2015-05/msg05316.html
- Clarify that the block-commit mentioned in the first patch refers to
the HMP commit command.
- Check the value of cache_clean_interval and cast it accordingly to
prevent it from overflowing.
v1: https://lists.gnu.org/archive/html/qemu-devel/2015-05/msg03510.html
Regards,
Berto
Alberto Garcia (3):
qcow2: mark the memory as no longer needed after qcow2_cache_empty()
qcow2: add option to clean unused cache entries after some time
qcow2: reorder fields in Qcow2CachedTable to reduce padding
block/qcow2-cache.c | 57 ++++++++++++++++++++++++++++++++++++++++++++-
block/qcow2.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++
block/qcow2.h | 4 ++++
qapi/block-core.json | 13 +++++++++--
4 files changed, 137 insertions(+), 3 deletions(-)
--
2.1.4
- [Qemu-devel] [PATCH v3 0/3] Clean unused entries in the qcow2 L2/refcount cache,
Alberto Garcia <=