Re: [Qemu-devel] OpenSPARC OBP source code available

2006-09-02 Thread Jose Renau
The Hypervisor and OBP source code is released under BSD license. The rest of the OpenSPARC project is GPL. I guess that there is no problem. On Sep 1, 2006, at 11:30 PM, Blue Swirl wrote: This may be useful for the openbios/qemu SPARC64 project. On the latest release (1.3), SUN has includ

[Qemu-devel] OpenSPARC OBP source code available

2006-09-01 Thread Jose Renau
This may be useful for the openbios/qemu SPARC64 project. On the latest release (1.3), SUN has included the source code for the OpenBios for the Niagara (sunv) http://opensparc-t1.sunsource.net/download_hw.html -- Testing never proves the absence of faults, it only shows their presence.

Re: [Qemu-devel] SPARC not booting (SMP)

2006-08-29 Thread Jose Renau
I tried to boot using a 2.4 (debian) kernel that it is SMP ready. It goes ahead quite a bit, but still fails. It never finish the "Initializing RT netlink socket" step. I tried the non-smp kernel (debian distributionn), and works fine. Any hints? __ SMP BOOT ./sparc-softmmu/qe

Re: [Qemu-devel] SPARC not booting

2006-08-29 Thread Jose Renau
Thanks, it works fine now. On Aug 29, 2006, at 9:47 AM, Paul Brook wrote: On Tuesday 29 August 2006 17:40, Jose Renau wrote: I updated qemu to the lastest CVS version. I have some problems (Linux and OS X) trying to run the spart-test-0.2. When I run the following command. I just get a

[Qemu-devel] SPARC not booting

2006-08-29 Thread Jose Renau
I updated qemu to the lastest CVS version. I have some problems (Linux and OS X) trying to run the spart-test-0.2. When I run the following command. I just get a blank screen. ./sparc-softmmu/qemu-system-sparc -L pc-bios -kernel ./sparc-test/vmlinux-2.6.11+tcx -initrd ./sparc-test/linux.i

Re: [Qemu-devel] block-raw.c COCOA patch

2006-08-28 Thread Jose Renau
Thanks, I did not know the CONFIG_DARWING define. On Aug 28, 2006, at 10:23 AM, Phil Krylov wrote: Hi Jose, On 28/08/06, Jose Renau <[EMAIL PROTECTED]> wrote: --- block-raw.c 24 Aug 2006 18:58:29 - 1.9 +++ block-raw.c 28 Aug 2006 15:41:38 - @@ -25,7 +25,11 @@ #i

[Qemu-devel] ENOMEDIUM OS X patch

2006-08-28 Thread Jose Renau
OS X does not include ENOMEDIUM on the error list (I think that the same is true for Solaris). This patch solves the problem. --- vl.h19 Aug 2006 12:37:52 - 1.144 +++ vl.h28 Aug 2006 15:44:08 - @@ -84,6 +84,10 @@ #endif /* !defined(QEMU_TOOL) */ +#ifdef CONFIG_

[Qemu-devel] block-raw.c COCOA patch

2006-08-28 Thread Jose Renau
--- block-raw.c 24 Aug 2006 18:58:29 - 1.9 +++ block-raw.c 28 Aug 2006 15:41:38 - @@ -25,7 +25,11 @@ #include "block_int.h" #include #ifndef _WIN32 +#ifdef CONFIG_COCOA +#include +#else #include +#endif #ifndef QEMU_TOOL #include "exec-all.h" -- Many receive advice, few pr

[Qemu-devel] block-raw.c

2006-08-28 Thread Jose Renau
I updated to the latest qemu, but it does not work with OS X (powerpc). The problem is that aio.h does not exist. gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I.. -I/Users/renau/projs/qemu/target-sparc -I/Users/renau/projs/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOU

Re: [Qemu-devel] pc-bios/proll.patch (sun4m)

2006-05-19 Thread Jose Renau
The OpenBIOS part sounds interesting/promising. Once it is close to ready, let me know and I'll test/try it. On May 19, 2006, at 10:28 AM, Blue Swirl wrote: I noticed that the proll.patch on the pc-bios directory is not the latest patch. It does not include the SMP support. How to get th

[Qemu-devel] pc-bios/proll.patch (sun4m)

2006-05-19 Thread Jose Renau
Hi, I noticed that the proll.patch on the pc-bios directory is not the latest patch. It does not include the SMP support. How to get the latest version? -- You can't do something you don't know, if you keep on doing what you do know. by F.M. Alexander __

[Qemu-devel] simple cocoa patch

2006-04-14 Thread Jose Renau
There is an extra parenthesis, and it does not compile. *** cocoa.m 9 Apr 2006 01:06:34 - 1.7 --- cocoa.m 14 Apr 2006 16:28:22 - *** *** 432,436 break; } -

[Qemu-devel] SPARC docs

