Re: [Qemu-devel] [PATCH v3 6/6] Add dbus-vmstate object

2019-09-17 Thread Daniel P . Berrangé
On Thu, Sep 12, 2019 at 04:25:14PM +0400, 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 >

Re: [Qemu-devel] [PATCH v3 6/6] Add dbus-vmstate object

2019-09-16 Thread Dr. David Alan Gilbert
* Marc-André Lureau (marcandre.lur...@redhat.com) 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 I could do

Re: [Qemu-devel] [PATCH v3 6/6] Add dbus-vmstate object

2019-09-12 Thread Eric Blake
On 9/12/19 7:25 AM, Marc-André Lureau wrote: > When instanciated, this object will connect to the given D-Bus instantiated > bus. During migration, it will take the data from org.qemu.VMState1 > instances. > > See documentation for further details. > > Signed-off-by: Marc-André Lureau > --- >

[Qemu-devel] [PATCH v3 6/6] Add dbus-vmstate object

2019-09-12 Thread Marc-André Lureau
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 --- MAINTAINERS | 6 + backends/Makefile.objs| 4 +