* [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc
@ 2005-07-20 16:40 Tero Kaarlela
2005-07-20 20:46 ` J. Mayer
0 siblings, 1 reply; 3+ messages in thread
From: Tero Kaarlela @ 2005-07-20 16:40 UTC (permalink / raw)
To: qemu-devel
Hi,
I have been running debian 3.1r0a under Qemu-system-ppc(PREP). I just
noted few coupleof things:
1. Top gives really absurd values for processor % for few seconds then
it crashes see http://personal.inet.fi/koti/ekasorvaus/qemuppc.png
2. If I launch with -cdrom sarge.iso and start using this image under
Qemu ie. mount gives a lot of hdb: DSC timeout
That second one is really annoying and first one is posted because I
thought it might tell about some bigger probs.
My host is debian X86 and qemu is CVS.
Tero
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc
2005-07-20 16:40 [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc Tero Kaarlela
@ 2005-07-20 20:46 ` J. Mayer
2005-07-20 23:04 ` Tero Kaarlela
0 siblings, 1 reply; 3+ messages in thread
From: J. Mayer @ 2005-07-20 20:46 UTC (permalink / raw)
To: qemu-devel
On Wed, 2005-07-20 at 19:40 +0300, Tero Kaarlela wrote:
> Hi,
>
> I have been running debian 3.1r0a under Qemu-system-ppc(PREP). I just
> noted few coupleof things:
>
> 1. Top gives really absurd values for processor % for few seconds then
> it crashes see http://personal.inet.fi/koti/ekasorvaus/qemuppc.png
This is a known issue that have been discussed here before.
As a summary, I found that it can happen on real hardware in some
(undetermined) case.
I found bug reports about this point with Google.
> 2. If I launch with -cdrom sarge.iso and start using this image under
> Qemu ie. mount gives a lot of hdb: DSC timeout
Fabrice has a fix for this.
You can also edit hw/ide.c and comment the one-line Darwin hack (easy to
find).
[...]
--
J. Mayer <l_indien@magic.fr>
Never organized
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc
2005-07-20 20:46 ` J. Mayer
@ 2005-07-20 23:04 ` Tero Kaarlela
0 siblings, 0 replies; 3+ messages in thread
From: Tero Kaarlela @ 2005-07-20 23:04 UTC (permalink / raw)
To: qemu-devel
J. Mayer wrote:
>
>Fabrice has a fix for this.
>You can also edit hw/ide.c and comment the one-line Darwin hack (easy to
>find).
>
>
If this is what you mean:
#ifdef TARGET_PPC
/* XXX: currently a workaround for Darwin/PPC. Need to check
the IDE spec to see if it is correct */
- ide_set_signature(s);
+ //ide_set_signature(s);
It seems to be removed from CVS.
Tero
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-20 23:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-20 16:40 [Qemu-devel] Weird bahaviour of TOP and cdrom under Qemu-system-ppc Tero Kaarlela
2005-07-20 20:46 ` J. Mayer
2005-07-20 23:04 ` Tero Kaarlela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).