Changes in v3:
* split patch
* replace dbus_get_property() with a wrapper around dbus_call_method()

Similar to the dbus_get_property(), calling methods on a dbus object
also needs to be done with care to respect the owner when there are
multiple instances. This was not done for the 'Quit' method when
migrating leading to crashes with unlucky timing.

Fiona Ebner (2):
  dbus-vmstate: introduce dbus_call_method() helper
  dbus-vmstate: fix method call on dbus object resolving to wrong
    instance

 src/PVE/QemuServer/DBusVMState.pm | 42 ++++++++++++++++++++-----------
 1 file changed, 28 insertions(+), 14 deletions(-)

-- 
2.47.3



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to