qvm86-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qvm86-devel] kqemu 1.3.0 compatibility and small bugfix


From: Jim C. Brown
Subject: Re: [qvm86-devel] kqemu 1.3.0 compatibility and small bugfix
Date: Wed, 15 Feb 2006 07:54:07 -0500
User-agent: Mutt/1.4.2.1i

On Wed, Feb 15, 2006 at 08:34:22AM +0100, Christian MICHON wrote:
> can this work on win32 hosts ? how to compile it ?
> Last time I tried, it failed on *many* points...

I haven't test windows hosts.

Just apply the patch to qvm86's cvs with GNU patch and make it.
I think you also have to add these lines at line 301 of qvm86-windows.c
(after the KQEMU_GET_VERSION case)

case KQEMU_MODIFY_RAM_PAGES:
        Status = STATUS_SUCCESS;
        break;

Then it should work (at least in theory :).

> 
> On 2/15/06, Jim C. Brown <address@hidden> wrote:
> > This patch lets qvm86 work with qemu 0.8.0 (well I tried a week old CVS 
> > actually
> > - and a heavily modified one at that) and even use the -kernel-kqemu 
> > parameter.
> > qvm86 recognizes ring 0 code and just calls qemu-softmmu on it anyways. So 
> > it
> > is compatible with the parameter, but specifying it doesn't actually do 
> > anything
> > yet.
> >
> > > So this is actually being maintained? ;)
> > >
> >
> > I believe Paul Brook is still willing to accept patches for bugfixes and 
> > such.
> >
> > I was also wrong about the memory corrupt fix. Evidently taking the lock 
> > does
> > not get rid of this bug (though it is still a good idea to take the lock
> > anyways). If I understand Paul correctly he hasn't been able to track down
> > this bug yet either.
> >
> > > --
> > > Luke-Jr
> > > Developer, Utopios
> > > http://utopios.org/
> > >
> > >
> > > _______________________________________________
> > > qvm86-devel mailing list
> > > address@hidden
> > > http://lists.nongnu.org/mailman/listinfo/qvm86-devel
> > >
> >
> > --
> > Infinite complexity begets infinite beauty.
> > Infinite precision begets infinite perfection.
> >
> >
> > _______________________________________________
> > qvm86-devel mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/qvm86-devel
> >
> 
> 
> --
> Christian
> 
> 
> _______________________________________________
> qvm86-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qvm86-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]