On Friday 30 December 2005 21:45, Joseph Miller wrote:
> I have been using an compiler-optimized version of qemu for several weeks
> now on an x86 with much success. Qemu has not crashed one single time and
> I have seen a noticeable performance increase.
Do you have any actual performance number
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have been using an compiler-optimized version of qemu for several weeks now
on an x86 with much success. Qemu has not crashed one single time and I have
seen a noticeable performance increase. What I have done is added
"-finline-functions -funro
In the meanwhile I did some more fixes and improvements over the patch I
posted on December 27th. Here is the complete ChangeLog:
- fix a crash that occurs when pressing a dead key in the monitor
(I already reported this on December 8th, please drop that old patch)
- keymap corrections
- make ct
On Fri, Dec 30 2005, Fabrice Bellard wrote:
> Jens Axboe wrote:
> >Saw the posts on this the other day and had a few spare hours to play
> >with this. Works for me, with and without DMA (didn't test mult mode,
> >but that should work fine too).
> >
> >Test with caution though, it's changing the ide
Jens Axboe wrote:
Saw the posts on this the other day and had a few spare hours to play
with this. Works for me, with and without DMA (didn't test mult mode,
but that should work fine too).
Test with caution though, it's changing the ide code so could eat your
data if there's a bug there... Most
Hi,
Does anyone have a link or tutorial to do Virtual OS on QEmu communicate
with
the net ?!
I want that my virtual OS be seen like an host.
With QEmu 0.7 and older, I used the bridging method like on this tutorial
(http://compsoc.dur.ac.uk/~djw/qemu.html)
How to do now ?!
Thanks for everyone wh