Re: [PATCH v2 00/37] Add D-Bus display backend

2021-12-16 Thread Gerd Hoffmann
Hi, > I have rebased the series and added your acked-by ( > https://gitlab.com/marcandre.lureau/qemu/-/tree/dbus) > > The client side is still in development. However, the libvirt series is in > shape ( > https://patchew.org/Libvirt/20211202142411.1718032-1-marcandre.lur...@redhat.com/), > wait

Re: [PATCH v2 00/37] Add D-Bus display backend

2021-12-16 Thread Marc-André Lureau
Hi On Wed, Oct 13, 2021 at 9:23 AM Gerd Hoffmann wrote: > On Sun, Oct 10, 2021 at 01:08:01AM +0400, marcandre.lur...@redhat.com > wrote: > > From: Marc-André Lureau > > > > Hi, > > > > Both Spice and VNC are relatively complex and inefficient for local-only > > display/console export. > > > > T

Re: [PATCH v2 00/37] Add D-Bus display backend

2021-10-12 Thread Gerd Hoffmann
On Sun, Oct 10, 2021 at 01:08:01AM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > Both Spice and VNC are relatively complex and inefficient for local-only > display/console export. > > The goal of this display backend is to export over D-Bus an interface close t

[PATCH v2 00/37] Add D-Bus display backend

2021-10-09 Thread marcandre . lureau
From: Marc-André Lureau Hi, Both Spice and VNC are relatively complex and inefficient for local-only display/console export. The goal of this display backend is to export over D-Bus an interface close to the QEMU internal APIs. Any -display or -audio backend should be possible to implement exte