From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My8Nn-0006aL-95 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 14:15:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My8Ni-0006Ue-K5 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 14:15:30 -0400 Received: from [199.232.76.173] (port=57539 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My8Ni-0006UJ-BF for qemu-devel@nongnu.org; Wed, 14 Oct 2009 14:15:26 -0400 Received: from mail-fx0-f214.google.com ([209.85.220.214]:63110) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My8Nh-0007GC-Sx for qemu-devel@nongnu.org; Wed, 14 Oct 2009 14:15:26 -0400 Received: by fxm10 with SMTP id 10so59008fxm.8 for ; Wed, 14 Oct 2009 11:15:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 14 Oct 2009 20:15:23 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH 12/16] vmware_vga: remove !EMBED_STDVGA code From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org 2009/10/14 Juan Quintela : > It don't compile. =C2=A0And the trivial fixes (change vga.foo field to fo= o field > don't work either. =C2=A0No output Just a note that there's supposed to be no output because your guest OS (and BIOS) expect the standard VGA functionality to be there. The define is only useful for debugging vmware_vga or OS driver. It's ok to drop it if you want. Cheers