Re: [XenPPC] [PATCH 1/2] xen: remove start_info_t from dom0 building

2007-02-08 Thread Jimi Xenidis
On Feb 8, 2007, at 8:40 AM, Ryan Harper wrote: * Jimi Xenidis <[EMAIL PROTECTED]> [2007-02-08 06:30]: Just 2 things. (1) I really do not want OFD code to compute anything so please pass in the shared page address for ofd_dom0_fixup() heh, unlike how it was calculating start-info ? =) This

Re: [XenPPC] [PATCH 1/2] xen: remove start_info_t from dom0 building

2007-02-08 Thread Ryan Harper
* Jimi Xenidis <[EMAIL PROTECTED]> [2007-02-08 06:30]: > Just 2 things. > (1) I really do not want OFD code to compute anything so please pass > in the shared page address for ofd_dom0_fixup() heh, unlike how it was calculating start-info ? =) > (2) I'm pretty sure the all of the #define RMA_*

Re: [XenPPC] [PATCH 1/2] xen: remove start_info_t from dom0 building

2007-02-08 Thread Jimi Xenidis
Just 2 things. (1) I really do not want OFD code to compute anything so please pass in the shared page address for ofd_dom0_fixup() (2) I'm pretty sure the all of the #define RMA_* can go now. -JX On Feb 7, 2007, at 6:34 PM, Ryan Harper wrote: The patch removes the construction of a start_in

[XenPPC] [PATCH 1/2] xen: remove start_info_t from dom0 building

2007-02-07 Thread Ryan Harper
The patch removes the construction of a start_info_t structure for dom0, no longer needed now that Linux and construct its own start_info_t. Patch 2 fixes up Linux to not look for /xen/start-info and just create one from the devtree. Included in the patch are: -remove the page allocated for the st