From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753231AbaHKL6x (ORCPT ); Mon, 11 Aug 2014 07:58:53 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:31532 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506AbaHKL6v (ORCPT ); Mon, 11 Aug 2014 07:58:51 -0400 X-IronPort-AV: E=Sophos;i="5.01,841,1400025600"; d="scan'208";a="161209858" Message-ID: <53E8AFF7.70207@citrix.com> Date: Mon, 11 Aug 2014 12:58:47 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Stefano Stabellini , CC: Konrad Rzeszutek Wilk , Dave Scott , Subject: Re: [PATCH] xen_hvc: no reason to write the type key on xenstore References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/08/14 12:54, Stefano Stabellini wrote: > The backend type is chosen by the toolstack. Regardless, the frontend > should not care, especially given that it cannot have an effect as the > backend is started before this code is run. > > Signed-off-by: Stefano Stabellini Reviewed-by: David Vrabel This needs go via the TTY subsystem (you didn't Cc the maintainers). David