Re: [Xen-devel] [PATCH] x86: Make printks consistent in hvm_set_callback_via function

2015-12-16 Thread Jan Beulich
>>> On 16.12.15 at 15:21, wrote: > The printks in the switch statement do not match the dprintk used > immediately before the switch statement. And validly so, due to the lack of a newline on the first one. > This leads to confusing messages > being printed to the Xen console log on non-debug ve

[Xen-devel] [PATCH] x86: Make printks consistent in hvm_set_callback_via function

2015-12-16 Thread Malcolm Crossley
The printks in the switch statement do not match the dprintk used immediately before the switch statement. This leads to confusing messages being printed to the Xen console log on non-debug versions of Xen. --- xen/arch/x86/hvm/irq.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-)