2001
> From: Konrad Rzeszutek Wilk
> Date: Fri, 19 Oct 2012 15:01:46 -0400
> Subject: [PATCH] xen/hvm: If we fail to fetch an HVM parameter print out
> which flag it is.
>
> Makes it easier to troubleshoot in the field.
>
> [v1: Use macro per Ian's suggestion]
> S
idx, uint64_t
> > *value)
> > xhv.index = idx;
> > r = HYPERVISOR_hvm_op(HVMOP_get_param, &xhv);
> > if (r < 0) {
> > - printk(KERN_ERR "Cannot get hvm parameter %d: %d!\n",
> > - idx, r);
> > +
On Fri, 2012-10-19 at 20:03 +0100, Konrad Rzeszutek Wilk wrote:
> Makes it easier to troubleshoot in the field.
>
> Signed-off-by: Konrad Rzeszutek Wilk
> ---
> include/xen/hvm.h | 31 +--
> 1 files changed, 29 insertions(+), 2 deletions(-)
>
> diff --git a/include
Makes it easier to troubleshoot in the field.
Signed-off-by: Konrad Rzeszutek Wilk
---
include/xen/hvm.h | 31 +--
1 files changed, 29 insertions(+), 2 deletions(-)
diff --git a/include/xen/hvm.h b/include/xen/hvm.h
index b193fa2..c2a4238 100644
--- a/include/xen/h
4 matches
Mail list logo