[libvirt PATCH 0/2] followup fix for cpu quota limits

Pavel Hrdina posted 2 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1613760868.git.phrdina@redhat.com
docs/formatdomain.rst         |  8 ++++----
docs/manpages/virsh.rst       |  2 +-
docs/schemas/domaincommon.rng |  2 +-
src/conf/domain_validate.c    | 20 +++++++++++++-------
4 files changed, 19 insertions(+), 13 deletions(-)
[libvirt PATCH 0/2] followup fix for cpu quota limits
Posted by Pavel Hrdina 3 years, 2 months ago
Pavel Hrdina (2):
  domain_validate: use defines for cpu period and quota limits
  docs: use proper cpu quota value in our documentation

 docs/formatdomain.rst         |  8 ++++----
 docs/manpages/virsh.rst       |  2 +-
 docs/schemas/domaincommon.rng |  2 +-
 src/conf/domain_validate.c    | 20 +++++++++++++-------
 4 files changed, 19 insertions(+), 13 deletions(-)

-- 
2.29.2

Re: [libvirt PATCH 0/2] followup fix for cpu quota limits
Posted by Michal Privoznik 3 years, 2 months ago
On 2/19/21 7:55 PM, Pavel Hrdina wrote:
> Pavel Hrdina (2):
>    domain_validate: use defines for cpu period and quota limits
>    docs: use proper cpu quota value in our documentation
> 
>   docs/formatdomain.rst         |  8 ++++----
>   docs/manpages/virsh.rst       |  2 +-
>   docs/schemas/domaincommon.rng |  2 +-
>   src/conf/domain_validate.c    | 20 +++++++++++++-------
>   4 files changed, 19 insertions(+), 13 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and SFF.

Michal