On Wed, Jul 10, 2019 at 08:14:03AM +0200, Paolo Bonzini wrote:
> On 08/07/19 09:24, Marc-André Lureau wrote:
> > +
> > +dstaddr = g_strsplit(g_test_dbus_get_bus_address(dstbus), ",", 2);
> > +dst_qemu_args =
> > +g_strdup_printf("-object dbus-vmstate,id=dv,addr=%s -incoming %s",
> >
On 08/07/19 09:24, Marc-André Lureau wrote:
> +
> +dstaddr = g_strsplit(g_test_dbus_get_bus_address(dstbus), ",", 2);
> +dst_qemu_args =
> +g_strdup_printf("-object dbus-vmstate,id=dv,addr=%s -incoming %s",
> +dstaddr[0], uri);
> +
Stupid question: what does
On 7/8/19 3:41 AM, Juan Quintela wrote:
> Marc-André Lureau wrote:
>> When instanciated, this object will connect to the given D-Bus
>> bus. During migration, it will take the data from org.qemu.VMState1
>> instances.
>>
>> See documentation for further details.
>>
>> Signed-off-by: Marc-André Lur
Marc-André Lureau wrote:
> When instanciated, this object will connect to the given D-Bus
> bus. During migration, it will take the data from org.qemu.VMState1
> instances.
>
> See documentation for further details.
>
> Signed-off-by: Marc-André Lureau
> diff --git a/backends/Makefile.objs b/ba