Hi Keir, please pull from xenppc-unstable-merge.hg. Since it''s all PowerPC changes, I don''t think the 3.0.3 merge should hold this up. The merge was fairly painful, and I''m hoping not to lag further behind xen-unstable... (I had to create a merge changeset, so you''ll want to use -M when looking at it, e.g. ''hg outgoing -pM xen-unstable.hg | diffstat''.) .hgignore | 2 a/xen/arch/powerpc/htab.c | 68 ----- b/xen/arch/powerpc/backtrace.c | 194 ++++++++++++++++ b/xen/arch/powerpc/memory.c | 210 +++++++++++++++++ b/xen/arch/powerpc/ofd_fixup_memory.c | 107 ++++++++ b/xen/arch/powerpc/shadow.c | 36 +++ tools/libxc/powerpc64/xc_linux_build.c | 6 xen/arch/powerpc/Makefile | 33 ++ xen/arch/powerpc/Rules.mk | 2 xen/arch/powerpc/backtrace.c | 33 +- xen/arch/powerpc/boot_of.c | 238 +++++++++++++------ xen/arch/powerpc/dart_u3.c | 8 xen/arch/powerpc/dom0_ops.c | 48 ++-- xen/arch/powerpc/domain.c | 78 +++--- xen/arch/powerpc/domain_build.c | 108 +++++---- xen/arch/powerpc/exceptions.c | 2 xen/arch/powerpc/exceptions.h | 3 xen/arch/powerpc/external.c | 3 xen/arch/powerpc/iommu.c | 17 - xen/arch/powerpc/memory.c | 6 xen/arch/powerpc/mm.c | 298 +++++++++++++++++++++--- xen/arch/powerpc/mpic.c | 6 xen/arch/powerpc/ofd_fixup.c | 101 -------- xen/arch/powerpc/oftree.h | 10 xen/arch/powerpc/papr/tce.c | 6 xen/arch/powerpc/papr/xlate.c | 46 +++ xen/arch/powerpc/powerpc64/exceptions.S | 37 +++ xen/arch/powerpc/powerpc64/ppc970.c | 126 ++++++---- xen/arch/powerpc/setup.c | 323 ++++++++++++++------------- xen/arch/powerpc/shadow.c | 159 +++++++++++-- xen/arch/powerpc/xen.lds.S | 10 xen/include/asm-powerpc/config.h | 4 xen/include/asm-powerpc/current.h | 4 xen/include/asm-powerpc/domain.h | 9 xen/include/asm-powerpc/htab.h | 4 xen/include/asm-powerpc/mm.h | 183 +++++++++------ xen/include/asm-powerpc/powerpc64/procarea.h | 1 xen/include/asm-powerpc/processor.h | 9 xen/include/asm-powerpc/shadow.h | 24 +- xen/include/asm-powerpc/smp.h | 4 xen/include/asm-powerpc/types.h | 19 + 41 files changed, 1827 insertions(+), 758 deletions(-) -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 30/8/06 8:41 pm, "Hollis Blanchard" <hollisb@us.ibm.com> wrote:> Hi Keir, please pull from xenppc-unstable-merge.hg. > > Since it''s all PowerPC changes, I don''t think the 3.0.3 merge should > hold this up. The merge was fairly painful, and I''m hoping not to lag > further behind xen-unstable... > > (I had to create a merge changeset, so you''ll want to use -M when > looking at it, e.g. ''hg outgoing -pM xen-unstable.hg | diffstat''.)http://xenbits.xensource.com/ext/xenppc-unstable.hg isn''t merged up with xen-unstable.hg. http://xenbits.xensource.com/ext/senppc-unstable-merge.hg looks like a two-week-old tree containing no changesets that are not already in xen-unstable.hg. Have you forgotten to ''hg push''? -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Wed, 2006-08-30 at 22:11 +0100, Keir Fraser wrote:> On 30/8/06 8:41 pm, "Hollis Blanchard" <hollisb@us.ibm.com> wrote: > > > Hi Keir, please pull from xenppc-unstable-merge.hg. > > > > Since it''s all PowerPC changes, I don''t think the 3.0.3 merge should > > hold this up. The merge was fairly painful, and I''m hoping not to lag > > further behind xen-unstable... > > > > (I had to create a merge changeset, so you''ll want to use -M when > > looking at it, e.g. ''hg outgoing -pM xen-unstable.hg | diffstat''.) > > http://xenbits.xensource.com/ext/xenppc-unstable.hg isn''t merged up with > xen-unstable.hg. > > http://xenbits.xensource.com/ext/senppc-unstable-merge.hg looks like a > two-week-old tree containing no changesets that are not already in > xen-unstable.hg. > > Have you forgotten to ''hg push''?Yes, yes I have. :) Pushed now, sorry. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi Keir, please pull from http://xenbits.xensource.com/xenppc-unstable-merge.hg. We have a fair number of updates, but all of them are PPC-specific so should not affect 3.0.3 stabilization. Diffstat follows. However, I do have some changes that will affect some generic code, so I was wondering what are the release criteria for 3.0.3? Is there a list of must-fix bugs somewhere? Thanks! a/xen/arch/powerpc/dom0_ops.c | 154 ----- b/tools/libxc/powerpc64/flatdevtree.c | 636 +++++++++++++++++++++ b/tools/libxc/powerpc64/flatdevtree.h | 106 +++ b/tools/libxc/powerpc64/flatdevtree_env.h | 94 +++ b/tools/libxc/powerpc64/xc_memory.c | 42 + b/xen/arch/powerpc/domctl.c | 118 +++ b/xen/arch/powerpc/powerpc64/ppc970_machinecheck.c | 116 +++ b/xen/arch/powerpc/powerpc64/ppc970_scom.c | 116 +++ b/xen/arch/powerpc/smp-tbsync.c | 186 ++++++ b/xen/arch/powerpc/sysctl.c | 65 ++ tools/libxc/powerpc64/Makefile | 5 tools/libxc/powerpc64/xc_linux_build.c | 288 +++++---- xen/arch/powerpc/0opt.c | 4 xen/arch/powerpc/Makefile | 4 xen/arch/powerpc/backtrace.c | 17 xen/arch/powerpc/boot_of.c | 192 +++--- xen/arch/powerpc/dart.c | 23 xen/arch/powerpc/dom0_ops.c | 32 - xen/arch/powerpc/domain.c | 93 ++- xen/arch/powerpc/elf32.c | 2 xen/arch/powerpc/exceptions.c | 49 - xen/arch/powerpc/exceptions.h | 1 xen/arch/powerpc/external.c | 9 xen/arch/powerpc/hcalls.c | 3 xen/arch/powerpc/iommu.c | 2 xen/arch/powerpc/mm.c | 209 +++--- xen/arch/powerpc/mpic_init.c | 61 +- xen/arch/powerpc/of-devtree.h | 17 xen/arch/powerpc/of_handler/xencomm.c | 10 xen/arch/powerpc/ofd_fixup.c | 31 - xen/arch/powerpc/oftree.h | 2 xen/arch/powerpc/papr/xlate.c | 127 ++-- xen/arch/powerpc/powerpc64/Makefile | 3 xen/arch/powerpc/powerpc64/domain.c | 55 + xen/arch/powerpc/powerpc64/exceptions.S | 73 +- xen/arch/powerpc/powerpc64/io.S | 26 xen/arch/powerpc/powerpc64/ppc970.c | 408 ++++++++----- xen/arch/powerpc/powerpc64/ppc970_machinecheck.c | 68 +- xen/arch/powerpc/powerpc64/ppc970_scom.c | 17 xen/arch/powerpc/setup.c | 49 - xen/arch/powerpc/shadow.c | 5 xen/arch/powerpc/time.c | 36 - xen/arch/powerpc/usercopy.c | 61 +- xen/include/asm-powerpc/cache.h | 27 xen/include/asm-powerpc/config.h | 3 xen/include/asm-powerpc/current.h | 2 xen/include/asm-powerpc/debugger.h | 19 xen/include/asm-powerpc/domain.h | 5 xen/include/asm-powerpc/flushtlb.h | 3 xen/include/asm-powerpc/guest_access.h | 2 xen/include/asm-powerpc/io.h | 2 xen/include/asm-powerpc/mm.h | 23 xen/include/asm-powerpc/page.h | 37 - xen/include/asm-powerpc/percpu.h | 16 xen/include/asm-powerpc/powerpc64/ppc970-hid.h | 301 +++++---- xen/include/asm-powerpc/powerpc64/procarea.h | 1 xen/include/asm-powerpc/powerpc64/processor.h | 35 + xen/include/asm-powerpc/processor.h | 21 xen/include/asm-powerpc/reg_defs.h | 5 xen/include/asm-powerpc/shadow.h | 13 xen/include/asm-powerpc/smp.h | 10 xen/include/asm-powerpc/system.h | 4 xen/include/asm-powerpc/time.h | 47 + 63 files changed, 3086 insertions(+), 1105 deletions(-) -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel