From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRkaO-0002Qd-ID for qemu-devel@nongnu.org; Wed, 10 Sep 2014 12:17:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRkaJ-00025n-PQ for qemu-devel@nongnu.org; Wed, 10 Sep 2014 12:17:36 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:47830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRkaJ-00025M-J6 for qemu-devel@nongnu.org; Wed, 10 Sep 2014 12:17:31 -0400 Received: by mail-lb0-f182.google.com with SMTP id v6so5132205lbi.13 for ; Wed, 10 Sep 2014 09:17:29 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1409919897-360-1-git-send-email-ard.biesheuvel@linaro.org> <1409919897-360-4-git-send-email-ard.biesheuvel@linaro.org> From: Peter Maydell Date: Wed, 10 Sep 2014 17:17:09 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 3/6] target-arm: add hvc and smc exception emulation handling infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ard Biesheuvel Cc: Rob Herring , QEMU Developers , Christoffer Dall , Greg Bellows On 10 September 2014 17:13, Ard Biesheuvel wrote: > As far as I can tell, there is very little overlap, only patch 8/33 > contains some stuff that we added as well. > I expect PSCI handling and emulation of hvc and/or smc to be mutually > exclusive, nothing we won't be able to handle with a couple of > conditionals. Agreed. > My apologies for not aligning with you beforehand, I just adopted some > patches from Rob that I needed for reset and poweroff under UEFI, and > I had no idea there was so much in flight already. The other stuff needs to come together into something coherent anyway; I expect your changes to land first. -- PMM