2006-03-22 Thread Jose Renau
Hi, Yesterday, SUN released the code for OpenSparc (http://opensparc.sunsource.net/) Part of the release includes their full system simulator (SAM) and proms. The proms are only included in binary form, but SAM can be recompiled. I hope that this information is useful to solve/enhance the

[Qemu-devel] sparc32/sparc64 patch

2006-03-10 Thread Jose Renau
Without this patch I could not compile qemu for sparc64 on OS X (PPC). qemu.patch Description: Binary data --- Never take life seriously. Nobody gets out alive, anyway. - Bumper Sticker___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lis

[Qemu-devel] sun4u patch

2006-01-25 Thread Jose Renau
The following patch is to make sparc64-softmmu compilable (tested on OS X). Index: target-sparc/op.c === --- target-sparc/op.c (revision 71) +++ target-sparc/op.c (working copy) @@ -851,6 +851,7 @@ void OPPROTO op_wrtick(vo

[Qemu-devel] SPARC unimplemented system call 188

2005-12-17 Thread Jose Renau
Booting a -smp 2, I get the following message: VFS: Mounted root (ext2 filesystem). Trying to move old root to /initrd ... okay Mounted devfs on /dev Freeing unused kernel memory: 128k freed uname[10]: Unimplemented SPARC system call 188 Segmentation fault init[9]: Unimplemented SPARC syst

[Qemu-devel] SPARC boot problems (same on smp)

2005-12-17 Thread Jose Renau
Hello, I am trying to install the debian sparc, but it crashes when the kernel boots. ./sparc-softmmu/qemu-system-sparc -smp 1 -L ./pc-bios/ -cdrom ./sparc-test/debian-31r0a-sparc-netinst.iso -nographic starting qemu... (qemu) PROLL ID18 QEMU 128 MB total IOMMU: impl 0 vers 0 page table

[Qemu-devel] SPARC host

2005-12-06 Thread Jose Renau
I can not compile qemu on SPARC (sun4u) architectures. On vl.c line 551, I get "unsupported CPU". ... #else #error unsupported CPU #endif ... Anyone has a modern qemu version working on SPARC/Solaris SPARC/Opensolaris? I have access to a SUN ultra machine with OpenSolaris installed. If

[Qemu-devel] multiprocessor emulation?

2005-11-11 Thread Jose Renau
I am planning to use QEMU to evaluate different architectures (SPARC, PPC). QEMU does not support multiprocessor. E.g. when the linux kernel boots on SPARC or PPC, it only find one CPU. I would like to know what are the plans in relation with multiprocessor. Also, what are the major milest

[Qemu-devel] install SPARC aurora

2005-11-10 Thread Jose Renau
Congrats! I was able to start the aurora SPARC installation. Nevertheless, when I try the latest qemu with the aurora SPARC distribution it crashes when loading the ESP driver. To get the aurora ISO: ftp://download.wpi.edu/pub/linux/distributions/aurora/build-1.0/en/iso/ aurora-1.0-sparc

Re: [Qemu-devel] SPARC patch for OS X (big endian machines)

2005-11-01 Thread Jose Renau
The new patch is clearly nicer (I did not know the interface), it solved the bug that I reported, but It still crashes booting Linux. Hopefully one of my students will take a look. On Oct 30, 2005, at 12:53 PM, Fabrice Bellard wrote: Jose Renau wrote: Without the following patch, I was

[Qemu-devel] SPARC patch for OS X (big endian machines)

2005-09-27 Thread Jose Renau
Without the following patch, I was unable to "start" the Linux boot process on OS X (powerPC bigendian). I tried on ia64 (Linux) and works fine too. --- target-sparc/op_helper.c23 Jul 2005 14:27:54 - 1.15 +++ target-sparc/op_helper.c27 Sep 2005 23:54:52 - @@ -225,4 +225,5

[Qemu-devel] Re: Proll updates

2005-08-15 Thread Jose Renau
(qemu) PROLL ID18 QEMU 128 MB total IOMMU: impl 0 vers 0 page table at 0xFFD2 of size 32768 bytes NVRAM: id QEMU_BIOS version 1 Prom console: serial dma0: Revision 0 le0: LANCE 52:54:0:12:34:56 le0: using TPE. dma1: Revision 0 Boot device: d Loading partition table from target 2: hw sector: 5

[Qemu-devel] Re: Q: Issue booting Solaris 8 (SPARC)

2005-08-12 Thread Jose Renau
This is the output that I get: PROLL ID18 QEMU 128 MB total IOMMU: impl 0 vers 0 page table at 0xFFD2 of size 32768 bytes NVRAM: id QEMU_BIOS version 1 Prom console: serial dma0: Revision 0 le0: LANCE 52:54:0:12:34:56 le0: using TPE. dma1: Revision 0 Boot device: d Loading partition table f

Re: [Qemu-devel] bug in Sparc part ?

2005-08-11 Thread Jose Renau
> >I don't know if it has already been said on this list. Forgive me if so. I've already reported this some time ago. The impression I get is that not too many developers are using 64-bit machines... The following patch works fine on 64 and 32 bit machines (Linux and OS X). diff -c -2 -