Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-18 Thread Andreas Färber


Am 18.07.2007 um 18:26 schrieb Blue Swirl:


> It looks like open hack'ware is pretty much stalled, so its hard
> telling
> what progress will be made futurewise.

Might it be possible to replace it with OpenBIOS?


Sure, and as both are GPL useful, code can be shared. But some PPC
developers are needed. It may still be easier to fix the OHW bugs than
start over anew.


Not sure I understand... I thought Open Firmware was based on  
platform independent Forth code?
I'm running on ppc64 and could try to compile something under Linux  
in case that's the problem.



I had previously commented on ppc emulation issues but had not  
received any replies. I've not been able to do anything useful with  
the ppc emulation despite its status being "OK" on the qemu page.  
When I start it (compiled with the patch recently attached), using


qemu-system-ppc -boot d -cdrom debian-40r0-powerpc-netinst.iso

this is what I see on the console:

starting qemu...
init_ppc_proc: PVR 0008 mask  => 0008

The (Cocoa) screen then has some apparent debug information rushing  
by and an

ERROR: Give range: start 0x30 0x10
and unreadable chars before the Debian yaboot screen; looks and  
behaves okay from there.
If I type "install" or "install video=ofonly" it starts to do some  
things, intermixed with lots of these:

ERROR: Give range: [...]
HFS ERROR in hfs_get_bloc: Block 8192 not found
ERROR: bloc: -1 part size: 477144 5834a00
ERROR: OF_property_copy cannot get property 'device_type' for [...]
ERROR: overlap: start 0x1d0 virt 0x200 end 0x210 0x[...]
ERROR: No range match !
ERROR: Give range: [...]

and it ends with

Calling quiesce ...
returning from prom_init

Some of the "funny output" does not appear if I use the -nographic  
option but the errors remain.


If I use qemu-system-ppc64 with the "install64" yaboot option it is  
shortened to this:


Please wait, loading kernel...
ERROR: Give range: start 0x140 0x60
   Elf64 kernel loaded...
Loading ramdisk...
ERROR: Give range: start 0x1a0 0x40
ERROR: Give range: start 0x1e0 0x40
HFS ERROR in hfs_get_bloc: Block 8192 not found
ERROR: bloc: -1 part size: 477144 5834a00
ramdisk loaded at 01a0, size: 4095 Kbytes
invalid/unsupported opcode: 1e - 12 - 1b (782106e4) 0x014080e4 1

So no better. "install64" works fine on real hardware, thus the DVD  
image should be okay. Interestingly the fallback after quiesce, as  
seen in ppc emulation, occurs when trying 32-bit "install" on a real  
ppc64.



Questions: Do you get the same results? Or are those an OS X or an  
endianness issue? Which part is an OHW bug and which on the qemu side  
of things? Any workarounds or pointers to fix it?


The Sparc32/OpenBIOS combination has been working much better than  
this for me...


Andreas




Re: [Qemu-devel] [PATCH] Implement ACPI specs 3.0, 4.7.2.5

2007-07-18 Thread Michael Hanselmann
On Tue, Jun 26, 2007 at 10:32:23PM +0200, Michael Hanselmann wrote:
> The patch below implements ACPI_ENABLE and ACPI_DISABLE as described in
> section 4.7.2.5 of the ACPI 3.0 specs.

Has this patch been ignored by accident or is there something wrong with
it?

Thanks,
Michael

-- 
http://hansmi.ch/




Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-18 Thread Natalia Portillo
Hi,

> > It looks like open hack'ware is pretty much stalled, so its hard  
> > telling
> > what progress will be made futurewise.
> 
> Might it be possible to replace it with OpenBIOS?
I've talked about that idea long ago.

Theorically there should be no problem, as OpenBIOS already supports
PowerPC.

You'll have just to implement filesystems for HFS and booters for CHRP
and Mac OS (OHW has them).

Just compile OBIOS for PPC and try it :p

Regards!





Re: [Qemu-devel] What is the current support state for APCI

2007-07-18 Thread Natalia Portillo
Surely you was talking about ACPI.

Check the CVS, it is somewhat working now.

