[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Few new QMP features
From: |
Dmitry Konishchev |
Subject: |
[Qemu-devel] [PATCH] Few new QMP features |
Date: |
Tue, 22 Mar 2011 15:55:56 +0300 |
Hi! I use QEMU via QMP and I've 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.
It will be awesome if you include this patches to the upstream (I've
attached them to this message).
--
Dmitry Konishchev
mailto:address@hidden
0001-QMP-Return-pci-address-in-pci_add-command.patch
Description: Text Data
0002-Added-a-way-for-user-to-determine-whether-incoming-m.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PATCH] Few new QMP features,
Dmitry Konishchev <=