Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote

2008-08-06 Thread Aron Griffis
(cc'd to lists) Isaku Yamahata wrote: [Tue Aug 05 2008, 10:02:49PM EDT] On Tue, Aug 05, 2008 at 10:50:32AM -0400, Aron Griffis wrote: Keir Fraser wrote: [Tue Aug 05 2008, 08:47:40AM EDT] I suggest we turn off ioemu-remote for ia64, at least by default. Even if we get it building next

Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote

2008-08-04 Thread Aron Griffis
Any responses to my last email and patch in this thread? It would be nice to get cross-install (or something like it) in the tree, along with fixing the build on ia64. The build problem is that translate-all.c doesn't build on ia64, because there's no support for instruction translation on ia64.

Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote

2008-08-01 Thread Aron Griffis
Ian Jackson wrote: [Fri Aug 01 2008, 12:26:54PM EDT] Aron Griffis writes (Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote): ---interp-prefix=$(CROSS_SYS_ROOT) +--interp-prefix=$(CROSS_SYS_ROOT

[Xen-ia64-devel] [PATCH 0 of 2] partly fix cross-build of ioemu-remote

2008-07-31 Thread Aron Griffis
These two patches partly repair cross-building of ioemu-dir. There's still a problem where the translation layer is being built, which doesn't exist for ia64, so it bombs out eventually. The first patch applies to xen-unstable.hg, second patch applies to the ioemu git tree. Thanks, Aron

[Xen-ia64-devel] [PATCH 1 of 2] pass IOEMU_CONFIGURE_CROSS to ioemu-remote/xen-setup

2008-07-31 Thread Aron Griffis
# HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1217515818 14400 # Node ID be6b349abfb8d1d84618597c5304ab2e0500d5b4 # Parent 05391ca07588c45f5c8dd16c2a470b0d615767b8 pass IOEMU_CONFIGURE_CROSS to ioemu-remote/xen-setup Add --cpu to IOEMU_CONFIGURE_CROSS since otherwise qemu

[Xen-ia64-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote

2008-07-31 Thread Aron Griffis
getting -msse2 regardless of architecture. Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff --git a/Makefile b/Makefile index bebd244..b055b3f 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ endif install: all $(if $(BUILD_DOCS),install-doc) mkdir -p $(DESTDIR)$(bindir) ifneq

Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote

2008-07-31 Thread Aron Griffis
Ian Jackson wrote: [Thu Jul 31 2008, 12:48:15PM EDT] Samuel Thibault writes (Re: [Xen-ia64-devel] Re: [Xen-devel] [PATCH 2 of 2] cross-build fixes in ioemu-remote): I have the same issue when cross-compiling some other projects. I wonder how install would be able to know which strip

Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64

2008-07-07 Thread Aron Griffis
Ian Jackson wrote: [Wed Jul 02 2008, 06:25:23AM EDT] Aron Griffis writes (Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64): I've updated the wiki now with Debian Etch instructions based on my previous email. Let me know if you continue to have trouble with the build

Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64

2008-07-01 Thread Aron Griffis
Ian, I've updated the wiki now with Debian Etch instructions based on my previous email. Let me know if you continue to have trouble with the build. http://wiki.xensource.com/xenwiki/CrossCompiling Thanks, Aron ___ Xen-ia64-devel mailing list

Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64

2008-06-27 Thread Aron Griffis
Hi Ian, Sorry this took so long. Xen Summit got in the way of work. ;-) I've managed to get the cross-building working in an etch chroot. I think the main difference between your build and mine is that my build is running in a cron job, so stdin is /dev/null. That allows the kernel config to

Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64

2008-06-19 Thread Aron Griffis
Ian Jackson wrote: [Wed Jun 18 2008, 05:09:45AM EDT] Aron Griffis writes (Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64): Any luck? drivers/built-in.o: In function `make_page_uptodate': rd.c:(.text+0xdda50): undefined reference to `mem_map' drivers/built-in.o:rd.c:(.text

Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64

2008-06-19 Thread Aron Griffis
Ian Jackson wrote: [Thu Jun 19 2008, 12:38:20PM EDT] I'm using Debian etch with the sysroot from the wiki and a specially built binutils and cross-compiler. Hm, excuse for me to build up the same. I'll let you know how that goes. :-) ___

Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64

2008-06-17 Thread Aron Griffis
Hi Ian, Ian Jackson wrote: [Mon Jun 16 2008, 11:22:37AM EDT] I've been looking into this, and with Isaku Yamahata's patch the hypervisor does build. I'm hoping we can get that wired into the staging propagation system very soon. (Sorry about the delay getting round to this.) This is great

Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64

2008-06-17 Thread Aron Griffis
Ian Jackson wrote: [Tue Jun 17 2008, 11:46:39AM EDT] Aron Griffis writes (Re: [Xen-devel] Re: [Xen-ia64-devel] cross compiling xen/ia64): Could you provide the changeset info for the repos you're building? My most recent build was: staging/xen-unstable.hg-17867 staging

Re: [Xen-ia64-devel] [PATCH 04/27] ia64/xen: introduce definitions necessary for ia64/xen hypercalls.

2008-06-17 Thread Aron Griffis
Hi Yamahata-san, Who is the copyright holder on this file? Thanks, Aron Isaku Yamahata wrote: [Tue Jun 10 2008, 03:47:00AM EDT] diff --git a/include/asm-ia64/xen/interface.h b/include/asm-ia64/xen/interface.h new file mode 100644 index 000..c0770a4 --- /dev/null +++

Re: [Xen-ia64-devel] [PATCH][3/3] Steal time accounting for PVdomain/IA64 TAKE2

2008-05-05 Thread Aron Griffis
Hello Atsushi and Isaku, I'm considering filing a Red Hat bugzilla to request http://xenbits.xensource.com/xen-unstable.hg?rev/204046d99562 in RHEL5.x. However I would like to understand the implication better so I can describe it in the bz. Without 204046d99562, I think the steal time

Re: [Xen-ia64-devel] [Patch] linux: set memory attribute in inline asm

2008-04-04 Thread Aron Griffis
Hi Akio, Akio Takebe wrote: [Fri Apr 04 2008, 05:44:10AM EDT] @@ -251,7 +251,7 @@ extern void xen_set_eflag(unsigned long) #define xen_ia64_intrin_local_irq_restore(x) \ {\ if

[Xen-ia64-devel] [PATCH 2 of 6] Fix section type mismatch in rsxface.c

2008-03-01 Thread Aron Griffis
1 file changed, 2 deletions(-) drivers/acpi/resources/rsxface.c |2 -- # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1204392186 18000 # Node ID af1aa1f9d90899ef8026332d6c67175721666a1c # Parent 3bbd64171a6c9cbfa1486e621c2de0cef698d6bb Fix section type mismatch

[Xen-ia64-devel] [PATCH 5 of 6] Fix section type mismatch in neighbor.c

2008-03-01 Thread Aron Griffis
1 file changed, 1 deletion(-) net/core/neighbour.c |1 - # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1204392186 18000 # Node ID 7f75eee8db633c2172747b0abfb61e4cdd999a42 # Parent 64ee350b4f8a3a5a5d996072cdf8c444b507b27f Fix section type mismatch in neighbor.c Backport

[Xen-ia64-devel] [PATCH 0 of 6] Fix linux-2.6.18-xen.hg build on ia64 build using gcc-3.2

2008-03-01 Thread Aron Griffis
These patches are backports from git. They fix compilation of linux-2.6.18-xen.hg on ia64 using gcc-3.2. 6 files changed, 12 insertions(+), 8 deletions(-) drivers/acpi/resources/rsxface.c |2 -- drivers/input/gameport/gameport.c |2 -- include/linux/moduleparam.h | 12 +++-

[Xen-ia64-devel] [PATCH 3 of 6] moduleparam: fix ia64 compile failure

2008-03-01 Thread Aron Griffis
1 file changed, 11 insertions(+), 1 deletion(-) include/linux/moduleparam.h | 12 +++- # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1204392186 18000 # Node ID 48139104906664e9ee9c83a53a45a0c1c61a1200 # Parent af1aa1f9d90899ef8026332d6c67175721666a1c moduleparam

[Xen-ia64-devel] [PATCH 4 of 6] Fix section type conflict in skbuff.c

2008-03-01 Thread Aron Griffis
1 file changed, 1 deletion(-) net/core/skbuff.c |1 - # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1204392186 18000 # Node ID 64ee350b4f8a3a5a5d996072cdf8c444b507b27f # Parent 48139104906664e9ee9c83a53a45a0c1c61a1200 Fix section type conflict in skbuff.c Backport from

[Xen-ia64-devel] [PATCH 1 of 6] Fix section type conflict in hrtimer.c

2008-03-01 Thread Aron Griffis
1 file changed, 1 insertion(+), 1 deletion(-) kernel/hrtimer.c |2 +- # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1204392186 18000 # Node ID 3bbd64171a6c9cbfa1486e621c2de0cef698d6bb # Parent eb906651be99d2e93850f809a70c32bf60881b01 Fix section type conflict in hrtimer.c

[Xen-ia64-devel] [PATCH] Remove VL_LDFLAGS=ia64.ld from Makefile.target

2008-02-24 Thread Aron Griffis
1 file changed, 4 deletions(-) tools/ioemu/Makefile.target |4 # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1203874656 18000 # Node ID 8ab738465ea66fdf66cf5e586483f4ad6fed6fae # Parent 200787660b5fb3ae288e88ac028055d5397b6c2d Remove VL_LDFLAGS=ia64.ld from

[Xen-ia64-devel] Re: tools/ioemu/ia64.ld ?

2008-02-24 Thread Aron Griffis
Hi Xiantao, Zhang, Xiantao wrote: [Thu Feb 21 2008, 09:24:32PM EST] Hi, Aron The fix for kvm is just for moving the code section to region 2, and has no other purposes :) Okay, thanks. I guess you can remove it and use the default, since ia64 arch has no special requirment for it.

