All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Breeds <tony@bakeyournoodle.com>
To: Xen-Devel <xen-devel@lists.xensource.com>
Cc: Dan Smith <danms@us.ibm.com>,
	XenPPC-devel <xen-ppc-devel@lists.xensource.com>
Subject: [PATCH 0/6][TOOLS][XM-TEST] Update xm-test to support new architectures
Date: Fri, 29 Sep 2006 20:56:54 +1100	[thread overview]
Message-ID: <patchbomb.1159527414@pythia.bakeyournoodle.com> (raw)

Hi All,
	These patches update the xm-test code to be more easily portable
to new architecture. This focus od this endevour is PPC but I believe
that IA64 also benifits.

Patch summary:

 1: Instead of using a dated snapshot (which no longer exists)
    use buildroot-snapshot.
 2: Remove hardcoded references to i386.
 3: Rename configs/buildroot -> configs/buildroot-i386
    and update Makefiles.
 5: Update .hgignore to remove noise from the initrd building process
 5: Refactor the XmTestLib and XmTestReport code to encapsulate all
    platform variations in one place.
 6: FYI: Add powerpc definiations.
    This patch is for the xenppc tree but included here for comments and
    completeness.

With these patches applied I'm still able to build an initrd and run the
xm-test on x86 with no regressions.

Feedback appreciated.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
---

.hgignore                                       |    9 
tools/xm-test/lib/XmTestLib/XenDomain.py        |   72 ---
tools/xm-test/lib/XmTestLib/arch.py             |  133 ++++++
tools/xm-test/lib/XmTestReport/OSReport.py      |   10 
tools/xm-test/lib/XmTestReport/arch.py          |   48 ++
tools/xm-test/ramdisk/Makefile.am               |   13 
tools/xm-test/ramdisk/configs/buildroot         |  330 ---------------
tools/xm-test/ramdisk/configs/buildroot-i386    |  330 +++++++++++++++
tools/xm-test/ramdisk/configs/buildroot-powerpc |  334 ++++++++++++++++
9 files changed, 879 insertions(+), 400 deletions(-)

             reply	other threads:[~2006-09-29  9:56 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-29  9:56 Tony Breeds [this message]
2006-09-29  9:56 ` [PATCH 1/6][TOOLS][XM-TEST] Update to use uClib buildroot-snapshot Tony Breeds
2006-09-29  9:56 ` [PATCH 2/6][TOOLS][XM-TEST] Remove hard coded reference to i386 Tony Breeds
2006-09-29  9:56 ` [PATCH 3/6][TOOLS][XM-TEST] rename buildroot -> buildroot-i386 Tony Breeds
2006-09-29  9:56 ` [PATCH 4/6][TOOLS][XM-TEST] Update .hgignore to remove artifacts of ramdisk build Tony Breeds
2006-09-29  9:56 ` [PATCH 5/6][TOOLS][XM-TEST] Refactor code to encapsulate architecture decisions in one place Tony Breeds
2006-09-29  9:57 ` [PATCH 6/6][TOOLS][XM-TEST] Add configuration data for powerpc Tony Breeds
2006-10-01 12:59   ` [XenPPC] " Jimi Xenidis
2006-10-02  5:37     ` Tony Breeds
2006-10-02 10:33       ` Jimi Xenidis
2006-10-02 14:11         ` Dan Smith
2006-10-02 14:43           ` Daniel Stekloff
2006-10-02 12:15 ` [XenPPC] [PATCH 0/6][TOOLS][XM-TEST] [v2] Update xm-test to support new architectures Jimi Xenidis
2006-10-02 12:23 ` Ewan Mellor
2006-10-02 12:40   ` Jimi Xenidis
2006-10-02 14:14   ` Dan Smith
2006-10-02 15:02     ` Ewan Mellor
2006-10-02 15:08       ` [Xen-devel] " Jimi Xenidis
2006-10-02 15:52         ` Ewan Mellor
2006-10-02 20:01       ` Tony Breeds
2006-10-03 15:20   ` [XenPPC] " Hollis Blanchard
2006-10-03 15:30     ` Ewan Mellor
2006-10-03 15:53       ` Hollis Blanchard
2006-10-03 15:59         ` Keir Fraser
2006-10-03 16:39           ` Aron Griffis
2006-10-03 16:53             ` Keir Fraser
2006-10-02 14:46 ` [PATCH 0/6][TOOLS][XM-TEST] " Daniel Stekloff
2006-10-02 19:52   ` Tony Breeds

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=patchbomb.1159527414@pythia.bakeyournoodle.com \
    --to=tony@bakeyournoodle.com \
    --cc=danms@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ppc-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.