> 
> Jerry Kemp wrote:
> > I have been following this list as a lurker for about a month and I am
> > interested to see what development activities are moving forward towards
> >  APCI support.
> > 
> > In reading the online forums, I see discussion involving APCI related
> > issues, but never any resolution.
> > 
> > Can anyone share with me where development is at for APCI, or provide a
> > URL where I can RTFM?
> > 
> > TIA for any replies,
> > 
> > Jerry
> > 
> > 
> > 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFGnmPukyKr2gmercERArFyAKDGq0c3e4DKSqcrbnBSFr5VUu2V5gCglhCg
> 9MNi3d7ZbdvWSHoZZTfzOLM=
> =8yfL
> -END PGP SIGNATURE-
> 
> 
> 





Re: [Qemu-devel] What is the current support state for APCI

2007-07-18 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I don't know about APCI (Advanced PCI ?).

Does you mean ACPI (Advanced Configuration and Power Interface) or APIC
(Advanced Programmable Interrupt Controller) ? I'm not involved into the
development process itself.

Andreas

Jerry Kemp wrote:
> I have been following this list as a lurker for about a month and I am
> interested to see what development activities are moving forward towards
>  APCI support.
> 
> In reading the online forums, I see discussion involving APCI related
> issues, but never any resolution.
> 
> Can anyone share with me where development is at for APCI, or provide a
> URL where I can RTFM?
> 
> TIA for any replies,
> 
> Jerry
> 
> 
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGnmPukyKr2gmercERArFyAKDGq0c3e4DKSqcrbnBSFr5VUu2V5gCglhCg
9MNi3d7ZbdvWSHoZZTfzOLM=
=8yfL
-END PGP SIGNATURE-




Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-18 Thread Blue Swirl

On 7/18/07, Andreas Färber <[EMAIL PROTECTED]> wrote:


Am 18.07.2007 um 15:59 schrieb Brian Wheeler:

> It looks like open hack'ware is pretty much stalled, so its hard
> telling
> what progress will be made futurewise.

Might it be possible to replace it with OpenBIOS?


Sure, and as both are GPL useful, code can be shared. But some PPC
developers are needed. It may still be easier to fix the OHW bugs than
start over anew.


Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-18 Thread Andreas Färber


Am 18.07.2007 um 15:59 schrieb Brian Wheeler:

It looks like open hack'ware is pretty much stalled, so its hard  
telling

what progress will be made futurewise.


Might it be possible to replace it with OpenBIOS?

Andreas




[Qemu-devel] What is the current support state for APCI

2007-07-18 Thread Jerry Kemp
I have been following this list as a lurker for about a month and I am 
interested to see what development activities are moving forward towards 
 APCI support.


In reading the online forums, I see discussion involving APCI related 
issues, but never any resolution.


Can anyone share with me where development is at for APCI, or provide a 
URL where I can RTFM?


TIA for any replies,

Jerry




Re: [Qemu-devel] What is the current support state for Sparc

2007-07-18 Thread spectral
Thanks for your answer, "Blue Swirl",

>Did you try the current Qemu in CVS?

Not the last one, but I've tried the snapshot available on this page:
http://www1.interq.or.jp/~t-takeda/qemu/

It reported error (qemu: fatal: Trap 0x29 while interrupts disabled, Error 
state), printed register values and shut down.

Maybe I'll try the latest CVS tommorow and report  back .

Regards,
Grzegorz Galezowski




Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-18 Thread Brian Wheeler
On Wed, 2007-07-18 at 09:15 +0100, Natalia Portillo wrote:
> Hi,
> 
> AIX was already tested in QEMU and is not that it does not understand
> the AIX boot format (it does!), just there is another problem that
> prevents OHW from working (some say there is a regression in the IDE
> controller code).
> 
> http://www.claunia.com/qemu/
> 
> Regards
> Natalia Portillo
> 


AIX 4.3.3 starts to boot (well, further than 5.1 & 5.2 do)

