Hi Anston On Sun, Oct 13, 2024 at 5:23 AM Anston Sorensen <ansorensen1...@gmail.com> wrote: > > Normally, D-Bus should be used for direct input/output with QEMU (if only > local access is needed). The driver is not in a good state and needs to be > replaced though, correct? Should I still use D-Bus, or is there an > alternative that is better at the moment? > >
-display dbus can be used for local UI. (I am working on RDP server for remoting, fwiw) You can use -display dbus with libmks: https://gitlab.gnome.org/GNOME/libmks In the long term, imho the various UI and remoting solutions in QEMU can be all external processes (and code base eventually).