Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp655633pxb; Fri, 16 Apr 2021 15:00:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwqOMkXl+JzazmJM1CxL6Zi99EgBioiRttuGWiZ0wm9FF1UNKPmr+ApSsHUyC9FDfTnRoYr X-Received: by 2002:a17:90a:9f8c:: with SMTP id o12mr11613600pjp.215.1618610446092; Fri, 16 Apr 2021 15:00:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618610446; cv=none; d=google.com; s=arc-20160816; b=EiZB7r1wkSjWXmpGSaEGkKw+yFfoVT7GzDSPoenygqhdcBFEKHR9nZHHPMCT7rzhSH WAGxJNmkgxrr+6gzNdC+h2m0VEcqtnVnr3LFC0GYK8V2rx1bnWqUP+lScCa2x+/Yzt8U 82EYL/yUXlKeRg7R5Omd4W05JDftNmtqQXwl4/xTnRZewn6aybD1zxbgpggfSSWj0rRG Jtn+53/8ZCh2aLCFHbinKnUAB8uyOnh3DVoLAvXBMFB2mO2FbL9RLL/v+szglYI/Ba2s H3DVXevP6U6SW4OaBpT7pt8N8cTlL+LZKxrLrsWYJG+/xu2YDHes9T9tRfBWxpnLOnpL gfjA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=h+o6gIAdBKcRfzYIcGNu8WliDDBtkdilFnPYr9BpXo8=; b=SGFEz1DVvEqSsZAPnYZ+8u1uzFlvqn/YE41M59vJWSjuXdWpk9cvup7ZC4Ao9nzgiW +Iu8CfqKUZMrf19xchz0Ylg3itaxOPY7KTHuxe3xoLVFRrjqpnxO2adRTWNgCVMHYp0M eOZe9BIJJSRj2FVZGg3rpBIc7FnoT3cZlQtVIjH7SgT83zzKMpugbhs4Yts1A4pt8I4k KTPX4BNB7qoaBnSKxSwS3FUJuQd4B6LdaoFlmF8+TfVo2wE+YNO0ZXS236T5ZpKF1wWw 1gg0gjeHRDfhdt5lA5c9JO1gMw0cpGye9PR6IxhQ6W7ZqRiOIdavH44ARJkkvOX7gCKv ht4A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s20si8857461pjn.137.2021.04.16.15.00.34; Fri, 16 Apr 2021 15:00:46 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245017AbhDPUfE (ORCPT + 99 others); Fri, 16 Apr 2021 16:35:04 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53625 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238807AbhDPUfD (ORCPT ); Fri, 16 Apr 2021 16:35:03 -0400 X-Originating-IP: 90.65.108.55 Received: from localhost (lfbn-lyo-1-1676-55.w90-65.abo.wanadoo.fr [90.65.108.55]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 19EF2E0003; Fri, 16 Apr 2021 20:34:36 +0000 (UTC) Date: Fri, 16 Apr 2021 22:34:36 +0200 From: Alexandre Belloni To: linux-kernel@vger.kernel.org, Laurent Vivier Cc: Alessandro Zummo , linux-m68k@lists.linux-m68k.org, linux-rtc@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH 0/2] m68k: Add Virtual M68k Machine Message-ID: References: <20210323221430.3735147-1-laurent@vivier.eu> <161860472066.842937.16850667459079911050.b4-ty@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <161860472066.842937.16850667459079911050.b4-ty@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/04/2021 22:26:26+0200, Alexandre Belloni wrote: > On Tue, 23 Mar 2021 23:14:28 +0100, Laurent Vivier wrote: > > The most powerful m68k machine emulated by QEMU is a Quadra 800, > > but this machine is very limited: only 1 GiB of memory and only some > > specific interfaces, with no DMA. > > > > The Virtual M68k Machine is based on Goldfish interfaces defined by Google > > for Android simulator. It uses Goldfish-rtc (timer and RTC), > > Goldfish-pic (PIC) and Goldfish-tty (for early tty). > > > > [...] > > Applied, thanks! > > [1/2] rtc: goldfish: remove dependency to OF > commit: 3fd00fdc4f11c656a63e6a6280c0bcb63cf109a2 > [2/2] m68k: introduce a virtual m68k machine > commit: 95631785c64840f3816f7a4cc2ce1a5332f43184 > Ah, obviously, I'm not applying the m68k patch. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com