From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bhbye-0003O3-Do for qemu-devel@nongnu.org; Mon, 05 Jul 2004 18:30:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bhbyc-0003NY-Qg for qemu-devel@nongnu.org; Mon, 05 Jul 2004 18:30:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bhbyc-0003NV-Nj for qemu-devel@nongnu.org; Mon, 05 Jul 2004 18:30:18 -0400 Received: from [193.252.22.30] (helo=mwinf0104.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bhbw3-00039j-7W for qemu-devel@nongnu.org; Mon, 05 Jul 2004 18:27:39 -0400 Received: from bellard.org (ATuileries-112-1-3-13.w81-48.abo.wanadoo.fr [81.48.134.13]) by mwinf0104.wanadoo.fr (SMTP Server) with ESMTP id CD4391BFFF61 for ; Tue, 6 Jul 2004 00:27:37 +0200 (CEST) Message-ID: <40E9D5DC.500@bellard.org> Date: Tue, 06 Jul 2004 00:27:40 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] some updates about patches on my web site References: <40E7C660.7080500@witch.dyndns.org> In-Reply-To: <40E7C660.7080500@witch.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hetz Ben Hamo wrote: > Hi People, > > Here are some updates about the patches on my web site.. > > * Cirrus Logic VGA fix - the patch is right there and needs to be > applied in almost any situation these days (it also helps if you're > booting Mandrake 10 install CD, same for Fedora and SuSE - now you see > the graphics perfectly) This patch needs validation because the pattern_pitch should be 32 in 24 bpp mode according to the Cirrus specs. > * AMD PCNet - latest driver is there (version .4), so give it a try and > report back to Antony Curtis (antony.t.curtis@ntlworld.com) about bugs > or suggestions.. I would like to know why it is faster than the NE2K driver so that the NE2K driver can be fixed too. > * lomount - the program that will help you to mount your virtual hard > disk image into your Linux/BSD host machine. Again, latest version is > there, and if you see bugs - shout! Seems to be useful, but the code needs to be simplified. * tty It is merged. * VNC Will be merged ASAP, at least to use the keyboard mappings on non x86 host platforms. * USB Not finished. * PCI proxy Not critical. * Mac-OS-X-host Merge in progress. * Win32 patches Will be merged ASAP. * BSD patches Will be merged ASAP. Fabrice.