On Thu, 22 Jan 2015 11:01:14 +0100
Gerd Hoffmann wrote:
> Hi,
>
> > I believe this was used for debugging vmware mouse support we've been
> > working on.
>
> Wouldn't it be more useful to trace qemu_input_handler_* calls for that,
> especially qemu_input_handler_activate? So you also see cha
Hi,
> I believe this was used for debugging vmware mouse support we've been
> working on.
Wouldn't it be more useful to trace qemu_input_handler_* calls for that,
especially qemu_input_handler_activate? So you also see changes
triggered by the guest, such as enabling vmmouse, or initializing t
On Mon, 19 Jan 2015 08:34:22 +0100
Gerd Hoffmann wrote:
> On Fr, 2015-01-16 at 14:08 -0500, Don Koch wrote:
> > Signed-off-by: Don Koch
>
> > +trace_do_mouse_set(mon, index);
>
> First, I think we should have a better name for that one, maybe
> "input_mouse_set" ?
The trace name or the ro
On Fr, 2015-01-16 at 14:08 -0500, Don Koch wrote:
> Signed-off-by: Don Koch
> +trace_do_mouse_set(mon, index);
First, I think we should have a better name for that one, maybe
"input_mouse_set" ?
Second I'm wondering what the use case is. The place is a bit strange
(tracing management not g