From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrpxa-0004zm-Fn for qemu-devel@nongnu.org; Tue, 03 Jun 2014 10:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrpxQ-0004re-0m for qemu-devel@nongnu.org; Tue, 03 Jun 2014 10:45:06 -0400 Received: from mail-lb0-f180.google.com ([209.85.217.180]:44122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrpxP-0004rU-QH for qemu-devel@nongnu.org; Tue, 03 Jun 2014 10:44:55 -0400 Received: by mail-lb0-f180.google.com with SMTP id p9so3496480lbv.39 for ; Tue, 03 Jun 2014 07:44:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1400812209-26743-4-git-send-email-robherring2@gmail.com> References: <1400812209-26743-1-git-send-email-robherring2@gmail.com> <1400812209-26743-4-git-send-email-robherring2@gmail.com> From: Peter Maydell Date: Tue, 3 Jun 2014 15:44:34 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 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: Rob Herring Cc: Rob Herring , Peter Crosthwaite , QEMU Developers , Christoffer Dall On 23 May 2014 03:30, Rob Herring wrote: > From: Rob Herring > > Add the infrastructure to handle and emulate hvc and smc exceptions. > This will enable emulation of things such as PSCI calls. This commit > does not change the behavior and will exit with unknown exception. > > Signed-off-by: Rob Herring Reviewed-by: Peter Maydell (As Edgar notes, there is probably some conflict resolution work required after rebasing.) thanks -- PMM