[libvirt] [PATCH v3 0/5] Add support for Direct Mode for Hyper-V Synthetic timers

Vitaly Kuznetsov posted 5 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/20190806055236.31837-1-vkuznets@redhat.com
There is a newer version of this series
docs/formatdomain.html.in           | 10 ++--
docs/news.xml                       |  9 ++++
docs/schemas/domaincommon.rng       | 16 +++++-
src/conf/domain_conf.c              | 77 ++++++++++++++++++++++++++---
src/conf/domain_conf.h              |  1 +
src/cpu/cpu_x86.c                   | 33 +++++++------
src/cpu/cpu_x86_data.h              |  2 +
src/qemu/qemu_command.c             | 12 +++--
src/qemu/qemu_process.c             | 20 +++++++-
tests/qemuxml2argvdata/hyperv.args  |  4 +-
tests/qemuxml2argvdata/hyperv.xml   |  4 +-
tests/qemuxml2xmloutdata/hyperv.xml |  4 +-
12 files changed, 155 insertions(+), 37 deletions(-)
[libvirt] [PATCH v3 0/5] Add support for Direct Mode for Hyper-V Synthetic timers
Posted by Vitaly Kuznetsov 4 years, 8 months ago
Changes since v2:
- Post 5.6.0 rebase, patches 1-3 are dropped as they were already merged.

Original description:

QEMU-4.1 will bring us Direct Mode for Hyper-V Synthetic timers support,
we need to support it in libvirt too. As this is not a new enlightenment
but rather an enhancement of an existing one ('stimer'), support it in

    <stimer state='on'>
      <direct state='on'/>
    </stimer>

form. Backwards compatibility is (hopefully) preserved.

Vitaly Kuznetsov (5):
  cpu_x86: add Edx to KVM_FEATURE_DEF()
  conf: change the way how Hyper-V features are printed out
  conf: add support for Direct Mode for Hyper-V Synthetic timers
  qemu: add support for Direct Mode for Hyper-V Synthetic timers
  news: mention Direct Mode for Hyper-V Synthetic timers support

 docs/formatdomain.html.in           | 10 ++--
 docs/news.xml                       |  9 ++++
 docs/schemas/domaincommon.rng       | 16 +++++-
 src/conf/domain_conf.c              | 77 ++++++++++++++++++++++++++---
 src/conf/domain_conf.h              |  1 +
 src/cpu/cpu_x86.c                   | 33 +++++++------
 src/cpu/cpu_x86_data.h              |  2 +
 src/qemu/qemu_command.c             | 12 +++--
 src/qemu/qemu_process.c             | 20 +++++++-
 tests/qemuxml2argvdata/hyperv.args  |  4 +-
 tests/qemuxml2argvdata/hyperv.xml   |  4 +-
 tests/qemuxml2xmloutdata/hyperv.xml |  4 +-
 12 files changed, 155 insertions(+), 37 deletions(-)

-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 0/5] Add support for Direct Mode for Hyper-V Synthetic timers
Posted by Ján Tomko 4 years, 8 months ago
On Tue, Aug 06, 2019 at 07:52:31AM +0200, Vitaly Kuznetsov wrote:
>Changes since v2:
>- Post 5.6.0 rebase, patches 1-3 are dropped as they were already merged.
>
>Original description:
>
>QEMU-4.1 will bring us Direct Mode for Hyper-V Synthetic timers support,
>we need to support it in libvirt too. As this is not a new enlightenment
>but rather an enhancement of an existing one ('stimer'), support it in
>
>    <stimer state='on'>
>      <direct state='on'/>
>    </stimer>
>
>form. Backwards compatibility is (hopefully) preserved.
>
>Vitaly Kuznetsov (5):
>  cpu_x86: add Edx to KVM_FEATURE_DEF()
>  conf: change the way how Hyper-V features are printed out

Pushed the first two.

Jano

>  conf: add support for Direct Mode for Hyper-V Synthetic timers
>  qemu: add support for Direct Mode for Hyper-V Synthetic timers
>  news: mention Direct Mode for Hyper-V Synthetic timers support
>
> docs/formatdomain.html.in           | 10 ++--
> docs/news.xml                       |  9 ++++
> docs/schemas/domaincommon.rng       | 16 +++++-
> src/conf/domain_conf.c              | 77 ++++++++++++++++++++++++++---
> src/conf/domain_conf.h              |  1 +
> src/cpu/cpu_x86.c                   | 33 +++++++------
> src/cpu/cpu_x86_data.h              |  2 +
> src/qemu/qemu_command.c             | 12 +++--
> src/qemu/qemu_process.c             | 20 +++++++-
> tests/qemuxml2argvdata/hyperv.args  |  4 +-
> tests/qemuxml2argvdata/hyperv.xml   |  4 +-
> tests/qemuxml2xmloutdata/hyperv.xml |  4 +-
> 12 files changed, 155 insertions(+), 37 deletions(-)
>
>-- 
>2.20.1
>
>--
>libvir-list mailing list
>libvir-list@redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list