All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6][TOOLS][XM-TEST] Update xm-test to support new architectures
@ 2006-09-29  9:56 Tony Breeds
  2006-09-29  9:56 ` [PATCH 1/6][TOOLS][XM-TEST] Update to use uClib buildroot-snapshot Tony Breeds
                   ` (8 more replies)
  0 siblings, 9 replies; 28+ messages in thread
From: Tony Breeds @ 2006-09-29  9:56 UTC (permalink / raw)
  To: Xen-Devel; +Cc: Dan Smith, XenPPC-devel

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(-)

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2006-10-03 16:53 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-29  9:56 [PATCH 0/6][TOOLS][XM-TEST] Update xm-test to support new architectures Tony Breeds
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

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.