Re: [Qemu-devel] qemu optimizations for x86

2005-12-30 Thread Paul Brook
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

[Qemu-devel] qemu optimizations for x86

2005-12-30 Thread Joseph Miller
-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

[Qemu-devel] [PATCH] Cocoa keyboard handling fixes (update)

2005-12-30 Thread Joachim Henke
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

Re: [Qemu-devel] [PATCH] lba48 support

2005-12-30 Thread Jens Axboe
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

Re: [Qemu-devel] [PATCH] lba48 support

2005-12-30 Thread Fabrice Bellard
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

[Qemu-devel] QEmu and simple networking

2005-12-30 Thread FrekoDing
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