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
* 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;
> +}
> +
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
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|