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-ppc-devel

[XenPPC] [PATCH 0/4] move start_info_t creation to linux

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [PATCH 0/4] move start_info_t creation to linux
From: Ryan Harper <ryanh@xxxxxxxxxx>
Date: Tue, 30 Jan 2007 13:07:53 -0600
Delivery-date: Tue, 30 Jan 2007 11:07:18 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
This patchset moves start_info_t creation to Linux by adding fields to
the flat devtree that Linux uses to create a start_info_t.

Patch1: move_shared_page_definition_to_public_header.patch:

Now that libxc is responsible for populating the devtree with the address
of the console and store pages we need to expose the contract between
the hypervisor and libxc.  The first patch moves shared page location
variables into a public header (arch-powerpc.h).

Patch2: add_start_info_to_devtree.patch

This patch is described here[1].  Changes since the previous post
include:

- move address calculation out from make_devtree() into the
  caller (libxc in this case) as this code will be re-used in the
  hypervisor for constructing dom0's flat devtree.
- conditionally reserve each shared page if a valid address is passed
- conditionally include nodes /xen/console, /xen/store if valid
  addresses are provided
- use machine address in flat devtree, Linux converts to "mfn" in early
  setup as needed for start_info_t

Patch3: linux_create_start_info_t.patch

Previous description here[2].

- convert store and console machine address to "mfns" for start_info_t


Patch4: sync_ppc_with_unstable_for_start_info_t.patch

No changes.


1. http://lists.xensource.com/archives/html/xen-ppc-devel/2007-01/msg00188.html
2. http://lists.xensource.com/archives/html/xen-ppc-devel/2007-01/msg00190.html

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@xxxxxxxxxx

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [PATCH 0/4] move start_info_t creation to linux, Ryan Harper <=