Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu | 2020-01-20 | 1 | -1/+2 |
| | | | | | | | | | | | Define the new macro VMSTATE_INSTANCE_ID_ANY for callers who wants to auto-generate the vmstate instance ID. Previously it was hard coded as -1 instead of this macro. It helps to change this default value in the follow up patches. No functional change. Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com> | ||||
* | Add dbus-vmstate object | Marc-André Lureau | 2020-01-06 | 1 | -0/+510 |
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 <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> |