Re: [XenPPC] [PATCH 6/6][TOOLS][XM-TEST] Add configuration data for powerpc

2006-10-02 Thread Daniel Stekloff
On Mon, 2006-10-02 at 07:11 -0700, Dan Smith wrote: > JX> I cannot actually find any callers?! Dan,Sean, that makes sense? > > Actually, Dan Stekloff did most of the HVM work for xm-test, so he > would know better than I. > > I would guess that the function is cruft leftover from before we moved

Re: [XenPPC] [PATCH 6/6][TOOLS][XM-TEST] Add configuration data for powerpc

2006-10-02 Thread Dan Smith
JX> I cannot actually find any callers?! Dan,Sean, that makes sense? Actually, Dan Stekloff did most of the HVM work for xm-test, so he would know better than I. I would guess that the function is cruft leftover from before we moved to the larger domain abstraction. -- Dan Smith IBM Linux Tech

Re: [XenPPC] [PATCH 6/6][TOOLS][XM-TEST] Add configuration data for powerpc

2006-10-02 Thread Jimi Xenidis
On Oct 2, 2006, at 1:37 AM, Tony Breeds wrote: On Sun, Oct 01, 2006 at 08:59:44AM -0400, Jimi Xenidis wrote: This can not be correct, I suppose it should return nothing? okay. Looking at the callers for getDeviceModel, it's only needed for HVM domains and the method/function is only used i

Re: [XenPPC] [PATCH 6/6][TOOLS][XM-TEST] Add configuration data for powerpc

2006-10-01 Thread Tony Breeds
On Sun, Oct 01, 2006 at 08:59:44AM -0400, Jimi Xenidis wrote: > This can not be correct, I suppose it should return nothing? okay. Looking at the callers for getDeviceModel, it's only needed for HVM domains and the method/function is only used inside arch.py so I've pruned it from XenDomain and

Re: [XenPPC] [PATCH 6/6][TOOLS][XM-TEST] Add configuration data for powerpc

2006-10-01 Thread Jimi Xenidis
couple things On Sep 29, 2006, at 5:57 AM, Tony Breeds wrote: Add configuration data for powerpc. Allows for building of initrd, and running of tests. Signed-off-by: Tony Breeds <[EMAIL PROTECTED]> --- tools/xm-test/lib/XmTestLib/arch.py | 30 + tools/xm-test/lib/XmTestReport/ar