From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753604Ab2HKMet (ORCPT ); Sat, 11 Aug 2012 08:34:49 -0400 Received: from mail-vc0-f174.google.com ([209.85.220.174]:59577 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752750Ab2HKMes (ORCPT ); Sat, 11 Aug 2012 08:34:48 -0400 MIME-Version: 1.0 X-Originating-IP: [93.172.241.31] In-Reply-To: References: <1340375470-13097-1-git-send-email-sjur.brandeland@stericsson.com> <1340375470-13097-2-git-send-email-sjur.brandeland@stericsson.com> From: Ohad Ben-Cohen Date: Sat, 11 Aug 2012 15:34:27 +0300 Message-ID: Subject: Re: [RFC 1/4] remoteproc: Bugfix assign device address to carveout (noiommu) To: =?ISO-8859-1?Q?Sjur_Br=E6ndeland?= Cc: linux-kernel@vger.kernel.org, Omar Ramirez Luna , Fernando Guzman Lugo , Suman Anna , Bhavin Shah Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 10, 2012 at 6:30 PM, Ohad Ben-Cohen wrote: > This will solve all sort of open issues we have (or going to have soon): > > 1. dynamically-allocated address of the vrings can be communicated > 2. vdev statuses can be communicated > 3. virtio config space will finally become bi-directional as it should > 4. dynamically probed rproc-to-rproc IPC could then take place and 5. let the remote processor know about the notifyids that we've dynamically allocated.