Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4451642imu; Tue, 29 Jan 2019 01:38:14 -0800 (PST) X-Google-Smtp-Source: ALg8bN4dQaAAhWsjhR+lqZibwnOhAWFpA0FH/mZKdvnVD8joHIFVSoo9zvlNvUU8jBLvd8AyY4+R X-Received: by 2002:a63:b649:: with SMTP id v9mr23128576pgt.436.1548754694491; Tue, 29 Jan 2019 01:38:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548754694; cv=none; d=google.com; s=arc-20160816; b=CvJ5Wvem7qZjuUloNVU7xh2Y9+oexpvcjS+vHMSjKoSOVfJpej9pKfrhFe2mbYJue0 3fiD5akTkVwi+HjSWixJYD8QMdLav7YOlN+2jnEBo9gds1KN4D3KknCOv7GxTbhOTzvZ ReIZDsOJ8OpPG2AzjqKVZBIalOzUZI3TgJs0eayWolrpozCBSgoidimri5LpUZeOz/6D Lz5tyeRRPoE1Mz5C/feZivVz4osPzBDkqe26zR/DWedcabaQvikFH7C/Av8KBRocMM95 xkgR686sk7hm97pbYeHJRtknMkdBWjNcX3qNNWy0o2PoTr0ch5GSN8TGfNMteI3CFYa3 /a2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=AwtEW6TJAF0qMSiXE/sB0dlFb52K3CfVKdAUpPXlji4=; b=OgbAGKcMMDYhnBuBlJELFViMhhcM+oXh85Ytjrb7e2J4vy+u2f8SrTacCNIq4up/UY S78Kfibp2Np3elvMG9xYK5QNvZElCwK588/TXtWCxV9qbWos3MyNsNwVB0XalXGcz9RE m79uI8pRI/2m5IeKvbdgluAlTn/2j8H0KT6jf4lvrSaVdaYUJVl1+D/5gnqWHIwy5o84 3HgAwdBLsZWukscnE79v+QVZX5dVquhAL+MJThRvIDm/Daz7YeFL9qXBPEaCRn4axb0+ 1GA0RLEUYF9YRzIzI7wWSUlAqOq4Du11B4B3pil14oHAiv7ML0n162GyPR8vsa22O2Z4 VoGg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=BBRe2PGV; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w17si34217122pgl.6.2019.01.29.01.37.58; Tue, 29 Jan 2019 01:38:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=BBRe2PGV; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727412AbfA2Jhr (ORCPT + 99 others); Tue, 29 Jan 2019 04:37:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:38220 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726923AbfA2Jhq (ORCPT ); Tue, 29 Jan 2019 04:37:46 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8A904214DA; Tue, 29 Jan 2019 09:37:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548754666; bh=doIonAWKoafhyUG7JK+cgD206ImIggTtuppv7FeBOdg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BBRe2PGV3zx5zvoUymZetlt3OJWC9B+qVa2oPpg8n0mP9F4Oou4uiv0TFK6RQbYWd oVZqHpBeT1IIrQWl2LfFKOPjXfbwTX2eV1TlPeo0UPXPKHNr0xZ+sgrHZjbkPYZdSl 6x8LOgnT6tbZkKlEFofN4svTp7vGDnHXKdN+gRRE= Date: Tue, 29 Jan 2019 10:37:43 +0100 From: Greg KH To: Roman Kiryanov Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/3] drivers: platform: goldfish: goldfish_address_space: add a driver Message-ID: <20190129093743.GA20334@kroah.com> References: <20190109021112.5836-1-rkir@google.com> <20190109021112.5836-2-rkir@google.com> <20190122110712.GA1004@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 29, 2019 at 12:32:12AM -0800, Roman Kiryanov wrote: > > How does QEMU do this today? There isn't a virtio or some other virtual > > memory device that allows memory regions to be shared? I can't believe > > that there isn't one yet. If not, then this should be some kind of > > "generic" QEMU memory device, not a "goldfish" specific one, right? > > I also thought this should not be something unique to us. So I asked > in our internal mailing list, I heard nothing back. As we have no idea who is on your internal mailing list, that's really not a good representation :) > > Please work with the QEMU developers on this, I need their ack before I > > can take something like this. > > This is a good point. I asked there (nothing since 1/24): > > http://lists.nongnu.org/archive/html/qemu-discuss/2019-01/msg00055.html less than a week is short :) > When we were working on our device side, we had to change some QEMU > code and later noticed that HAXM also requires some fixes (we had > meetings with Intel). I suppose QEMU does not have this feature yet. > > Could you please tell if we can proceed with upstreaming as is? I told you what the requirements would be to get this merged in the previous email, that has not changed. thanks, greg k-h