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

2019-08-06 Thread Ján Tomko

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

   
 
   

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


signature.asc
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

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

2019-08-05 Thread Vitaly Kuznetsov
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


  


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