[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [qemu-xen master] target-alpha: Log cpuid with -d int
commit 022f52e040807363213c8752ce61a7d0f57e3078 Author: Richard Henderson <rth@xxxxxxxxxxx> AuthorDate: Sun Nov 13 19:41:13 2016 +0100 Commit: Richard Henderson <rth@xxxxxxxxxxx> CommitDate: Thu Nov 17 15:56:31 2016 +0100 target-alpha: Log cpuid with -d int Signed-off-by: Richard Henderson <rth@xxxxxxxxxxx> --- target-alpha/helper.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target-alpha/helper.c b/target-alpha/helper.c index 2ef6cbe..a5c3088 100644 --- a/target-alpha/helper.c +++ b/target-alpha/helper.c @@ -307,8 +307,10 @@ void alpha_cpu_do_interrupt(CPUState *cs) name = "call_pal"; break; } - qemu_log("INT %6d: %s(%#x) pc=%016" PRIx64 " sp=%016" PRIx64 "\n", - ++count, name, env->error_code, env->pc, env->ir[IR_SP]); + qemu_log("INT %6d: %s(%#x) cpu=%d pc=%016" + PRIx64 " sp=%016" PRIx64 "\n", + ++count, name, env->error_code, cs->cpu_index, + env->pc, env->ir[IR_SP]); } cs->exception_index = -1; -- generated by git-patchbot for /home/xen/git/qemu-xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |