Re: [Qemu-devel] [PATCH] Few new QMP features

2011-04-08 Thread Markus Armbruster
Luiz Capitulino writes: > On Tue, 22 Mar 2011 15:55:56 +0300 > Dmitry Konishchev wrote: > >> 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: > > I'm going to respond you without looking at the patches. > >> *

Re: [Qemu-devel] [PATCH] Few new QMP features

2011-04-06 Thread Luiz Capitulino
On Tue, 22 Mar 2011 15:55:56 +0300 Dmitry Konishchev wrote: > 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: I'm going to respond you without looking at the patches. > * One of them modifies "pci_add" command

[Qemu-devel] [PATCH] Few new QMP features

2011-03-22 Thread Dmitry Konishchev
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)