[PATCH v2 0/2] add support for discard_granularity

Kristina Hanicova posted 2 patches 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1692964080.git.khanicov@redhat.com
There is a newer version of this series
docs/formatdomain.rst                         |  6 +++++-
src/conf/domain_conf.c                        | 19 ++++++++++++++++++-
src/conf/domain_conf.h                        |  1 +
src/conf/domain_validate.c                    |  3 ++-
src/conf/schemas/domaincommon.rng             |  5 +++++
src/qemu/qemu_command.c                       |  2 ++
src/qemu/qemu_domain.c                        |  2 ++
src/vz/vz_utils.c                             |  3 ++-
.../disk-blockio.x86_64-latest.args           |  2 +-
tests/qemuxml2argvdata/disk-blockio.xml       |  2 +-
10 files changed, 39 insertions(+), 6 deletions(-)
[PATCH v2 0/2] add support for discard_granularity
Posted by Kristina Hanicova 8 months, 1 week ago
This is v2 (or rather the first 2 patches) of:
https://listman.redhat.com/archives/libvir-list/2023-August/241076.html

diff to v1:
* added ABI stability check (noticed by Peter)
* splitting the series into two parts

Kristina Hanicova (2):
  conf: add support for discard_granularity
  qemu: add support for discard_granularity

 docs/formatdomain.rst                         |  6 +++++-
 src/conf/domain_conf.c                        | 19 ++++++++++++++++++-
 src/conf/domain_conf.h                        |  1 +
 src/conf/domain_validate.c                    |  3 ++-
 src/conf/schemas/domaincommon.rng             |  5 +++++
 src/qemu/qemu_command.c                       |  2 ++
 src/qemu/qemu_domain.c                        |  2 ++
 src/vz/vz_utils.c                             |  3 ++-
 .../disk-blockio.x86_64-latest.args           |  2 +-
 tests/qemuxml2argvdata/disk-blockio.xml       |  2 +-
 10 files changed, 39 insertions(+), 6 deletions(-)

-- 
2.41.0