From nobody Mon May 6 12:19:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1529359047259598.1724091056019; Mon, 18 Jun 2018 14:57:27 -0700 (PDT) Received: from localhost ([::1]:37028 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV29G-0005p3-T0 for importer@patchew.org; Mon, 18 Jun 2018 17:57:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV28I-0005Ty-I4 for qemu-devel@nongnu.org; Mon, 18 Jun 2018 17:56:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fV28F-00064l-Bw for qemu-devel@nongnu.org; Mon, 18 Jun 2018 17:56:18 -0400 Received: from relay4.mail.vrmd.de ([81.28.224.58]:46899) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fV28F-00063J-5y; Mon, 18 Jun 2018 17:56:15 -0400 Received: from [188.106.101.8] (helo=murray.fritz.box) by relay2.mail.vrmd.de with esmtpa (Exim 4.86_2) (envelope-from ) id 1fV289-000T2r-VE; Mon, 18 Jun 2018 23:56:10 +0200 From: Sebastian Bauer To: mail@sebastianbauer.info Date: Mon, 18 Jun 2018 23:56:01 +0200 Message-Id: <20180618215601.8974-1-mail@sebastianbauer.info> X-Mailer: git-send-email 2.17.1 X-Relay-User: mail@sebastianbauer.info X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 81.28.224.58 Subject: [Qemu-devel] [PATCH] ppc: Include vga cirrus card into the compiling process X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: thuth@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, david@gibson.dropbear.id.au Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Drivers for this card exists on PPC-based AmigaOS guests so it is useful to allow users to emulate the graphics card for PPC machines. Signed-off-by: Sebastian Bauer --- default-configs/ppc-softmmu.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.= mak index 860de80a27..218b14779c 100644 --- a/default-configs/ppc-softmmu.mak +++ b/default-configs/ppc-softmmu.mak @@ -29,6 +29,7 @@ CONFIG_IDE_SII3112=3Dy CONFIG_I2C=3Dy CONFIG_BITBANG_I2C=3Dy CONFIG_M41T80=3Dy +CONFIG_VGA_CIRRUS=3Dy =20 # For Macs CONFIG_MAC=3Dy --=20 2.17.1