From nobody Sun Nov 16 16:31:54 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1601283310; cv=none; d=zohomail.com; s=zohoarc; b=QjRGWycq8oulvai3wYevOw/esWtEUDguofERf7jHbBOa7i9sVCUl5hKpEU+TGtD1RHUcvvSN4RUkFqTp3iTMSm9FjREd6gamJvkcKAM5DWwmhqcoQzTNVgPa2It2UhKIiKmMdMz+5TxpIHsh+J9VOSVPwvBb3MTsrVhdwNPSFGQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601283310; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=Rbdnwc1BoU23D39gfSZYPX7/LGT2qxMLOhuC7RWoYOA=; b=kXW6b0bsB//hj39wUHHnnPIB7Z8M4g4AhbmlCSqwCdvzCW+Ri5ciwCpaySx51HJFoG/m9mt53sc0WJJ8EmA9tK6vDWKYyUyYOUmrXmY39ZqUsKuasuVsVFlkHGmgrHitfl0q2P3UjiB2m1f/YOe7K6TkescXFQURuGt32XAfBQ8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 160128331032229.19598622505987; Mon, 28 Sep 2020 01:55:10 -0700 (PDT) Received: from localhost ([::1]:56960 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMow8-00086W-OG for importer@patchew.org; Mon, 28 Sep 2020 04:55:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42090) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kMouw-0007JI-Sw for qemu-devel@nongnu.org; Mon, 28 Sep 2020 04:53:54 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:52672) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kMour-00084G-BR for qemu-devel@nongnu.org; Mon, 28 Sep 2020 04:53:54 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-327-P3QrcgV3NeyRIXBODAjHcA-1; Mon, 28 Sep 2020 04:53:44 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 345091084D68; Mon, 28 Sep 2020 08:53:43 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-56.ams2.redhat.com [10.36.112.56]) by smtp.corp.redhat.com (Postfix) with ESMTP id 23DC85D9CA; Mon, 28 Sep 2020 08:53:36 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id DFE1431E66; Mon, 28 Sep 2020 10:53:35 +0200 (CEST) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601283226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Rbdnwc1BoU23D39gfSZYPX7/LGT2qxMLOhuC7RWoYOA=; b=EdOeUtzNHx3MZEYjCNIpOi5iqVZmKAF9l/EXLanJxkTfrF9UaSr4aMLloCbcP8fWzIhjbn lQtolTh/L2yEfwNEr6NaKUufo55F+ittpocROGM2Sf2+0pjewkTB/bY25q2RfYlSED0dLa PNET904u/EhyXm3DcUdrldd1/DOLK3c= X-MC-Unique: P3QrcgV3NeyRIXBODAjHcA-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH 1/2] virtio-vga: implement big-endian-framebuffer property Date: Mon, 28 Sep 2020 10:53:34 +0200 Message-Id: <20200928085335.21961-2-kraxel@redhat.com> In-Reply-To: <20200928085335.21961-1-kraxel@redhat.com> References: <20200928085335.21961-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/28 03:29:35 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -36 X-Spam_score: -3.7 X-Spam_bar: --- X-Spam_report: (-3.7 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.576, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=-1, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Gibson , qemu-ppc@nongnu.org, Gerd Hoffmann , "Michael S. Tsirkin" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Allows to switch the (vga mode) framebuffer into bigendian mode by setting the property, simliar to stdvga. Signed-off-by: Gerd Hoffmann --- hw/display/virtio-vga.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/hw/display/virtio-vga.c b/hw/display/virtio-vga.c index f9410a0c2e61..81f776ee36e7 100644 --- a/hw/display/virtio-vga.c +++ b/hw/display/virtio-vga.c @@ -168,6 +168,20 @@ static void virtio_vga_base_reset(DeviceState *dev) vga_dirty_log_start(&vvga->vga); } =20 +static bool virtio_vga_get_big_endian_fb(Object *obj, Error **errp) +{ + VirtIOVGABase *d =3D VIRTIO_VGA_BASE(obj); + + return d->vga.big_endian_fb; +} + +static void virtio_vga_set_big_endian_fb(Object *obj, bool value, Error **= errp) +{ + VirtIOVGABase *d =3D VIRTIO_VGA_BASE(obj); + + d->vga.big_endian_fb =3D value; +} + static Property virtio_vga_base_properties[] =3D { DEFINE_VIRTIO_GPU_PCI_PROPERTIES(VirtIOPCIProxy), DEFINE_PROP_END_OF_LIST(), @@ -190,6 +204,11 @@ static void virtio_vga_base_class_init(ObjectClass *kl= ass, void *data) k->realize =3D virtio_vga_base_realize; pcidev_k->romfile =3D "vgabios-virtio.bin"; pcidev_k->class_id =3D PCI_CLASS_DISPLAY_VGA; + + /* Expose framebuffer byteorder via QOM */ + object_class_property_add_bool(klass, "big-endian-framebuffer", + virtio_vga_get_big_endian_fb, + virtio_vga_set_big_endian_fb); } =20 static TypeInfo virtio_vga_base_info =3D { --=20 2.27.0 From nobody Sun Nov 16 16:31:54 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1601283406; cv=none; d=zohomail.com; s=zohoarc; b=Mv0wCLgeiZukUnfBFcDrXQo5j/9zIBtjhYVxRoAK9c9a2SxPW9wtkL5VssOJMKph+85Go9G6NJYU0//kfSM1FY6RTXClm4VBDdEojDgIC7Y/7N7ywK3fLHbPjstrAg8reKACEnFvazL0DD4KhdVF0/fK7gvTJ9e3yAO7b4CwmIA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1601283406; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=UFyHNHvs9r+SCwKd6zBciY/nA0IU0OnRlizxrn4liac=; b=QQbiGzoVb0EjuyXn1IGmMVuqqFtpOy6xvh95vEbvdep95g/KEP6Oudg7Y+bqL1xov96IHmv0SUv0DGKw6gUuQGGYyfQ3kOYrYl0C+00EXMwJyoVc2ttEOSyNikwjPOrCyNd0JqOBw4QezngE0VVRz0sV30KGvd7A04RyPl3Za1I= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1601283406426485.76756672481235; Mon, 28 Sep 2020 01:56:46 -0700 (PDT) Received: from localhost ([::1]:59628 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMoxh-0000v0-4P for importer@patchew.org; Mon, 28 Sep 2020 04:56:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kMouv-0007J6-Ll for qemu-devel@nongnu.org; Mon, 28 Sep 2020 04:53:54 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:30179) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1kMour-00084H-BZ for qemu-devel@nongnu.org; Mon, 28 Sep 2020 04:53:53 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-459-Tb-qOvuzMHioC0bvmGQ6DQ-1; Mon, 28 Sep 2020 04:53:44 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 37AB0188C123; Mon, 28 Sep 2020 08:53:43 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-56.ams2.redhat.com [10.36.112.56]) by smtp.corp.redhat.com (Postfix) with ESMTP id 471535D9CD; Mon, 28 Sep 2020 08:53:37 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id E920F31FCE; Mon, 28 Sep 2020 10:53:35 +0200 (CEST) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601283226; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UFyHNHvs9r+SCwKd6zBciY/nA0IU0OnRlizxrn4liac=; b=fdoo2b+GUWJwTWpZjOeEsnf6fpNtuKTVS86YEcuGyjlOtW4L7VoXmLdL67yqeZbctigDXg zKX5gw8TcOHvUjWQOjAjzkiy5hsZ9HcU1wN2ctuVsM7zaqTKgwsnzU8AyTwHlKrDST/V7K MSnQ/KIm6DZIGe3SqXroKdpmYSZBDD8= X-MC-Unique: Tb-qOvuzMHioC0bvmGQ6DQ-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH 2/2] ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio-vga Date: Mon, 28 Sep 2020 10:53:35 +0200 Message-Id: <20200928085335.21961-3-kraxel@redhat.com> In-Reply-To: <20200928085335.21961-1-kraxel@redhat.com> References: <20200928085335.21961-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/28 03:29:35 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -36 X-Spam_score: -3.7 X-Spam_bar: --- X-Spam_report: (-3.7 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.576, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H5=-1, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Gibson , qemu-ppc@nongnu.org, Gerd Hoffmann , "Michael S. Tsirkin" Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Already done for stdvga and secondary-vga, bochs-display and virtio-vga support the big-endian-framebuffer property too. Fixes blue console background at boot (offb firmware console). Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=3D1881912 Signed-off-by: Gerd Hoffmann --- hw/ppc/spapr_pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/ppc/spapr_pci.c b/hw/ppc/spapr_pci.c index 4d97ff6c70f2..5db912b48c41 100644 --- a/hw/ppc/spapr_pci.c +++ b/hw/ppc/spapr_pci.c @@ -2464,7 +2464,9 @@ static int spapr_switch_one_vga(DeviceState *dev, voi= d *opaque) bool be =3D *(bool *)opaque; =20 if (object_dynamic_cast(OBJECT(dev), "VGA") - || object_dynamic_cast(OBJECT(dev), "secondary-vga")) { + || object_dynamic_cast(OBJECT(dev), "secondary-vga") + || object_dynamic_cast(OBJECT(dev), "bochs-display") + || object_dynamic_cast(OBJECT(dev), "virtio-vga")) { object_property_set_bool(OBJECT(dev), "big-endian-framebuffer", be, &error_abort); } --=20 2.27.0