hw/intc/arm_gicv3: Fix ICC register tracepoints
commit081b1b98b7ca8734b4582942024a70ae3268238e
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 12 Oct 2016 17:54:35 +0000 (12 18:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Oct 2016 18:32:44 +0000 (17 19:32 +0100)
treec1635e93bf723f4396195e46a5cec605c3103936
parent194cbc492bcc8f3f1868ec97a35146bc99c3c71c
hw/intc/arm_gicv3: Fix ICC register tracepoints

Fix some problems with the tracepoints for ICC register reads
and writes:
 * tracepoints for ICC_BPR<n>, ICC_AP<n>R<x>, ICC_IGRPEN<n>,
   ICC_EIOR<n> were not printing the <n> that indicated whether
   the access was to the group 0 or 1 register
 * the ICC_IGREPEN1_EL3 read function was not actually calling
   the associated tracepoint
 * the ICC_BPR<n> write function was incorrectly calling the
   tracepoint for ICC_PMR writes

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1476294876-12340-4-git-send-email-peter.maydell@linaro.org
hw/intc/arm_gicv3_cpuif.c
hw/intc/trace-events