From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQni1-0004fO-DU for qemu-devel@nongnu.org; Tue, 23 Oct 2012 19:16:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQni0-0004na-Aq for qemu-devel@nongnu.org; Tue, 23 Oct 2012 19:16:29 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:52515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQni0-0004nL-4X for qemu-devel@nongnu.org; Tue, 23 Oct 2012 19:16:28 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so2963719pad.4 for ; Tue, 23 Oct 2012 16:16:27 -0700 (PDT) Sender: Richard Henderson Message-ID: <50872548.9060903@twiddle.net> Date: Wed, 24 Oct 2012 09:16:24 +1000 From: Richard Henderson MIME-Version: 1.0 References: <1350859858-18110-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1350859858-18110-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-sparc64: disable VGA cirrus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Blue Swirl , qemu-devel@nongnu.org On 2012-10-22 08:50, Aurelien Jarno wrote: > OpenBIOS on sparc64 only support Standard VGA and not Cirrus VGA. Don't > build Cirrus VGA support so that it can't be selected. > > This fixes the breakage introduced by commit f2898771. > > Reported-by: Richard Henderson > Cc: Blue Swirl > Signed-off-by: Aurelien Jarno Tested-by: Richard Henderson r~