[Qemu-devel] [PATCH] KQEMU error checking

2008-02-16 Thread Leonardo Reiter
Hello, in recent days I've been able to consistently panic an OpenSolaris kernel (build 79b, 64-bit on dual-core Opteron with 4GB of RAM) by using KQEMU and running qemu with a -m (memory) parameter greater than about 1750. The panic would be due to a NULL pointer dereference and happen mainly in

Re: [Qemu-devel] Hard disk support is broken in Windows 98SE guest

2007-10-03 Thread Leonardo Reiter
On 10/3/07, Leonardo Reiter <[EMAIL PROTECTED]> wrote: > Index: hw/ide.c > === > RCS file: /cvsroot/qemu/qemu/hw/ide.c,v > retrieving revision 1.69 > diff -a -u -r1.69 ide.c > --- hw/ide.c17 Sep 2007

Re: [Qemu-devel] Hard disk support is broken in Windows 98SE guest

2007-10-03 Thread Leonardo Reiter
On 10/3/07, Victor Shkamerda <[EMAIL PROTECTED]> wrote: > Hello, > > >>> On 10/2/2007 at 7:43 PM, in message <[EMAIL PROTECTED]>, > Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > I don't have such a system for tests. Can you narrow down which CVS > > commit broke it? > > hw/ide.c 1.64 works, version

Re: [Qemu-devel] merging kqemu into mainline kernel?

2007-08-16 Thread Leonardo Reiter
Are you referring to the API when you say interface, or the functionality itself? If the former that's a reasonable argument, but the latter is not valid since KVM requires a VT or AMD-V-capable processor, right? KQEMU does not, and therefore [today] works on a much larger installed base of hardw

Re: [Qemu-devel] FreeBSD Support

2007-02-24 Thread Leonardo Reiter
MAP_PRIVATE|MAP_ANON also works on Solaris. In fact, Linux is the only platform where it doesn't work due to a bug in the Linux kernel as Fabrice mentions: http://www.qemu.org/kqemu-tech.html#SEC7 Technically on Solaris, /tmp is probably the same thing as MAP_PRIVATE|MAP_ANON since the filesyst

Re: [Qemu-devel] QEMU: VNC

2007-02-22 Thread Leonardo Reiter
If I may say something here... the original question was how to append the VNC header, so that the VNC client-compatible RFB auth could be supported. We all know this is not "secure", but it's a common feature of VNC and supporting it is not a bad thing IMHO. Adding it to QEMU is no less secure

Re: [Qemu-devel] 64-bit toolchain for Solaris 10 on amd64?

2006-11-09 Thread Leonardo Reiter
Fantastic, thank you. I did indeed try the sfw gcc and it compiles okay with -m64, but it does not use GNU ld and has problems linking. I need to revisit that because I think there is a solution that I am missing. I also did send email to the blastwave maintainers but have not received a respons

[Qemu-devel] 64-bit toolchain for Solaris 10 on amd64?

2006-11-07 Thread Leonardo Reiter
Hello, I apologize in advance if this was already discussed, but I cannot find any information on it. I am trying to compile QEMU (CVS) on a 64-bit Solaris 10 host (amd64), as a 64-bit binary. This is "official" Sun Solaris 10, not OpenSolaris. I used the existing "port" from the Open Solaris