From nobody Fri Mar 29 07:28:25 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1555082796; cv=none; d=zoho.com; s=zohoarc; b=HK3iHDU7ggnPK/JD6UnNEd8p9SAbkxmuUh662+76nif79jRQrPgIuMa6yIifsQNfgNcbyrg5tA0hC86ee2Hhf6x3K8SFCe5S1tMtrQaRV/Y3H6P/FjiIyLWNThonENVdYTz9ULnf9QRl6w0t/sytM3pzQYz8ntTkvz9XDa9pCak= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1555082796; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=QPmmf5fOFOnN+p5DAGesCgIh0ZY7ep1EmEIiwIuLqPI=; b=KT/2UOQRzMoaHJ51BzGohvp9XTwqcFl6IosnLP2AglwNyYJ7MD3r4RrxdfBNmsYr2Ho5kVMrpjrWmowl/Qxd6nSMdZlZnkmfCRONejlUvnLBMZOrCxBRxu82Si9udu+TchZz0PigAe8chF6BWbb9MuV0VFDOAsnK6Rlu0OSluV8= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1555082796868449.4239153428359; Fri, 12 Apr 2019 08:26:36 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 35AD881DE1; Fri, 12 Apr 2019 15:26:34 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7A17A5D6A9; Fri, 12 Apr 2019 15:26:33 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 18DE03FB11; Fri, 12 Apr 2019 15:26:31 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x3CFQTOB029077 for ; Fri, 12 Apr 2019 11:26:29 -0400 Received: by smtp.corp.redhat.com (Postfix) id 8323E108F82D; Fri, 12 Apr 2019 15:26:29 +0000 (UTC) Received: from thuth.com (ovpn-116-133.ams2.redhat.com [10.36.116.133]) by smtp.corp.redhat.com (Postfix) with ESMTP id DEA431001E7A; Fri, 12 Apr 2019 15:26:24 +0000 (UTC) From: Thomas Huth To: qemu-arm@nongnu.org, Peter Maydell Date: Fri, 12 Apr 2019 17:26:19 +0200 Message-Id: <20190412152619.23542-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-loop: libvir-list@redhat.com Cc: libvir-list@redhat.com, qemu-devel@nongnu.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [libvirt] [PATCH for-4.1] hw/arm/nseries: Deprecate the n800 and n810 machines X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 12 Apr 2019 15:26:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" These machines depend on the deprecated bluetooth subsystem. In case we finally decide to remove the bluetooth subsystem, we likely need to remove the n800 and n810 machines, too, so mark them now as deprecated. Signed-off-by: Thomas Huth --- hw/arm/nseries.c | 3 +++ qemu-deprecated.texi | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c index 906b7ca22d..66e50b850c 100644 --- a/hw/arm/nseries.c +++ b/hw/arm/nseries.c @@ -1309,6 +1309,9 @@ static void n8x0_init(MachineState *machine, struct n800_s *s =3D (struct n800_s *) g_malloc0(sizeof(*s)); int sdram_size =3D binfo->ram_size; =20 + warn_report("The n800 and n810 machines are deprecated. Please use a " + "different Arm machine instead."); + s->mpu =3D omap2420_mpu_init(sysmem, sdram_size, machine->cpu_type); =20 /* Setup peripherals diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 2219386769..4de7452fac 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -145,6 +145,12 @@ This machine type uses an unmaintained firmware, broke= n in lots of ways, and unable to start post-2004 operating systems. 40p machine type should be used instead. =20 +@subsection n800 and n810 (Arm) (since 4.1) + +These machines depend on the deprecated bluetooth subsystem. When the +bluetooth subsystem will be removed, the n800 and n810 machines will be +deleted, too. If possible, use a different Arm board instead. + @section Device options =20 @subsection Block device options --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list