Re: [Qemu-devel] [PATCH] xen: fix invalid assertion
19.10.2015 17:08, Paolo Bonzini wrote: > Asserting "true" is not that useful. > -default: assert(1); > +default: abort(); Blah :) Applied to -trivial, thank you! /mjt
Re: [Qemu-devel] [PATCH] xen: fix invalid assertion
On Mon, 19 Oct 2015, Paolo Bonzini wrote: > Asserting "true" is not that useful. > > Reported by Coverity. > > Signed-off-by: Paolo Bonzini Acked-by: Stefano Stabellini > hw/xen/xen_pt_config_init.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/xen/xen_pt_