The serial console has:
-
Probe filesystem on unknown PREP partition 'PREP boot' (bootable) 5834080
Fix bootfile
Partition is bootable (1)
bd_set_boot_part: part 5834080 (0) 1
Boot partition: 5834080 582e400 582e400 0
ERROR: Found boot partition : 5834080 582e400
ERROR: Not a MACH-O file
ERROR: Not an Apple CHRP boot file !
dest 10 entry 0230 => 100230
Load raw file into memory at 10 3307448 (003277b8) 0 ()
Boot: 3004 b8773200 00024149 5820234
Bootinfos at : 50

Now boot it... (0)
stack: 5bfff80 malloc_base: 0 0x5800 0x0600
PREP boot... 100230 10


The graphic console has some messages (which I assume are the ones above) and 
then it goes blank.
It may still be doing something, I'll just wait for a while and see.

Both 5.1 and 5.2 complain about the return code from the ide controller 
ERROR: ATAPI READ12 : status 41 != 0x48

(ready | error ) != ( ready | drq)


It looks like open hack'ware is pretty much stalled, so its hard telling
what progress will be made futurewise.

Brian








> El mié, 18-07-2007 a las 03:32 +0200, Martin escribió:
> > IBM opened up a little bit and makes the beta of AIX 6 available to anyone.
> > Maybe this is an opportunity to get AIX running on QEMU.
> > 
> > At the moment QEMU does not yet understand the AIX cd boot format.
> > I tried to boot it using the -kernel option b
> > I tried to boot it in the following ways, but that doesn't work yet (as 
> > expected)
> > qemu-system-ppc -m prep -cdrom cd.AIX_6_OpenBeta.0723C1.V1.ISO -boot d
> > 
> > sudo mount -o loop cd.AIX_6_OpenBeta.0723C1.V1.ISO /mnt/loop
> > qemu-system-ppc -M prep  -kernel /mnt/loop/ppc/chrp/bootfile.exe
> > 
> > The -kernel option is meant for linux kernels but I hoped it would take an 
> > AIX kernel too.
> > 
> > You can download the AIX 6 beta from:
> > http://www-03.ibm.com/servers/aix/6/beta.html
> > (free registration required)
> > 
> > > Open beta now available
> > > 
> > > The open beta for AIX® 6 is now available. 
> > > Go to 
> > > https://www14.software.ibm.com/iwm/web/cc/earlyprograms/ibm/aix6beta/
> > > for more information and to download the beta code.
> > > 
> > > Overview
> > > 
> > > Openness, such as compliance with open standards, has always been an 
> > > integral part of the AIX operating system (OS). The next release of AIX, 
> > > Version 6.1, extends this openness to the product release process with 
> > > the first ever AIX open beta. The open beta will allow a broad set of IBM 
> > > clients to download and gain experience with AIX 6 before it becomes 
> > > generally available.
> > > 
> > > An "open" beta for the next AIX release differs from the traditional beta 
> > > in three key areas:
> > > 
> > > * Almost anyone who is interested will be able to download and 
> > > install a pre-release version of AIX 6. By contrast, only a few clients 
> > > would have the opportunity to test a new AIX release in a traditional 
> > > beta.
> > > * Participants in the open beta will not receive traditional support 
> > > from IBM. Instead, you access a Web forum to discuss questions and issues.
> > > * The only legal document required for participation in the open beta 
> > > is a "click to accept" license agreement that clearly states all program 
> > > conditions.
> > 
> > 
> > 
> 
> 
> 





Re: [Qemu-devel] What is the current support state for Sparc emulation?

2007-07-18 Thread Blue Swirl

On 7/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi,

I'd like to ask what is the state of Sparc emulation by qemu. Can it run 
Solaris? I've seen and tried the qemu-system-sparc binary for windows, but it 
has serious problems with even reading the CD.


There has been some progress lately, but I guess we are not there yet.
Did you try the current Qemu in CVS? Please note that the tested
Solaris version must support Sparc32 (V8) CPUs, Sparc64 can't run even
Linux.




RE: [Qemu-devel] Sharing memory

2007-07-18 Thread tony.paul

Hi Alexey,

  This disclaimer can be safely ignored.  It is appended
automatically by my company's server and I have no control over this.   

Regards

Tony 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Alexey Eremenko
Sent: Wednesday, July 18, 2007 3:18 PM
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Sharing memory

