[libvirt] [PATCH v2 0/2] add support for kvm-hint-dedicated performance hint

Menno Lageman posted 2 patches 4 years, 8 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190812123030.15381-1-menno.lageman@oracle.com
docs/formatdomain.html.in                     |  7 +++++++
docs/schemas/domaincommon.rng                 |  5 +++++
src/conf/domain_conf.c                        |  4 ++++
src/conf/domain_conf.h                        |  1 +
src/qemu/qemu_command.c                       |  5 +++++
src/qemu/qemu_domain.c                        | 11 ++++++++++-
tests/qemuxml2argvdata/kvm-features-off.xml   |  1 +
tests/qemuxml2argvdata/kvm-features.args      |  4 ++--
tests/qemuxml2argvdata/kvm-features.xml       |  4 +++-
tests/qemuxml2xmloutdata/kvm-features-off.xml |  1 +
tests/qemuxml2xmloutdata/kvm-features.xml     |  4 +++-
11 files changed, 42 insertions(+), 5 deletions(-)
[libvirt] [PATCH v2 0/2] add support for kvm-hint-dedicated performance hint
Posted by Menno Lageman 4 years, 8 months ago
v2 of:

https://www.redhat.com/archives/libvir-list/2019-August/msg00363.html

diff to v1:
- reword description in documentation
- move check for valid domain config to qemuDomainDefValidate

Wim ten Have (2):
  qemu: support for kvm-hint-dedicated performance hint
  tests: add tests for kvm-hint-dedicated feature

 docs/formatdomain.html.in                     |  7 +++++++
 docs/schemas/domaincommon.rng                 |  5 +++++
 src/conf/domain_conf.c                        |  4 ++++
 src/conf/domain_conf.h                        |  1 +
 src/qemu/qemu_command.c                       |  5 +++++
 src/qemu/qemu_domain.c                        | 11 ++++++++++-
 tests/qemuxml2argvdata/kvm-features-off.xml   |  1 +
 tests/qemuxml2argvdata/kvm-features.args      |  4 ++--
 tests/qemuxml2argvdata/kvm-features.xml       |  4 +++-
 tests/qemuxml2xmloutdata/kvm-features-off.xml |  1 +
 tests/qemuxml2xmloutdata/kvm-features.xml     |  4 +++-
 11 files changed, 42 insertions(+), 5 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/2] add support for kvm-hint-dedicated performance hint
Posted by Michal Privoznik 4 years, 8 months ago
On 8/12/19 2:30 PM, Menno Lageman wrote:
> v2 of:
> 
> https://www.redhat.com/archives/libvir-list/2019-August/msg00363.html
> 
> diff to v1:
> - reword description in documentation
> - move check for valid domain config to qemuDomainDefValidate
> 
> Wim ten Have (2):
>    qemu: support for kvm-hint-dedicated performance hint
>    tests: add tests for kvm-hint-dedicated feature
> 
>   docs/formatdomain.html.in                     |  7 +++++++
>   docs/schemas/domaincommon.rng                 |  5 +++++
>   src/conf/domain_conf.c                        |  4 ++++
>   src/conf/domain_conf.h                        |  1 +
>   src/qemu/qemu_command.c                       |  5 +++++
>   src/qemu/qemu_domain.c                        | 11 ++++++++++-
>   tests/qemuxml2argvdata/kvm-features-off.xml   |  1 +
>   tests/qemuxml2argvdata/kvm-features.args      |  4 ++--
>   tests/qemuxml2argvdata/kvm-features.xml       |  4 +++-
>   tests/qemuxml2xmloutdata/kvm-features-off.xml |  1 +
>   tests/qemuxml2xmloutdata/kvm-features.xml     |  4 +++-
>   11 files changed, 42 insertions(+), 5 deletions(-)
> 

ACKed both and pushed.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list