[Qemu-devel] ANN: DetaolB v0.8.1 is released

2008-01-26 Thread Christian MICHON
DetaolB v0.8.1 has been released 26th,January 2008

http://prdownloads.sf.net/detaolb/detaolb_v081.iso (~60Mb)

This is a bug fix release mostly. The website will soon be updated.

Changelog:
- fixed NumLock issues for fvwm2
- fixed segfaults of fdisk in busybox-1.9.0
- fixed SciTE editor for standard user
- tweak openssl for Dillo
- Dillo can now access gmail.com
- added git-cvsimport capability
- added readline

Thanks for the feedbacks and the beta testers :-)

PROGRESS, BUGS, SUGGESTIONS:
[EMAIL PROTECTED]

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside !




Re: [Qemu-devel] Slow clock in guest OS

2008-01-26 Thread Mulyadi Santosa
Hi..

On Jan 26, 2008 2:05 AM, Sergey Bychkov
> Sorry, did You mean "http://fabrice.bellard.free.fr/qemu/qemu-tech.html"; or
> what?

yep...that's the one...

regards,

Mulyadi




Re: [Qemu-devel] [PATCH] hw/sun4m.c fix power addresses

2008-01-26 Thread Robert Reif

Blue Swirl wrote:


On 1/25/08, Robert Reif <[EMAIL PROTECTED]> wrote:
 


Blue Swirl wrote:

   


On 1/24/08, Robert Reif <[EMAIL PROTECTED]> wrote:


 


diff -p -u -r1.81 sun4m.c


   


This breaks my tests, so I guess a fix is also needed for OpenBIOS.


 


Probably, they were tested using ss5/170 and ss10 openboot images.
   



I just noticed that we have confused the devices that OBP calls
'power' and 'power-management'. Power or Aux 2 or Software Powerdown
Control can be used to reset or power down the system. OBP trees
confirm that it is located at 0x7191 on SS-5 and 0xff1a01000 on
SS-10/20. It does not exist on SS-600.

Power-management a.k.a. APC is used to halt the CPU when idle. It is
located at 0x6a00 on SS-5. It does not exist on SS-x0 or SS-600.

So, Aux2 on SS-10/20 and APC on SS-5 should move to the correct locations.

Now, what to do with the rest? These are motherboard devices, they
cannot be added to or removed from real life hardware. Leaving the
devices out to improve historical accuracy would mean that the system
can't be reset or powered down on SS-600, and on SS-10/20/600 Qemu
will consume 100% of host CPU even when the target is idling. This
would not be an improvement in usability for sure.
 

I have a patch waiting to fix the power/aux2 and also aux1.  It adds a 
seperate address for auxio.


power and AUX2 are the same devices on ss5,10 and 20 but at different 
addresse/offsets.  600mp doesn't have it.
auxio is AUX1 and are the sort of the same devices on an ss5 and 10/20 
but at different address/offsets.  600mp doesn't have it.

The AUX1 bit layout of an ss5 (SLAVIO) is also different from a 10/20 (SEC).

I'm not sure how power-management fits in there other than it's an sbus 
device: ffd50130 [EMAIL PROTECTED],a00






[Qemu-devel] qemu/hw slavio_timer.c

2008-01-26 Thread Blue Swirl
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl   08/01/26 09:13:46

Modified files:
hw : slavio_timer.c 

Log message:
 Fix user timer mode change (Robert Reif)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_timer.c?cvsroot=qemu&r1=1.29&r2=1.30