>>> 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
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(-)