* [Qemu-devel] patches for qemu-cvs on NetBSD
@ 2005-05-13 11:43 Hubert Feyrer
2005-05-13 15:09 ` Jason Brittain
2005-05-13 22:49 ` Fabrice Bellard
0 siblings, 2 replies; 5+ messages in thread
From: Hubert Feyrer @ 2005-05-13 11:43 UTC (permalink / raw)
To: qemu-devel
Hi,
the following patches contain data from both NetBSD's packages collection
plus some of my own to get latest qemu from CVS built on NetBSD. Maybe
someone wants to include some of them into qemu?
http://www.feyrer.de/Misc/qemu-20050501.patch
http://www.feyrer.de/Misc/qemu-20050501-x86_64.patch
FWIW I'm still unable to run Solaris 10/x86 in qemu on NetBSD 2.0 with
this, there appear to be problems with the Java installer getting a
segfault. Plus the mouse driver jumps around, but that's not specific to
Solaris, it happens on all client operating systems.
- Hubert
--
Ihr, nicht ich! -> http://spreeblick.com/blog/index.php?p=841
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] patches for qemu-cvs on NetBSD
2005-05-13 11:43 [Qemu-devel] patches for qemu-cvs on NetBSD Hubert Feyrer
@ 2005-05-13 15:09 ` Jason Brittain
2005-05-13 15:25 ` Hetz Ben Hamo
2005-05-13 22:49 ` Fabrice Bellard
1 sibling, 1 reply; 5+ messages in thread
From: Jason Brittain @ 2005-05-13 15:09 UTC (permalink / raw)
To: qemu-devel
Hubert Feyrer wrote:
>
> FWIW I'm still unable to run Solaris 10/x86 in qemu on NetBSD 2.0 with
> this, there appear to be problems with the Java installer getting a
> segfault. Plus the mouse driver jumps around, but that's not specific to
> Solaris, it happens on all client operating systems.
With a Linux host I was able to get Solaris 10 x86 to install, but that was
with qemu 0.6.2 I believe. I haven't tried doing that with qemu 0.7.0.
But, with Linux host and Linux guest, I do get JVM segfaults pretty often
(every 15 minutes of continuous use, maybe). So, I'm not surprised to hear
you're having that same problem with your Solaris x86 guest. I do believe
there is some problem with qemu's emulation, but that's about the only
remaining emulation problem I'm having.
Cheers.
--
Jason Brittain
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] patches for qemu-cvs on NetBSD
2005-05-13 15:09 ` Jason Brittain
@ 2005-05-13 15:25 ` Hetz Ben Hamo
2005-05-13 16:03 ` Jason Brittain
0 siblings, 1 reply; 5+ messages in thread
From: Hetz Ben Hamo @ 2005-05-13 15:25 UTC (permalink / raw)
To: qemu-devel
Have you tried to see if the same problem appears with KQEMU installed
on Linux host?
Thanks,
Hetz
On 5/13/05, Jason Brittain <jason@brittainweb.org> wrote:
> Hubert Feyrer wrote:
> >
> > FWIW I'm still unable to run Solaris 10/x86 in qemu on NetBSD 2.0 with
> > this, there appear to be problems with the Java installer getting a
> > segfault. Plus the mouse driver jumps around, but that's not specific to
> > Solaris, it happens on all client operating systems.
>
> With a Linux host I was able to get Solaris 10 x86 to install, but that was
> with qemu 0.6.2 I believe. I haven't tried doing that with qemu 0.7.0.
> But, with Linux host and Linux guest, I do get JVM segfaults pretty often
> (every 15 minutes of continuous use, maybe). So, I'm not surprised to hear
> you're having that same problem with your Solaris x86 guest. I do believe
> there is some problem with qemu's emulation, but that's about the only
> remaining emulation problem I'm having.
>
> Cheers.
>
> --
> Jason Brittain
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] patches for qemu-cvs on NetBSD
2005-05-13 15:25 ` Hetz Ben Hamo
@ 2005-05-13 16:03 ` Jason Brittain
0 siblings, 0 replies; 5+ messages in thread
From: Jason Brittain @ 2005-05-13 16:03 UTC (permalink / raw)
To: Hetz Ben Hamo, qemu-devel
Hetz Ben Hamo wrote:
> Have you tried to see if the same problem appears with KQEMU installed
> on Linux host?
Yes, I can confirm that the same thing happens with kqemu installed on
Linux host with Linux guest.
--
Jason Brittain
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] patches for qemu-cvs on NetBSD
2005-05-13 11:43 [Qemu-devel] patches for qemu-cvs on NetBSD Hubert Feyrer
2005-05-13 15:09 ` Jason Brittain
@ 2005-05-13 22:49 ` Fabrice Bellard
1 sibling, 0 replies; 5+ messages in thread
From: Fabrice Bellard @ 2005-05-13 22:49 UTC (permalink / raw)
To: qemu-devel
Hubert Feyrer wrote:
>
> Hi,
>
> the following patches contain data from both NetBSD's packages
> collection plus some of my own to get latest qemu from CVS built on
> NetBSD. Maybe someone wants to include some of them into qemu?
>
> http://www.feyrer.de/Misc/qemu-20050501.patch
> http://www.feyrer.de/Misc/qemu-20050501-x86_64.patch
>
> FWIW I'm still unable to run Solaris 10/x86 in qemu on NetBSD 2.0 with
> this, there appear to be problems with the Java installer getting a
> segfault. Plus the mouse driver jumps around, but that's not specific to
> Solaris, it happens on all client operating systems.
Sorry, but those patches are not in a state where I can apply them. More
work is needed to simplify them.
Fabrice.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-05-13 22:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-13 11:43 [Qemu-devel] patches for qemu-cvs on NetBSD Hubert Feyrer
2005-05-13 15:09 ` Jason Brittain
2005-05-13 15:25 ` Hetz Ben Hamo
2005-05-13 16:03 ` Jason Brittain
2005-05-13 22:49 ` Fabrice Bellard
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).