[Qemu-devel] [PATCH 3/7] Add kbd_mouse_has_absolute()

2010-03-15 Thread Anthony Liguori
kbd_mouse_is_absolute tells us whether the current mouse handler is an absolute device. kbd_mouse_has_absolute tells us whether we have any device that is capable of absolute input. This lets us tell a user that they have configured an absolute device but that the guest is not currently using it.

[Qemu-devel] [PATCH 3/7] Add kbd_mouse_has_absolute()

2010-03-10 Thread Anthony Liguori
kbd_mouse_is_absolute tells us whether the current mouse handler is an absolute device. kbd_mouse_has_absolute tells us whether we have any device that is capable of absolute input. This lets us tell a user that they have configured an absolute device but that the guest is not currently using it.