mirror of
https://dev.lirent.ru/Vatrog/vm-automation-signaling.git
synced 2026-06-25 20:36:36 +03:00
228dc5af79
The 0.3.8 bridge sent object_add/object_del (underscores, modeled on the legacy device_add) but QMP's object commands are hyphenated -- object-add/object-del -- so QEMU rejected them with CommandNotFound and no bridge was set up. Confirmed against the live monitor: object-add/object-del exist, object_add does not, and input-linux is a creatable type. The stub QMP in the unit test used the same wrong string, so it didn't catch this -- only the armed monitor did. Bump 0.3.9.