Re: [libvirt] [dbus RFC 09/11] domain: derive domain path from connect path

2018-01-23 Thread Daniel P. Berrange
On Mon, Jan 22, 2018 at 06:16:07PM +0100, Pavel Hrdina wrote: > Each connection have its own domains so we must make the domain path > as a sub-path of the specific connection. Might be nice to illustrate the new scheme which, IIUC, will be /org/libvirt/Connect/domain/{uuid} ? > Signed-off-by

[libvirt] [dbus RFC 09/11] domain: derive domain path from connect path

2018-01-22 Thread Pavel Hrdina
Each connection have its own domains so we must make the domain path as a sub-path of the specific connection. Signed-off-by: Pavel Hrdina --- src/connect.c | 12 +++ src/connect.h | 1 + src/domain.c | 64 --- src/events.c | 10