Note: most Linuxoids (and OSS mailing-lists) simply filter *all*
attachments, and throw them automatically to recycle-bin.

--
-Alexey Eremenko "Technologov"




The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com




Re: [Qemu-devel] Sharing memory

2007-07-18 Thread Alexey Eremenko

Note: most Linuxoids (and OSS mailing-lists) simply filter *all*
attachments, and throw them automatically to recycle-bin.

--
-Alexey Eremenko "Technologov"




Re: [Qemu-devel] Sharing memory

2007-07-18 Thread Alexey Eremenko

My recommendation, is that if you want to upload anything to the web
please use yousendit.com web-upload-service, and post only links to
your files withing the email.

--
-Alexey Eremenko "Technologov"




[Qemu-devel] Sharing memory

2007-07-18 Thread tony.paul

Hi,
 
 I am trying to find a way to share memory between Guest OS
application and Host OS application.  Can anyone help?
 
Regards
 
Tony


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com




[Qemu-devel] Sharing memory

2007-07-18 Thread tony.paul

Hi,
 
 I am trying to find a way to share memory between Guest OS
application and Host OS application.  Can anyone help?
 
Regards
 
Tony



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Re: [Qemu-devel] IBM makes AIX 6 beta available for download for everyone

2007-07-18 Thread Natalia Portillo
Hi,

AIX was already tested in QEMU and is not that it does not understand
the AIX boot format (it does!), just there is another problem that
prevents OHW from working (some say there is a regression in the IDE
controller code).

http://www.claunia.com/qemu/

Regards
Natalia Portillo

El mié, 18-07-2007 a las 03:32 +0200, Martin escribió:
> IBM opened up a little bit and makes the beta of AIX 6 available to anyone.
> Maybe this is an opportunity to get AIX running on QEMU.
> 
> At the moment QEMU does not yet understand the AIX cd boot format.
> I tried to boot it using the -kernel option b
> I tried to boot it in the following ways, but that doesn't work yet (as 
> expected)
> qemu-system-ppc -m prep -cdrom cd.AIX_6_OpenBeta.0723C1.V1.ISO -boot d
> 
> sudo mount -o loop cd.AIX_6_OpenBeta.0723C1.V1.ISO /mnt/loop
> qemu-system-ppc -M prep  -kernel /mnt/loop/ppc/chrp/bootfile.exe
> 
> The -kernel option is meant for linux kernels but I hoped it would take an 
> AIX kernel too.
> 
> You can download the AIX 6 beta from:
> http://www-03.ibm.com/servers/aix/6/beta.html
> (free registration required)
> 
> > Open beta now available
> > 
> > The open beta for AIX® 6 is now available. 
> > Go to https://www14.software.ibm.com/iwm/web/cc/earlyprograms/ibm/aix6beta/
> > for more information and to download the beta code.
> > 
> > Overview
> > 
> > Openness, such as compliance with open standards, has always been an 
> > integral part of the AIX operating system (OS). The next release of AIX, 
> > Version 6.1, extends this openness to the product release process with the 
> > first ever AIX open beta. The open beta will allow a broad set of IBM 
> > clients to download and gain experience with AIX 6 before it becomes 
> > generally available.
> > 
> > An "open" beta for the next AIX release differs from the traditional beta 
> > in three key areas:
> > 
> > * Almost anyone who is interested will be able to download and install 
> > a pre-release version of AIX 6. By contrast, only a few clients would have 
> > the opportunity to test a new AIX release in a traditional beta.
> > * Participants in the open beta will not receive traditional support 
> > from IBM. Instead, you access a Web forum to discuss questions and issues.
> > * The only legal document required for participation in the open beta 
> > is a "click to accept" license agreement that clearly states all program 
> > conditions.
> 
> 
> 





[Qemu-devel] What is the current support state for Sparc emulation?

2007-07-18 Thread spectral
Hi,

I'd like to ask what is the state of Sparc emulation by qemu. Can it run 
Solaris? I've seen and tried the qemu-system-sparc binary for windows, but it 
has serious problems with even reading the CD.

Was anyone successful at running Solaris at emulated Sparc on qemu? If yes, 
which version was it?

Thank you in advance for your answers,

Grzegorz Galezowski