Re: [libvirt] [PATCH] Fix virsystemdtest without SYSTEMD_DAEMON

2014-04-14 Thread Ján Tomko
On 04/15/2014 12:47 AM, Eric Blake wrote: > On 04/14/2014 11:50 AM, Ján Tomko wrote: >> Commit 4897698 fixed the build without dbus by only building >> the virSystemdPMSupportTarget with SYSTEMD_DAEMON. >> >> Introduce a virDBusMessageUnref wrapper for dbus_message_unref >> to let virsystemd.c buil

Re: [libvirt] [PATCH] Fix virsystemdtest without SYSTEMD_DAEMON

2014-04-14 Thread Eric Blake
On 04/14/2014 11:50 AM, Ján Tomko wrote: > Commit 4897698 fixed the build without dbus by only building > the virSystemdPMSupportTarget with SYSTEMD_DAEMON. > > Introduce a virDBusMessageUnref wrapper for dbus_message_unref > to let virsystemd.c build without dbus, while still allowing > virsystem

[libvirt] [PATCH] Fix virsystemdtest without SYSTEMD_DAEMON

2014-04-14 Thread Ján Tomko
Commit 4897698 fixed the build without dbus by only building the virSystemdPMSupportTarget with SYSTEMD_DAEMON. Introduce a virDBusMessageUnref wrapper for dbus_message_unref to let virsystemd.c build without dbus, while still allowing virsystemdtest to run without SYSTEM_DAEMON. --- src/util/vir