WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] 3.4-testing Pass-Through Back-Port

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] 3.4-testing Pass-Through Back-Port
From: Simon Horman <horms@xxxxxxxxxxxx>
Date: Mon, 13 Jul 2009 20:15:24 +1000
Cc: Tom Rotenberg <tom.rotenberg@xxxxxxxxx>, Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Delivery-date: Mon, 13 Jul 2009 03:15:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.18 (2008-05-17)
Hi,

I have made a back-port to 3.4-testing of
1) many pass-through fixes that are present in unstable and;
2) the multi-function pass-through code that I have been working on.

As there are a rather large number of patches involved I have
decided to provide the result as hg and git trees as follows:

0) Base

   These are unmodified trees from xenbits.xensource.com.
   The are intended to clearly show what I have based the work on

   xen:
       View: http://hg.vergenet.net/xen/xen-3.4-testing
       Clone: hg clone http://hg.vergenet.net/xen/xen-3.4-testing

   qemu-xen:
       View: http://github.com/horms/qemu-xen-3.4-testing/tree/master
       Clone: git clone git://github.com/horms/qemu-xen-3.4-testing.git

1) Back-Port of Pass-Through changes that are present in xen-unstable.hg
   and qemu-xen-unstable.git. Please let me know if you think that I have
   missed anything.

   xen:
       View: http://hg.vergenet.net/xen/xen-3.4-testing-pass-through
       Clone: hg clone http://hg.vergenet.net/xen/xen-3.4-testing-pass-through

   qemu-xen:
       View: http://github.com/horms/qemu-xen-3.4-testing/tree/pass-through
       Clone: git clone git://github.com/horms/qemu-xen-3.4-testing.git
              cd qemu-xen-3.4-testing
              git fetch
              git checkout --track -b pass-through origin/pass-through

2) Back-Port of the Multi-Function changes that I have been working on.
   This includes the pass-through back-port in 1) as many of those
   changes are pre-requisites for the multi-function code.

   xen:
       View: 
http://hg.vergenet.net/xen/xen-3.4-testing-pass-through-multi-function
       Clone: hg clone 
http://hg.vergenet.net/xen/xen-3.4-testing-pass-through-multi-function

   qemu-xen:
       View: 
http://github.com/horms/qemu-xen-3.4-testing/tree/pass-through-multi-function
       Clone: git clone git://github.com/horms/qemu-xen-3.4-testing.git
              cd qemu-xen-3.4-testing
              git fetch
              git checkout --track -b pass-through-multi-function 
origin/pass-through-multi-function



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] 3.4-testing Pass-Through Back-Port, Simon Horman <=