Re: [PATCH v6 5/8] Add dbus-vmstate object

2019-12-15 Thread Marc-André Lureau
Hi On Thu, Dec 12, 2019 at 4:03 PM Daniel P. Berrangé wrote: > > On Wed, Dec 11, 2019 at 05:45:03PM +0400, Marc-André Lureau wrote: > > When instantiated, this object will connect to the given D-Bus bus > > "addr". During migration, it will take/restore the data from > > org.qemu.VMState1 instanc

Re: [PATCH v6 5/8] Add dbus-vmstate object

2019-12-13 Thread Dr. David Alan Gilbert
* Marc-André Lureau (marcandre.lur...@redhat.com) wrote: Generally from the migration side I'm OK; I don't know that much glib stuff as you're using, so I'll leave that to Dan. > +if (!result) { > +error_report("Failed to Load: %s", err->message); > +return -1; > +} > +

Re: [PATCH v6 5/8] Add dbus-vmstate object

2019-12-12 Thread Daniel P . Berrangé
On Wed, Dec 11, 2019 at 05:45:03PM +0400, Marc-André Lureau wrote: > When instantiated, this object will connect to the given D-Bus bus > "addr". During migration, it will take/restore the data from > org.qemu.VMState1 instances. See documentation for details. > > Signed-off-by: Marc-André Lureau

[PATCH v6 5/8] Add dbus-vmstate object

2019-12-11 Thread Marc-André Lureau
When instantiated, this object will connect to the given D-Bus bus "addr". During migration, it will take/restore the data from org.qemu.VMState1 instances. See documentation for details. Signed-off-by: Marc-André Lureau --- MAINTAINERS | 2 + backends/Makefile.objs|