Re: [PATCH v2 2/2] ui/dbus: Expose a touch device interface

2023-06-15 Thread Marc-André Lureau
On Thu, Jun 15, 2023 at 11:07 AM Bilal Elmoussaoui wrote: > So that clients making use of the DBus backend could > send touch events through the new org.qemu.Display1.Touch > interface > > Signed-off-by: Bilal Elmoussaoui > Reviewed-by: Marc-André Lureau > --- > ui/dbus-console.c| 59 ++

[PATCH v2 2/2] ui/dbus: Expose a touch device interface

2023-06-15 Thread Bilal Elmoussaoui
So that clients making use of the DBus backend could send touch events through the new org.qemu.Display1.Touch interface Signed-off-by: Bilal Elmoussaoui --- ui/dbus-console.c| 59 +++- ui/dbus-display1.xml | 45 +++-- ui/tr