Hi! I use QEMU via QMP and discovered that for some tasks there is no proper way to do them via QMP. I've written few patches: * One of them modifies "pci_add" command to return pci address of the added device, when user hasn't specified it (to be able to delete it via "pci_del" in the future). * The second one adds INCOMING_FINISHED QMP event which is emitted when QEMU finished incoming migration (when started with -incoming command line option). It is needed because now there is no way to determine, whether it finished or not, and QMP "cont" command just returns error. Here is the patches: https://github.com/KonishchevDmitry/qemu-kvm/commit/f7e7119fecbce280e7ee45364260fb6e4d58d49a https://github.com/KonishchevDmitry/qemu-kvm/commit/97250c2a7eeb1506e0a1517b416046dd02720025 It will be awesome if you include this patches to the upstream. -- ÐÐÐÑÑÐÐ ÐÐÐÐÑÐÐ (Dmitry Konishchev) mailto:konishchev@xxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html