Re: [RFC PATCH 0/7] Initial support for Microsoft Hyper-V

2011-10-10 Thread Jan Kiszka
On 2011-10-09 20:52, Vadim Rozenfeld wrote:
 Enable some basic Hyper-V enlightenment functionalites,
 including relaxed timing, spinlock, and virtual APIC. 

This targets uq/master, correct? Then you should CC qemu-devel on the
next round.

I think this series could also be distributed over 3 or 4 patches
without loosing bisectability. And please spend a bit time on commit logs.

Jan



signature.asc
Description: OpenPGP digital signature


Re: [RFC PATCH 0/7] Initial support for Microsoft Hyper-V

2011-10-10 Thread Vadim Rozenfeld
On Mon, 2011-10-10 at 08:53 +0200, Jan Kiszka wrote:
 On 2011-10-09 20:52, Vadim Rozenfeld wrote:
  Enable some basic Hyper-V enlightenment functionalites,
  including relaxed timing, spinlock, and virtual APIC. 
 
 This targets uq/master, correct? Then you should CC qemu-devel on the
 next round.
 
 I think this series could also be distributed over 3 or 4 patches
 without loosing bisectability. And please spend a bit time on commit logs.
 
OK.
 Jan
 


--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[RFC PATCH 0/7] Initial support for Microsoft Hyper-V

2011-10-09 Thread Vadim Rozenfeld
Enable some basic Hyper-V enlightenment functionalites,
including relaxed timing, spinlock, and virtual APIC. 

Vadim Rozenfeld (7):
  [hyper-v] Add hyper-v parameters block.
  [hyper-v] add hyper-v placeholders.
  [hyper-v] make Hyper-V option configurable.
  [hyper-v] hyper-v parameters
  [hyper-v] hyper-v helper functions
  [hyper-v] parse hyper-v parameters.
  [hyper-v] init hyper-v cpuid leafs

 Makefile.target   |1 +
 configure |   11 +
 hyperv.c  |   63 +
 hyperv.h  |   19 
 qemu-config.c |   19 
 qemu-config.h |1 +
 qemu-options.hx   |   23 +++
 target-i386/kvm.c |   53 +++-
 vl.c  |   12 ++
 9 files changed, 201 insertions(+), 1 deletions(-)
 create mode 100644 hyperv.c
 create mode 100644 hyperv.h

-- 
1.7.4.4

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html