From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LclQX-0004Pl-Qt for qemu-devel@nongnu.org; Thu, 26 Feb 2009 13:57:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LclQV-0004PQ-6I for qemu-devel@nongnu.org; Thu, 26 Feb 2009 13:57:44 -0500 Received: from [199.232.76.173] (port=47308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LclQV-0004PN-1s for qemu-devel@nongnu.org; Thu, 26 Feb 2009 13:57:43 -0500 Received: from mail-fx0-f175.google.com ([209.85.220.175]:60465) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LclQU-0003XA-EC for qemu-devel@nongnu.org; Thu, 26 Feb 2009 13:57:42 -0500 Received: by fxm23 with SMTP id 23so624053fxm.34 for ; Thu, 26 Feb 2009 10:57:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090226115624.GL22494@redhat.com> References: <20090226113933.GA29854@redhat.com> <20090226115624.GL22494@redhat.com> Date: Thu, 26 Feb 2009 20:57:39 +0200 Message-ID: Subject: Re: [Qemu-devel] PATCH: 6/9: Add SASL authentication support From: Blue Swirl Content-Type: text/plain; charset=UTF-8 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: "Daniel P. Berrange" , qemu-devel@nongnu.org On 2/26/09, Daniel P. Berrange wrote: > This patch adds the new SASL authentication protocol to the VNC server. > @@ -2436,7 +2531,7 @@ QEMU emulates the following PowerMac per > > @itemize @minus > @item > -UniNorth or Grackle PCI Bridge > +UniNorth PCI Bridge > @item > PCI VGA compatible card with VESA Bochs Extensions > @item > @@ -2474,9 +2569,9 @@ QEMU uses the Open Hack'Ware Open Firmwa > @url{http://perso.magic.fr/l_indien/OpenHackWare/index.htm}. > > Since version 0.9.1, QEMU uses OpenBIOS @url{http://www.openbios.org/} > -for the g3beige and mac99 PowerMac machines. OpenBIOS is a free (GPL > -v2) portable firmware implementation. The goal is to implement a 100% > -IEEE 1275-1994 (referred to as Open Firmware) compliant firmware. > +for the g3beige PowerMac machine. OpenBIOS is a free (GPL v2) portable > +firmware implementation. The goal is to implement a 100% IEEE > +1275-1994 (referred to as Open Firmware) compliant firmware. > > @c man begin OPTIONS > > @@ -2705,7 +2800,7 @@ PCnet32 PCI network card > @item > Malta FPGA serial device > @item > -Cirrus (default) or any other PCI VGA graphics card > +Cirrus VGA graphics card > @end itemize > > The ACER Pica emulation supports: Please remove these changes.