From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXQ1Y-00061I-4M for qemu-devel@nongnu.org; Mon, 25 Jun 2018 07:51:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXQ1X-0000Kt-Ak for qemu-devel@nongnu.org; Mon, 25 Jun 2018 07:51:12 -0400 Received: from mail-oi0-x242.google.com ([2607:f8b0:4003:c06::242]:44305) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXQ1X-0000Jl-5f for qemu-devel@nongnu.org; Mon, 25 Jun 2018 07:51:11 -0400 Received: by mail-oi0-x242.google.com with SMTP id b5-v6so3051716oiy.11 for ; Mon, 25 Jun 2018 04:51:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180619093124.24011-7-luc.michel@greensocs.com> References: <20180619093124.24011-1-luc.michel@greensocs.com> <20180619093124.24011-7-luc.michel@greensocs.com> From: Peter Maydell Date: Mon, 25 Jun 2018 12:50:50 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 6/7] intc/arm_gic: Improve traces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luc Michel Cc: QEMU Developers , qemu-arm , Sai Pavan Boddu , Edgar Iglesias , Mark Burton , Jan Kiszka On 19 June 2018 at 10:31, wrote: > From: Luc MICHEL > > Add some traces to the ARM GIC to catch register accesses (distributor, > (v)cpu interface and virtual interface), and to take into account > virtualization extensions (print `vcpu` instead of `cpu` when needed). > > Also add some virtualization extensions specific traces: LR updating > and maintenance IRQ generation. > > Signed-off-by: Luc MICHEL > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > --- Reviewed-by: Peter Maydell thanks -- PMM