Re: [PATCH RFC 02/10] qemu_dbus: Separate PID read code into qemuDBusGetPID

2022-05-23 Thread Daniel P . Berrangé
On Mon, May 09, 2022 at 05:02:09PM +0200, Michal Privoznik wrote: > In near future it will be necessary to know the PID of DBus > daemon started for QEMU. Move the code into a separate function > (qemuDBusGetPID()) and export it in the header file. > > Signed-off-by: Michal Privoznik > --- > src

[PATCH RFC 02/10] qemu_dbus: Separate PID read code into qemuDBusGetPID

2022-05-09 Thread Michal Privoznik
In near future it will be necessary to know the PID of DBus daemon started for QEMU. Move the code into a separate function (qemuDBusGetPID()) and export it in the header file. Signed-off-by: Michal Privoznik --- src/qemu/qemu_dbus.c | 42 +- src/qemu/qemu