From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: [PATCH v6 00/10] arm64: Add support for KVM with ACPI Date: Mon, 2 May 2016 12:54:14 +0000 Message-ID: <20160502125414.GR27057@io.lakedaemon.net> References: <1460388780-914-1-git-send-email-julien.grall@arm.com> <57220C73.7010900@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 6C24449B9F for ; Mon, 2 May 2016 08:51:48 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JzQ9qHF-yAi3 for ; Mon, 2 May 2016 08:51:47 -0400 (EDT) Received: from erouter8.ore.mailhop.org (erouter8.ore.mailhop.org [54.187.218.212]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 465E249B9D for ; Mon, 2 May 2016 08:51:46 -0400 (EDT) Content-Disposition: inline In-Reply-To: <57220C73.7010900@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, al.stone@linaro.org, kvm@vger.kernel.org, hanjun.guo@linaro.org, linux-kernel@vger.kernel.org, Thomas Gleixner , kvmarm@lists.cs.columbia.edu, fu.wei@linaro.org, gg@slimlogic.co.uk List-Id: kvmarm@lists.cs.columbia.edu On Thu, Apr 28, 2016 at 02:13:23PM +0100, Marc Zyngier wrote: > [+ Thomas, Jason] > > Do you have any objection against this going through the KVM tree? The > dependencies are rather intricate, and Daniel gave us his green light > already for the clocksource part. > > If you'd rather maintain the usual flow, please let us know and we'll > deal with it. I've no objection. Acked-by: Jason Cooper thx, Jason. From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Mon, 2 May 2016 12:54:14 +0000 Subject: [PATCH v6 00/10] arm64: Add support for KVM with ACPI In-Reply-To: <57220C73.7010900@arm.com> References: <1460388780-914-1-git-send-email-julien.grall@arm.com> <57220C73.7010900@arm.com> Message-ID: <20160502125414.GR27057@io.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 28, 2016 at 02:13:23PM +0100, Marc Zyngier wrote: > [+ Thomas, Jason] > > Do you have any objection against this going through the KVM tree? The > dependencies are rather intricate, and Daniel gave us his green light > already for the clocksource part. > > If you'd rather maintain the usual flow, please let us know and we'll > deal with it. I've no objection. Acked-by: Jason Cooper thx, Jason. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753436AbcEBNKX (ORCPT ); Mon, 2 May 2016 09:10:23 -0400 Received: from erouter8.ore.mailhop.org ([54.187.218.212]:55610 "EHLO erouter8.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752931AbcEBNKW (ORCPT ); Mon, 2 May 2016 09:10:22 -0400 X-Greylist: delayed 963 seconds by postgrey-1.27 at vger.kernel.org; Mon, 02 May 2016 09:10:22 EDT X-MHO-User: f627a00f-1064-11e6-896e-fd5016d7ee1b X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 108.39.34.67 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 9797F80091 Date: Mon, 2 May 2016 12:54:14 +0000 From: Jason Cooper To: Marc Zyngier Cc: Julien Grall , kvmarm@lists.cs.columbia.edu, Thomas Gleixner , christoffer.dall@linaro.org, fu.wei@linaro.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, wei@redhat.com, al.stone@linaro.org, gg@slimlogic.co.uk, hanjun.guo@linaro.org Subject: Re: [PATCH v6 00/10] arm64: Add support for KVM with ACPI Message-ID: <20160502125414.GR27057@io.lakedaemon.net> References: <1460388780-914-1-git-send-email-julien.grall@arm.com> <57220C73.7010900@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57220C73.7010900@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 28, 2016 at 02:13:23PM +0100, Marc Zyngier wrote: > [+ Thomas, Jason] > > Do you have any objection against this going through the KVM tree? The > dependencies are rather intricate, and Daniel gave us his green light > already for the clocksource part. > > If you'd rather maintain the usual flow, please let us know and we'll > deal with it. I've no objection. Acked-by: Jason Cooper thx, Jason.