qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] input: mouse_set should check input device type


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] input: mouse_set should check input device type.
Date: Mon, 31 Mar 2014 08:12:29 +0200

> +        if (!(s->handler->mask & (INPUT_EVENT_MASK_REL |
> +                                  INPUT_EVENT_MASK_ABS))) {
> +            monitor_printf(mon, "Input device '%s' is not a mouse",
> +                           s->handler->name);

That should be error_report (I think, Markus?).

Otherwise the patch is fine.

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]