|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/HAP: use %pv printk() format where suitable
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
--- a/xen/arch/x86/mm/hap/hap.c
+++ b/xen/arch/x86/mm/hap/hap.c
@@ -671,8 +671,7 @@ static int hap_page_fault(struct vcpu *v
{
struct domain *d = v->domain;
- HAP_ERROR("Intercepted a guest #PF (%u:%u) with HAP enabled.\n",
- d->domain_id, v->vcpu_id);
+ HAP_ERROR("Intercepted a guest #PF (%pv) with HAP enabled\n", v);
domain_crash(d);
return 0;
}
@@ -692,8 +691,7 @@ static int hap_invlpg(struct vcpu *v, un
return 1;
}
- HAP_ERROR("Intercepted a guest INVLPG (%u:%u) with HAP enabled.\n",
- v->domain->domain_id, v->vcpu_id);
+ HAP_ERROR("Intercepted a guest INVLPG (%pv) with HAP enabled\n", v);
domain_crash(v->domain);
return 0;
}
Attachment:
x86-HAP-guest-id.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |