From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKtXi-00018k-Rj for qemu-devel@nongnu.org; Wed, 16 Dec 2009 08:03:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKtXe-00011O-4f for qemu-devel@nongnu.org; Wed, 16 Dec 2009 08:03:50 -0500 Received: from [199.232.76.173] (port=45171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKtXd-00010X-WA for qemu-devel@nongnu.org; Wed, 16 Dec 2009 08:03:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4577) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKtXc-00079f-Tg for qemu-devel@nongnu.org; Wed, 16 Dec 2009 08:03:45 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBGD3hnD029519 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Dec 2009 08:03:43 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [FOR 0.12 PATCH] fix vga names in default_list References: <1260966919-21490-1-git-send-email-kraxel@redhat.com> Date: Wed, 16 Dec 2009 14:03:41 +0100 In-Reply-To: <1260966919-21490-1-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Wed, 16 Dec 2009 13:35:19 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > markus has changed vga names recently and forgot to adapt default_list. I git-grepped all the changed names then. Either I screwed that up, or the default list went in after I grepped. Anyway, I grepped again, and found no additional omissions.