* [Qemu-devel] QEMU >= 0.5.3 still broken?
@ 2004-04-07 20:44 Herbert Poetzl
2004-04-07 21:18 ` [Qemu-devel] " Fabrice Bellard
0 siblings, 1 reply; 3+ messages in thread
From: Herbert Poetzl @ 2004-04-07 20:44 UTC (permalink / raw)
To: Fabrice Bellard; +Cc: qemu-devel
Hi Fabrice!
did a checkout of qemu a few minutes ago (from CVS)
but qemu-fast and qemu (softmmu) is still broken for
me ...
any plans to fix this, anything I could do to help?
just for the case you do not remember, ide hard disk
emulation doesn't work for 2.6.x anymore (partitions
and second hard disk are not recognized)
qemu 0.5.2 work without any issues, 0.5.3 and latest
CVS fails ...
TIA,
Herbert
PS: I recompiled 0.5.2 from scratch, just to make sure
that it isn't a compiler or toolchain issue ...
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] Re: QEMU >= 0.5.3 still broken?
2004-04-07 20:44 [Qemu-devel] QEMU >= 0.5.3 still broken? Herbert Poetzl
@ 2004-04-07 21:18 ` Fabrice Bellard
2004-04-07 21:25 ` Herbert Poetzl
0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Bellard @ 2004-04-07 21:18 UTC (permalink / raw)
To: Herbert Poetzl, qemu-devel
Herbert Poetzl wrote:
> Hi Fabrice!
>
> did a checkout of qemu a few minutes ago (from CVS)
> but qemu-fast and qemu (softmmu) is still broken for
> me ...
>
> any plans to fix this, anything I could do to help?
>
> just for the case you do not remember, ide hard disk
> emulation doesn't work for 2.6.x anymore (partitions
> and second hard disk are not recognized)
>
> qemu 0.5.2 work without any issues, 0.5.3 and latest
> CVS fails ...
It is not an IDE problem: it is just that my new method to launch the
kernel with '-kernel' in 0.5.3 does not preserve the partition table. I
will try a fix (I did not see this problem because in my Linux tests I
don't use hard disk partitions!).
The TSC problem you have seem to be linked to the 1000 Hz timer of the
2.6 kernel. You must change HZ to 100 in asm/param.h. I'll make a patch
for that soon in QEMU, but the emulation will be less efficient for 1000
Hz clock as polling or /dev/rtc will be used on the host.
Fabrice.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] Re: QEMU >= 0.5.3 still broken?
2004-04-07 21:18 ` [Qemu-devel] " Fabrice Bellard
@ 2004-04-07 21:25 ` Herbert Poetzl
0 siblings, 0 replies; 3+ messages in thread
From: Herbert Poetzl @ 2004-04-07 21:25 UTC (permalink / raw)
To: Fabrice Bellard; +Cc: qemu-devel
On Wed, Apr 07, 2004 at 11:18:49PM +0200, Fabrice Bellard wrote:
> Herbert Poetzl wrote:
> >Hi Fabrice!
> >
> >did a checkout of qemu a few minutes ago (from CVS)
> >but qemu-fast and qemu (softmmu) is still broken for
> >me ...
> >
> >any plans to fix this, anything I could do to help?
> >
> >just for the case you do not remember, ide hard disk
> >emulation doesn't work for 2.6.x anymore (partitions
> >and second hard disk are not recognized)
> >
> >qemu 0.5.2 work without any issues, 0.5.3 and latest
> >CVS fails ...
>
> It is not an IDE problem: it is just that my new method to launch the
> kernel with '-kernel' in 0.5.3 does not preserve the partition table. I
> will try a fix (I did not see this problem because in my Linux tests I
> don't use hard disk partitions!).
hmm, interesting ... and why isn't hdb recognized at all?
> The TSC problem you have seem to be linked to the 1000 Hz timer of the
> 2.6 kernel. You must change HZ to 100 in asm/param.h. I'll make a patch
> for that soon in QEMU, but the emulation will be less efficient for 1000
> Hz clock as polling or /dev/rtc will be used on the host.
hmm, I'm using this adapted version of the qemu patch
(well I had to update it around 2.6.4 and I removed the
ugly and unnecessary fix, for the option parsing)
http://vserver.13thfloor.at/Stuff/QEMU/qemu-enable-2.6.xV.diff
and this should set the HZ value to 100 for QEMU
enabled kernels, so I'm not convinced here ...
best,
Herbert
> Fabrice.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-07 21:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-07 20:44 [Qemu-devel] QEMU >= 0.5.3 still broken? Herbert Poetzl
2004-04-07 21:18 ` [Qemu-devel] " Fabrice Bellard
2004-04-07 21:25 ` Herbert Poetzl
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).