> To: qemu-devel@nongnu.org
> > Cc: Anthony Perard ; Ross Lagerwall
> > ; Stefano Stabellini
> > Subject: [Qemu-devel] [PATCH] xen: Log errno rather than return value
> >
> > xen_modified_memory() sets errno to communicate what went wrong so
> > log
>
[Qemu-devel] [PATCH] xen: Log errno rather than return value
>
> xen_modified_memory() sets errno to communicate what went wrong so
> log
> this rather than the return value which is not interesting.
>
> Signed-off-by: Ross Lagerwall
> ---
> hw/i386/xen/xen-hvm.c | 2
On Wed, Oct 11, 2017 at 04:52:03PM +0100, Ross Lagerwall wrote:
> xen_modified_memory() sets errno to communicate what went wrong so log
> this rather than the return value which is not interesting.
>
> Signed-off-by: Ross Lagerwall
> ---
> hw/i386/xen/xen-hvm.c | 2 +-
> 1 file changed, 1 inser
xen_modified_memory() sets errno to communicate what went wrong so log
this rather than the return value which is not interesting.
Signed-off-by: Ross Lagerwall
---
hw/i386/xen/xen-hvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/i386/xen/xen-hvm.c b/hw/i386/xen/xen-h