Re: [XenPPC] [xenppc-unstable] [TOOLS] avoid shadow ops for POWERPC

2006-08-21 Thread Hollis Blanchard
On Sun, 2006-08-20 at 13:28 -0400, Jimi Xenidis wrote: Hollis, I'm sure you have a better way to do this in the TCL. I'll be adding some shadow ops to the hypervisor, mainly to make sure everyone knows that it is disabled, but this TCL was still problematic. -JX On Aug 20, 2006, at 1:12

Re: [XenPPC] [xenppc-unstable] [TOOLS] avoid shadow ops for POWERPC

2006-08-21 Thread Jimi Xenidis
On Aug 21, 2006, at 4:00 PM, Hollis Blanchard wrote: On Sun, 2006-08-20 at 13:28 -0400, Jimi Xenidis wrote: Hollis, I'm sure you have a better way to do this in the TCL. I'll be adding some shadow ops to the hypervisor, mainly to make sure everyone knows that it is disabled, but this TCL was

Re: [XenPPC] [xenppc-unstable] [TOOLS] avoid shadow ops for POWERPC

2006-08-21 Thread Hollis Blanchard
Yes, exactly. And since ImageHandler has this: def getDomainShadowMemory(self, mem_kb): @return The minimum shadow memory required, in KiB, for a domain with mem_kb KiB of RAM. # PV domains don't need any shadow memory return 0 PPC_LinuxImageHandler derives

[XenPPC] [xenppc-unstable] [TOOLS] avoid shadow ops for POWERPC

2006-08-20 Thread Xen patchbot-xenppc-unstable
# HG changeset patch # User Jimi Xenidis [EMAIL PROTECTED] # Node ID a7abc95d4ce4177acd9cfbd58476d521352f9ff7 # Parent 6b9124f9d89d58eb81847813dc0043ba3896b919 [TOOLS] avoid shadow ops for POWERPC Signed-off-by: Jimi Xenidis [EMAIL PROTECTED] --- tools/python/xen/xend/XendDomainInfo.py |9