[Xen-ia64-devel] tools/ioemu/ia64.ld ?

2008-02-22 Thread Aron Griffis
Hi, Does anybody know why xen's ioemu has its own custom linker script? This was inherited from qemu, apparently contributed by David Mosberger over 2 years ago. It's been patched for kvm (see http://www.mail-archive.com/[EMAIL PROTECTED]/msg10306.html) but as far as I can see, that's

[Xen-ia64-devel] cross-compilation howto

2008-01-29 Thread Aron Griffis
I've written a cross-compilation howto and posted it to http://wiki.xensource.com/xenwiki/CrossCompiling It's a little bit hard to follow because h1 is rendered incorrectly by the stylesheet. It's possibly easier to read the print version at

[Xen-ia64-devel] [PATCH] Make check-libext2fs cross-friendly

2008-01-27 Thread Aron Griffis
Hi, I found this while cross-compiling for ia64 on x86_64. The script would detect the libext2fs version on the host rather in the sys-root, then the build would fail. Thanks, Aron # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1201468421 18000 # Node ID

[Xen-ia64-devel] [PATCH 0 of 2] Make tools cross-friendly, try 2

2008-01-21 Thread Aron Griffis
Hi, This is an update of the patchset originally posted here: http://lists.xensource.com/archives/html/xen-devel/2008-01/msg00620.html This update includes changes suggested by Christoph's review, in particular: - fix vnconfig typo - make the ldconfig logic better That last fix actually

[Xen-ia64-devel] [PATCH 1 of 2] Make tools/Makefile cross-friendly

2008-01-21 Thread Aron Griffis
# HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1200715193 18000 # Node ID 79cf8ffbc6678f201d35724bf083ea9749818597 # Parent ff90abf572f2d5aa7d4a7f764b3c343b66a06210 Make tools/Makefile cross-friendly Pass Xen cross-compilation options through to ioemu. Export CROSS_SYS_ROOT

[Xen-ia64-devel] [PATCH 2 of 2] Make tools/check scripts cross-friendly

2008-01-21 Thread Aron Griffis
# HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1200929111 18000 # Node ID f2f6aedc492be200642868501255c332b9e4186b # Parent 79cf8ffbc6678f201d35724bf083ea9749818597 Make tools/check scripts cross-friendly This patch introduces tools/check/funcs.sh with some cross-friendly

[Xen-ia64-devel] Re: [Xen-devel] [PATCH 1 of 2] Make tools/Makefile cross-friendly

2008-01-19 Thread Aron Griffis
Keir Fraser wrote: [Sat Jan 19 2008, 03:26:30AM EST] On 19/1/08 04:02, Aron Griffis [EMAIL PROTECTED] wrote: +# For the sake of linking, set the sys-root +ifneq ($(CROSS_COMPILE),) +CROSS_SYS_ROOT ?= /usr/$(CROSS_COMPILE:-=)/sys-root +export CROSS_SYS_ROOT endif I suppose

[Xen-ia64-devel] Re: [Xen-devel] [PATCH 1 of 2] Make tools/Makefile cross-friendly

2008-01-19 Thread Aron Griffis
To follow up a bit more on the sys-root question, this web page explains it: http://benoit.papillault.free.fr/notes/cross-gcc.php.en The sys-root is built into both the compiler and binutils using the --with-sysroot option. That way the compiler can find the include files, and the linker can

[Xen-ia64-devel] [PATCH] Fix CONFIG_XEN=no for gate page

2007-12-10 Thread Aron Griffis
2 files changed, 8 insertions(+), 4 deletions(-) arch/ia64/kernel/Makefile |9 ++--- arch/ia64/kernel/vmlinux.lds.S |3 ++- # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1197341336 18000 # Node ID 330b3955bb937bcf0e5c4dfa813c823f5ec14b30 # Parent

Re: [Xen-ia64-devel] the xenLinux/IA64 upstream merge and Fedora.

2007-12-06 Thread Aron Griffis
Hi Stephen, Stephen C. Tweedie wrote: [Wed Dec 05 2007, 12:52:30PM EST] Hi, On Wed, 2007-12-05 at 12:26 -0500, Aron Griffis wrote: http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg Does Fedora have any forward ported tree? This question is probably best answered

Re: [Xen-ia64-devel] Re: [patch 0/7] Kexec: EFI Mapping: Take III

2007-11-15 Thread Aron Griffis
Hi Simon, Simon Horman wrote: [Sun Nov 11 2007, 05:40:35PM PST] I guess that not seeing a problem is good because things it means that things are working as expected. I've been testing this a bit more. Even though dom0 boots, something isn't right: vim is segfaulting. I'm running at the

Re: [Xen-ia64-devel] Re: [patch 0/7] Kexec: EFI Mapping: Take III

2007-11-15 Thread Aron Griffis
Aron Griffis wrote: [Thu Nov 15 2007, 02:38:22PM PST] I've been testing this a bit more. Even though dom0 boots, something isn't right: vim is segfaulting. False alarm: I get the same segfault using the baseline changeset prior to applying the EFI remapping patch. Sorry about that... Aron

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
Keir Fraser wrote: [Wed Nov 07 2007, 11:31:35AM EST] On 7/11/07 16:02, Aron Griffis [EMAIL PROTECTED] wrote: You need to reinstall the tools. I have, multiple times, including make uninstall first. What are you anticipating that a tools re-install will fix? The sysctl is almost

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
Keir Fraser wrote: [Wed Nov 07 2007, 12:30:29PM EST] Well, now you know the likely problem it doesn't sound like it will be very hard to track down! Actually, it wasn't the problem at all... My script was trying to copy the kernel from dist/install/boot/vmlinuz but recently it's changed to

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
Keir Fraser wrote: [Wed Nov 07 2007, 10:57:09AM EST] On 7/11/07 15:55, Aron Griffis [EMAIL PROTECTED] wrote: Anybody know what might be the problem here? I'm sure the build is good and matches the running hypervisor and kernel, which are csets ia64/linux-2.6.18-xen.hg-210 and ia64/xen

[Xen-ia64-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
I'm seeing this failure trying to start xend: == xend-debug.log == Xend started at Wed Nov 7 09:30:01 2007. sysctl operation failed -- need to rebuild the user-space tool set? Exception starting xend: (13, 'Permission denied') == xend.log == [2007-11-07 09:30:01 3723] INFO (__init__:1072) Xend

[Xen-ia64-devel] Xen summit

2007-11-07 Thread Aron Griffis
Hi All, As I think you know, I volunteered to do the xen/ia64 status update since Alex won't be at the summit next week. I'm planning to talk about the ia64 work that's been accomplished since April, plus talk about the roadmap that has been discussed recently on this list. Who's coming? In

[Xen-ia64-devel] [PATCH] Re-add parens lost when paravirtualized

2007-11-06 Thread Aron Griffis
# HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1194356920 18000 # Node ID 303be5b19de1cc64f134f16281ccdef68ab3cc81 # Parent 32df30e24087e1d8dd0b5de78f8b5c2713dfdf42 Re-add parens lost when paravirtualized Changeset a08261650b8a lost a set of parens for likely

[Xen-ia64-devel] Re: vimrc snippet

2007-09-18 Thread Aron Griffis
Since I received two encouraging replies to my last post, and since Alex mentioned to me that the snippet can cause some confusing results without further vim configuration, here is a more complete configuration for general C coding. This can be cut-n-pasted directly into .vimrc Tabs and

Re: [Xen-ia64-devel] Re: vimrc snippet

2007-09-18 Thread Aron Griffis
Hello Wing, Zhang, Xing Z wrote: [Tue Sep 18 2007, 10:09:08PM EDT] Hi Aron: Adding script in .vimrc is convenient to us, but how to the future contributors who have no configures in their .vimrc? Could we use mode-line? For example: /* vim: set tabstop=4 shiftwidth=4

Re: [Xen-ia64-devel] Shall we put open source firmware source in XEN/IA64 tree

2007-09-17 Thread Aron Griffis
Alex Williamson wrote: [Sun Sep 16 2007, 11:25:24PM EDT] I'm not sure we want to add a 2MB binary into the tree that the majority of users (x86) don't need. Oh right. I forget sometimes that we merge with x86 xen-unstable.hg :-) Would a distro really want to pull a binary blob out of

Re: [Xen-ia64-devel] PATCH: more cleanup in vmmu/vtlb

2007-09-17 Thread Aron Griffis
[EMAIL PROTECTED] wrote: [Mon Sep 17 2007, 12:26:27AM EDT] this is a patch for Aaron! :-) More cleanup: mostly removable of unused declarations. This file uses entirely space indentation, but your patch adds tabs. Probably Alex won't mind fixing them up... Aron

[Xen-ia64-devel] vimrc snippet

2007-09-17 Thread Aron Griffis
If anybody is interested, here is a vimrc snippet to cause vim to conform to the indentation already in a file. You can set the default to whatever you personally prefer. default to allowing tab characters set noexpandtab detect settings of file being edited and change ours to match

Re: [Xen-ia64-devel] Shall we put open source firmware source in XEN/IA64 tree

2007-09-16 Thread Aron Griffis
Alex Williamson wrote: [Thu Sep 13 2007, 08:32:23AM EDT] On Thu, 2007-09-13 at 14:58 +0200, [EMAIL PROTECTED] wrote: Quoting Zhang, Xing Z [EMAIL PROTECTED]: Hi Alex: The open source firmware works fine now. Shall we put it in XEN/IA64 tree? So when people do clone, they also get

Re: [Xen-ia64-devel] PATCH: mini-cleanup in vtlb.c

2007-09-15 Thread Aron Griffis
Hi Tristan, [EMAIL PROTECTED] wrote: [Sat Sep 15 2007, 11:04:22PM EDT] -rid = ridRR_RID_MASK;; +rid = rid RR_RID_MASK;; This appears twice in the cleanup, verbatim... Couldn't it just be rid = RR_RID_MASK? Also, why the double-semicolon? I don't think that means anything in C.

[Xen-ia64-devel] [PATCH] Fix parallel build; directory must exist before making symlink

2007-08-27 Thread Aron Griffis
Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 6644d8486266 -r 36eb4e464c8c tools/libxc/ia64/Makefile --- a/tools/libxc/ia64/Makefile Fri Aug 24 15:09:14 2007 -0600 +++ b/tools/libxc/ia64/Makefile Mon Aug 27 08:50:22 2007 -0400 @@ -43,7 +43,7 @@ mk-symlinks-acpi: $(IA64_HDR_DIRS) $(IA6

[Xen-ia64-devel] [PATCH] Move nvram from /usr to /var

2007-08-27 Thread Aron Griffis
# HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1188229884 14400 # Node ID 7e6d764c8054202541a26cec6a44515c428df321 # Parent 36eb4e464c8c77c65aacff0a40c50bc45e067f49 Move nvram from /usr to /var Presently nvram is stored in /usr/lib/xen/boot/nvram_domain next to the guest

[Xen-ia64-devel] Re: [Xen-devel] console questions

2007-08-07 Thread Aron Griffis
. Signed-off-by: Aron Griffis [EMAIL PROTECTED] # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1186527819 14400 # Node ID 99297c7bc9d945f3a902db9324efae438c64e316 # Parent 840b9df48b6a4f0f569963dba01885bde2946b6b xencons default is now xvc for dom0/domU diff -r 840b9df48b6a -r

[Xen-ia64-devel] [PATCH] Add ia64 ignores

2007-07-02 Thread Aron Griffis
1 file changed, 8 insertions(+) .hgignore |8 # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1183382786 14400 # Node ID 451fdbf4f0f6a7b2f7b83c389f3cba404c64b34d # Parent 8a6a6d4afcb31c24ee87a5d30bebec41e8d38126 Add ia64 ignores These files are created or modified

[Xen-ia64-devel] [PATCH] frametable_miss only exists when CONFIG_VIRTUAL_FRAME_TABLE

2007-07-02 Thread Aron Griffis
1 file changed, 4 insertions(+), 3 deletions(-) xen/arch/ia64/xen/xenpatch.c |7 --- # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1183382996 14400 # Node ID 128a4a10373528836fa03ea7737558a73dbfcde7 # Parent 877aa0a215fb71aa4f2c0e0ff5baa56f20a1ab5f frametable_miss

[Xen-ia64-devel] [PATCH] Cleanup: Move is_platform_hp_ski() from xenmisc.c to xensetup.c

2007-07-02 Thread Aron Griffis
-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 8a6a6d4afcb3 -r 28000afb4487 xen/arch/ia64/linux-xen/efi.c --- a/xen/arch/ia64/linux-xen/efi.c Fri Jun 22 11:48:49 2007 -0600 +++ b/xen/arch/ia64/linux-xen/efi.c Mon Jul 02 10:22:46 2007 -0400 @@ -1013,12 +1013,9 @@ efi_memmap_init(unsigned long

[Xen-ia64-devel] [PATCH] Cleanup: Move is_platform_hp_ski() from xenmisc.c to xensetup.c

2007-07-02 Thread Aron Griffis
-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 8a6a6d4afcb3 -r 28000afb4487 xen/arch/ia64/linux-xen/efi.c --- a/xen/arch/ia64/linux-xen/efi.c Fri Jun 22 11:48:49 2007 -0600 +++ b/xen/arch/ia64/linux-xen/efi.c Mon Jul 02 10:22:46 2007 -0400 @@ -1013,12 +1013,9 @@ efi_memmap_init(unsigned long

Re: [Xen-ia64-devel] [PATCH] Cleanup: Move is_platform_hp_ski() from xenmisc.c to xensetup.c

2007-07-02 Thread Aron Griffis
Aron Griffis wrote: [Mon Jul 02 2007, 10:23:21AM EDT] - only caller is start_kernel - change to static __init - also move running_on_sim to xensetup.c, and change it from unsigned long to int, since it's just a boolean - declare running_on_sim in config.h near some other externs Tested

[Xen-ia64-devel] [PATCH] pygrub: ia64 doesn't use /usr/lib64

2007-05-02 Thread Aron Griffis
Keir, Please apply to 3.1.0 ia64 doesn't use /usr/lib64 on any distribution. When it's present, it's a symlink to /usr/lib Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 53b9883bbcc3 -r 13af73f1b429 tools/libfsimage/common/fsimage_plugin.c --- a/tools/libfsimage/common/fsimage_plugin.c

[Xen-ia64-devel] [PATCH] pygrub: look harder for elilo.conf

2007-05-02 Thread Aron Griffis
Keir, This would also be appropriate for 3.1.0, since the /usr/lib fix makes pygrub work on ia64 Presently pygrub only looks in /efi/redhat/elilo.conf. It should check for other distributions, plus a couple fallback locations. Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 6d64f9eefad5

Re: [Xen-ia64-devel] [PATCH]: makes mini-os ia64 cross compilable

2007-02-26 Thread Aron Griffis
Dietmar Hahn wrote: [Mon Feb 26 2007, 03:57:44AM EST] By the way, how do I setup ia64-xen for cross compiling (not the tools but the make process). Is there a howto around? Building for ia64 on another arch: make -j2 XEN_TARGET_ARCH=ia64 CROSS_COMPILE=ia64-unknown-linux-uclibc- xen

[Xen-ia64-devel] [PATCH] fat support for pygrub

2007-02-13 Thread Aron Griffis
. If anybody else wants to try it and post testing results, that would be great. Otherwise I'll follow up with my own testing soon. # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1171387823 18000 # Node ID 557b50b1b9b319f98d08b9cc81e04d7de5f87c5a # Parent

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] Clean up and fix errors in strncpy - strlcpy conversion

2007-01-30 Thread Aron Griffis
Christoph Egger wrote: [Tue Jan 30 2007, 03:23:07AM EST] On Tuesday 30 January 2007 02:10, Aron Griffis wrote: This patch is for the staging tree. Please apply. # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1170118368 18000 # Node ID

Re: [Xen-ia64-devel] [Patch][RFC] buildconfigs of supporting SPARSEMEM

2007-01-30 Thread Aron Griffis
Akio Takebe wrote: [Tue Jan 30 2007, 04:10:06AM EST] In the case of linux side, it seems SPARSEMEM is used with NUMA. Actually in linux-2.6.18, NUMA depends on !FLATMEM. This is very interesting because RH xen/ia64 currently uses CONFIG_NUMA=y with CONFIG_FLATMEM_MANUAL=y, which is apparently

[Xen-ia64-devel] [PATCH] Clean up and fix errors in strncpy - strlcpy conversion

2007-01-29 Thread Aron Griffis
This patch is for the staging tree. Please apply. # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1170118368 18000 # Node ID 23560e2248fd267bad6490113ed52d0a27d7e219 # Parent 5e3b47bcc311e7698959f1fa79c4654190593499 Clean up and fix errors in strncpy - strlcpy conversion

Re: [Xen-ia64-devel] [PATCH] fix oops message from timer_interrupt on VTI domain

2007-01-23 Thread Aron Griffis
Atsushi SAKAI wrote: [Mon Jan 22 2007, 07:36:55PM EST] Oops: timer tick before it's due (itc=ed98bb5849,itm=ed98bb5849) Oops: timer tick before it's due (itc=f20bca8ca3,itm=f20bca8ca3) Oops: timer tick before it's due (itc=f4ea4e2b32,itm=f4ea4e2b32) ... These oops messages are generated

Re: [Xen-ia64-devel][PATCH] don't panic dom0 if there is not enoughmemory to create guest

2007-01-23 Thread Aron Griffis
Hello Zhang, I understand this is already applied, but I have some minor comments for the future. Aron Zhang, Xing Z wrote: [Thu Jan 18 2007, 09:05:21PM EST] Content-Description: donnot_panic_dom0_2.patch When there is not enough memory to create a domain, we not need panic domain0. Just

Re: [Xen-ia64-devel] [Patch] fix warnings while rebooting

2006-12-04 Thread Aron Griffis
Hi Akio, I'm sorry, but I'm confused by your message. Are you saying there are two problems here? One problem in xen/ia64 and one problem in the e1000 driver? You sent a patch, I guess that is for xen-ia64-unstable, right? If that is ready to be applied, could you include a description of the

Re: [Xen-ia64-devel] xen/ia64 kernel BUG while rebooting

2006-12-01 Thread Aron Griffis
Akio Takebe wrote: [Fri Dec 01 2006, 05:57:31AM EST] I found e1000_shutdown of 2.6.18 don't call e1000_free_irq(). e1000_shutdown of 2.6.19 call e1000_free_irq(). I'm testing now, and I'll post the patch to Aron. BTW, 2.6.16.29 of xen-ia64-unstable don't call .shutdown handler. So this

[Xen-ia64-devel] Re: [Xen-devel][HVM][IPF][PATCH] A small fix about guest 3G memory

2006-11-15 Thread Aron Griffis
Nice catch. Xu, Anthony wrote: [Tue Nov 14 2006, 03:30:59AM EST] -for (i = 0 ; i MEM_G PAGE_SHIFT; i++) -page_array[MMIO_START PAGE_SHIFT + i] = -page_array[IO_PAGE_START PAGE_SHIFT + 1]; +for (i = 0 ; i (MEM_G PAGE_SHIFT); i++) +

Re: [Xen-ia64-devel] [PATCH 0/3] blktap: various clean up and ia64 support

2006-11-06 Thread Aron Griffis
Hi Keir, Is something keeping Isaku's blktap/ia64 patches from xen-unstable? We need these in RHEL5 but I'd like to see them merged into xen-unstable before patching the distro. Thanks, Aron ___ Xen-ia64-devel mailing list

Re: [Xen-ia64-devel] [PATCH 0/3] blktap: various clean up and ia64 support

2006-11-02 Thread Aron Griffis
buildconfigs. Regards, Aron Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 552aac8b0aee buildconfigs/linux-defconfig_xen0_ia64 --- a/buildconfigs/linux-defconfig_xen0_ia64Thu Nov 02 12:05:32 2006 +0900 +++ b/buildconfigs/linux-defconfig_xen0_ia64Thu Nov 02 14:36:44 2006 -0500 @@ -1529,7

Re: [Xen-ia64-devel] Thanks!

2006-10-19 Thread Aron Griffis
Tristan Gingold wrote: [Thu Oct 19 2006, 04:56:24AM EDT] before leaving Bull I'd like to thanks everyone. Tristan, thank you for helping out to get xen/ia64 into Fedora! Aron ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

[Xen-ia64-devel] crash on xen-ia64-unstable 11810:fcd746cf4647

2006-10-17 Thread Aron Griffis
I got this panic booting an rx2600 (which normally boots with xen). Does this look familiar to anybody? ELILO boot: xen desc : cmdline: vmlinux-xen.gz ro vmcode : xen.gz ELILO boot: xen Uncompressing Linux... done Loading file vmlinux-xen.gz...done Uncompressing... done __ __

Re: [Xen-ia64-devel] crash on xen-ia64-unstable 11810:fcd746cf4647

2006-10-17 Thread Aron Griffis
Unfortunately fixing the xen/xenlinux mismatch didn't solve the problem... Xen version 3.0-unstable ([EMAIL PROTECTED]) (gcc version 4.1.1 20060828 (Red Hat 4.1.1-20)) Tue Oct 17 09:43:08 EDT 2006 Latest ChangeSet: Mon Oct 16 22:44:25 2006 -0400 11811:e06634ca24f6 (XEN) Xen command line:

[Xen-ia64-devel] progress on blktap

2006-10-17 Thread Aron Griffis
I started with Chris Wright's patch and backported it to xen-ia64-unstable, from 2.6.18 base to 2.6.16, which means simply that ioremap.c isn't available so the code needs another home. hypervisor.c seems like the right place. The patch at the bottom of this mail allows blktap to build. The

Re: [Xen-ia64-devel] crash on xen-ia64-unstable 11810:fcd746cf4647

2006-10-17 Thread Aron Griffis
Akio Takebe wrote: [Tue Oct 17 2006, 05:19:06PM EDT] Hi, Aron Do you use FC6? If so, it's compiler issue. Please see the following link. I posted a patch to fix it. https://www.redhat.com/archives/fedora-ia64-list/2006-August/msg00059.html Thanks Akio, that was the problem. I switched to

[Xen-ia64-devel] Re: [Fedora-xen] how to get the latest ia64 bits

2006-10-11 Thread Aron Griffis
Updated version that omits .orig files: # 1. Clone upstream repos and create temporary trees hg clone http://xenbits.xensource.com/ext/xen-ia64-unstable.hg hg clone http://xenbits.xensource.com/xen-3.0.3-testing.hg hg clone http://free.linux.hp.com/~agriffis/pull-xen-unstable.hg

[Xen-ia64-devel] [PATCH] Remove test of dead CONFIG_XEN_IA64_DOM0_NON_VP

2006-10-06 Thread Aron Griffis
# HG changeset patch # User [EMAIL PROTECTED] # Date 1160140888 14400 # Node ID b814413c584df641cfe58eb460292031a1b3fe3e # Parent 1a0b58e7b5de8c666b19d3063658d9a3c25e9bea Remove test of dead CONFIG_XEN_IA64_DOM0_NON_VP Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 1a0b58e7b5de -r

Re: [Xen-ia64-devel] [PATCH] Clean up extern declarations in arch/ia64/xen/domain.c

2006-10-03 Thread Aron Griffis
Aron Griffis wrote: [Tue Oct 03 2006, 11:09:51AM EDT] Clean up extern declarations in arch/ia64/xen/domain.c Sorry, I intended to include a little more information. This patch removes the commented call to serial_input_init() which is no longer defined anywhere in the tree. It also adds

Re: [Xen-ia64-devel] PATCH: xencomm [2]

2006-10-02 Thread Aron Griffis
Akio Takebe wrote: [Mon Oct 02 2006, 08:45:22AM EDT] The following data is /proc/budddyinfo after starting each daemons. 1. buddyinfo of ia64 at the boottime. (dom0_mem=512MB) Mon Oct 2 20:42:24 JST 2006 ---iptables---Node 0, zone DMA 1 2 1 1 1 1 0 0 0 1 9 ---portmap---

[Xen-ia64-devel] [PATCH] Add missing #include xen/keyhandler.h

2006-10-02 Thread Aron Griffis
Keir, Please apply this to xen-3.0.3-testing and xen-unstable. It fixes a missing #include which results in an implicit declaration for initialize_keytable (introduced by my own mistake in 828c0c89d830) Thanks, Aron Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r f426f6e646eb -r

Re: [Xen-ia64-devel] PATCH: xencomm [2]

2006-09-29 Thread Aron Griffis
Tristan Gingold wrote: [Fri Sep 29 2006, 10:44:48AM EDT] Does this bug occur on x86 ? No. Aron ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

Re: [Xen-ia64-devel] PATCH: xencomm [2]

2006-09-29 Thread Aron Griffis
Akio Takebe wrote: [Fri Sep 29 2006, 11:41:57AM EDT] Hmmm... But this issue was happened on x86-PAE. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201796 Actually with dom0_mem=512M on FC6-ia64, we can success installing blkbk on rare occasions. On PAE the problem was fixed by

[Xen-ia64-devel] Re: blkbk/netbk modules fail to load on fedora xen/ia64

2006-09-28 Thread Aron Griffis
Akio Takebe wrote: [Thu Sep 28 2006, 02:44:54AM EDT] Hi, Aron and all netbk/xennet modules fail to load by using xen-ia64-unstable again. This issue is caused by the following patches. http://xenbits.xensource.com/ext/xen-ia64-unstable.hg?cs=c757ebffd500 I guess it's no surprise this would

Re: [Xen-ia64-devel] Re: blkbk/netbk modules fail to load on fedora xen/ia64

2006-09-28 Thread Aron Griffis
Aron Griffis wrote: [Thu Sep 28 2006, 10:31:41AM EDT] What issues are you seeing? They seem to be working well for me, but I haven't tried on Fedora's kernel yet, which is my next goal. Nevermind this question... I just caught up on xen-ia64-devel emails, so I hadn't seen your report

[Xen-ia64-devel] blkbk/netbk modules fail to load on fedora xen/ia64

2006-09-21 Thread Aron Griffis
Presently the showstopper bug in Fedora Xen/ia64 is the failure of the blkbk/netbk modules to load. Akio Takebe and Kouya Shimura worked on a patch to fix this earlier (changeset bef360142b62), unfortunately it doesn't seem to have fixed the problem on the Fedora kernel. I filed the bug at RH:

[Xen-ia64-devel] Re: blkbk/netbk modules fail to load on fedora xen/ia64

2006-09-21 Thread Aron Griffis
Akio Takebe wrote: [Thu Sep 21 2006, 09:53:16PM EDT] I can solve this problem by using dom0_mem=1G. FC6 test3 uses many daemons and services. Because booting xend is late, we fail insmod blk/netbk if dom0_mem=512M(default size). Wow, thank you! That is a big relief. We may have to change

[Xen-ia64-devel] Re: blkbk/netbk modules fail to load on fedora xen/ia64

2006-09-21 Thread Aron Griffis
Akio Takebe wrote: [Thu Sep 21 2006, 09:53:16PM EDT] I can solve this problem by using dom0_mem=1G. This allows blkbk/netbk to load, but I guess a domU won't install yet. xenguest-install fails with a panic in dom0. I used this command: xenguest-install -n domu -r 1024 -f /root/domu.img \

Re: [Xen-ia64-devel] sparsemem/discontig?

2006-09-15 Thread Aron Griffis
Jes Sorensen wrote: [Tue Sep 12 2006, 06:05:26AM EDT] I wanted to ask if anyone has looked at attacking Xen for SparseMem or Discontig? Ryan Harper has submitted some patches for NUMA support. I don't think they've been applied yet.

Re: [Xen-ia64-devel] bugzilla account for xen-ia64-devel ML

2006-08-28 Thread Aron Griffis
Alex Williamson wrote: [Fri Aug 25 2006, 10:38:50AM EDT] On Fri, 2006-08-25 at 08:57 -0400, Aron Griffis wrote: Would anybody mind if I create a bugzilla.xensource.com account for the xen-ia64-devel ML? The goal is that the ML could be cc'd on ia64 bugs, to prevent a split of effort

Re: [Xen-ia64-devel] unaligned access handler deadlock when a user application runs in big endian mode ( psr.be is set )

2006-08-24 Thread Aron Griffis
Gareth Knight wrote: [Thu Aug 24 2006, 07:33:07PM EDT] The source is attached below. You can't really believe anybody is going to look at that with the confidentiality notice at the top...? Aron ___ Xen-ia64-devel mailing list

[Xen-ia64-devel] clean up extraneous verbose output

2006-08-22 Thread Aron Griffis
-by: Aron Griffis [EMAIL PROTECTED] diff -r 91169603a8e8 -r c9fd75cefbc1 xen/arch/ia64/xen/mm.c --- a/xen/arch/ia64/xen/mm.cTue Aug 22 14:45:49 2006 -0600 +++ b/xen/arch/ia64/xen/mm.cWed Aug 23 00:04:47 2006 -0400 @@ -949,8 +949,6 @@ efi_mmio(unsigned long physaddr, unsigne

Re: [Xen-ia64-devel] Xen with fedora kernel 2.6.18

2006-08-08 Thread Aron Griffis
jan wrote: [Sun Aug 06 2006, 01:38:33PM EDT] I ubuntu edgy with gcc 4.1 Subject says fedora, message says ubuntu, which do you mean? ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] Re: Fedora-xen-ia64 test status

2006-08-03 Thread Aron Griffis
Akio Takebe wrote: [Thu Aug 03 2006, 03:41:40PM EDT] We could not boot dom0 with kernel-xen-2.6.17-1.2488.fc6 on Tiger4. So I and Kouya debuged it, and found kernel text area is cleared. Isuku make a patch which resolve the issue. ... With the dom0 and the xen, I can boot dom0. Woohoo!

[Xen-ia64-devel] Re: Fedora-xen-ia64 test status

2006-08-03 Thread Aron Griffis
] # Node ID 8040a45ec900fda375346157f4028da57bb62e20 # Parent 33a2d3fb09120f3c9342ddeba2c20200571de75b Compare both start and end when sorting rsvd_region list, then collapse overlapping regions. Signed-off-by: Isaku Yamahata [EMAIL PROTECTED] Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r

[Xen-ia64-devel] Re: [Fedora-ia64-list] Re: [Fedora-xen] [PATCH-UPDATE] Enable building xen on ia64

2006-08-01 Thread Aron Griffis
deletions(-) Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r 2ae0ced4cbb9 -r 9a7b86afa187 devel/configs/config-xen-ia64 --- a/devel/configs/config-xen-ia64 Tue Aug 01 06:56:23 2006 -0400 +++ b/devel/configs/config-xen-ia64 Tue Aug 01 07:38:24 2006 -0400 @@ -1,14 +1,3 @@ -# override

[Xen-ia64-devel] Re: [Fedora-xen] [PATCH-UPDATE] Enable building xen on ia64

2006-07-28 Thread Aron Griffis
insertions(+), 22 deletions(-) Signed-off-by: Aron Griffis [EMAIL PROTECTED] diff -r bfc3d0da96c9 devel/kernel-2.6.spec --- a/devel/kernel-2.6.spec Fri Jul 28 07:26:52 2006 -0400 +++ b/devel/kernel-2.6.spec Fri Jul 28 07:58:50 2006 -0400 @@ -65,14 +65,8 @@ Summary: The Linux kernel (the core

[Xen-ia64-devel] Re: [Fedora-xen] Re: [PATCH 0 of 5] fix linux-2.6-xen-fedora on ia64

2006-07-28 Thread Aron Griffis
Juan Quintela wrote: [Thu Jul 27 2006, 08:43:05PM EDT] All of 5 of them are integrated on linux-2.6-xen-fedora (as you can guess, none of them is controversial). Thank you, Juan :-) ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

[Xen-ia64-devel] RE: [Fedora-xen] [PATCH 0 of 5] fix linux-2.6-xen-fedora on ia64

2006-07-27 Thread Aron Griffis
Xiantao and Akio, Sorry that I'm not very good sharing status. Here is an update to hopefully put us on the same page again. First, a review of the repos available, since this is always a point of confusion: http://hg.et.redhat.com/kernel/linux-2.6-xen-fedora - This is Juan's tree from

  1   2   >