xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Sheng Yang <sheng@linux.intel.com>
To: xen-devel@lists.xensource.com
Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>,
	Keir Fraser <keir.fraser@eu.citrix.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6][v2] Hybrid extension for Xen guest
Date: Tue, 2 Feb 2010 16:26:44 +0800	[thread overview]
Message-ID: <201002021626.44958.sheng@linux.intel.com> (raw)
In-Reply-To: <1265098747-10117-1-git-send-email-sheng@linux.intel.com>

Oops... Miss the subject field when git-send-email...

-- 
regards
Yang, Sheng

On Tuesday 02 February 2010 16:19:01 Sheng Yang wrote:
> Hi, Jeremy & Keir
> 
> Here is the second version of patchset to enable Xen Hybrid extension
>  support in Linux kernel.
> 
> The Hybrid Extension is started from real mode like HVM guest, but also
>  with a a range of PV features(e.g. PV halt, PV timer, event channel, as
>  well as PV drivers). So guest with Hybrid extension feature can takes the
>  advantages of both H/W virtualization and Para-Virtualization.
> 
> The first two of the patchset imported several header file from Jeremy's
>  tree and Xen tree, respect to Jeremy and Keir's works.
> 
> The whole patchset based on Linux upstream.
> 
> Current the patchset support x86_64 only.
> 
> The major change from v1:
> 1. SMP support.
> 2. Modify the entrance point to avoid most of genernic kernel modification.
> 3. Binding PV timer with event channel mechanism.
> 
> You need a line like:
> 
> cpuid = [ '0x40000002:edx=0x3' ]
> 
> in HVM configuration file to expose hybrid feature to guest, and
> 
> CONFIG_XEN
> 
> in the guest kernel configuration file to enable the hybrid support.
> 
> And the compiled image can be used as native/pv domU/hvm guest/hybrid
>  kernel.
> 
> Comments are welcome!
> 
> BTW: For the MSI/MSI-X support, pv_ops dom0 can share the solution with
>  hybrid. We would try to figure out a elegant way to deal with it later.
> 
> --
> regards
> Yang, Sheng
> 
> --
>  arch/x86/include/asm/xen/cpuid.h     |   73 +++++++++++++
>  arch/x86/include/asm/xen/hypercall.h |    6 +
>  arch/x86/kernel/setup.c              |    8 ++
>  arch/x86/xen/enlighten.c             |  192
>  ++++++++++++++++++++++++++++++++++ arch/x86/xen/irq.c                   | 
>   54 ++++++++++
>  arch/x86/xen/smp.c                   |  144 +++++++++++++++++++++++++-
>  arch/x86/xen/xen-head.S              |    6 +
>  arch/x86/xen/xen-ops.h               |    4 +
>  drivers/block/xen-blkfront.c         |    3 +
>  drivers/input/xen-kbdfront.c         |    4 +
>  drivers/net/xen-netfront.c           |    3 +
>  drivers/video/xen-fbfront.c          |    4 +
>  drivers/xen/events.c                 |   66 +++++++++++-
>  drivers/xen/grant-table.c            |   67 ++++++++++++-
>  drivers/xen/xenbus/xenbus_probe.c    |   23 ++++-
>  include/xen/events.h                 |    1 +
>  include/xen/hvm.h                    |   28 +++++
>  include/xen/interface/hvm/hvm_op.h   |   79 ++++++++++++++
>  include/xen/interface/hvm/params.h   |  111 ++++++++++++++++++++
>  include/xen/interface/xen.h          |    6 +-
>  include/xen/xen.h                    |   12 ++
>  21 files changed, 883 insertions(+), 11 deletions(-)
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 

      parent reply	other threads:[~2010-02-02  8:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-02  8:19 (unknown), Sheng Yang
2010-02-02  8:19 ` [PATCH 1/6] xen/hybrid: add support for hvm_op Sheng Yang
2010-02-02  8:19 ` [PATCH 2/6] xen/hybrid: Import cpuid.h from Xen Sheng Yang
2010-02-02  8:19 ` [PATCH 3/6] xen/hybrid: Xen Hybrid Extension initialization Sheng Yang
2010-02-02  8:19 ` [PATCH 4/6] xen/hybrid: The entrance for Hybrid Sheng Yang
2010-02-02  8:19 ` [PATCH 5/6] xen/hybrid: Make event channel work with QEmu emulated devices Sheng Yang
2010-02-02  8:19 ` [PATCH 6/6] xen/hybrid: Enable grant table and xenbus Sheng Yang
2010-02-02 11:33   ` Ian Campbell
2010-02-02 13:24     ` Sheng Yang
2010-02-02 16:24       ` [Xen-devel] " Ian Campbell
2010-02-02 16:46         ` Sheng Yang
2010-02-02 18:09           ` [Xen-devel] " Ian Campbell
2010-02-03  5:17             ` Sheng Yang
2010-02-02 17:03   ` Konrad Rzeszutek Wilk
2010-02-02 17:46     ` Sheng Yang
2010-02-02  8:26 ` Sheng Yang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201002021626.44958.sheng@linux.intel.com \
    --to=sheng@linux.intel.com \
    --cc=jeremy.fitzhardinge@citrix.com \
    --cc=keir.fraser@eu.citrix.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).