[Qemu-devel] [PATCH] balloon: improve error msg when adding second device

2015-03-31 Thread Luiz Capitulino
A VM supports only one balloon device, but due to several changes in infrastructure the error message got messed up when trying to add a second device. Fix it. Before this fix Command-line: qemu-qmp: -device virtio-balloon-pci,id=balloon0: Another balloon device already registered qemu-qmp: -de

Re: [Qemu-devel] [PATCH] balloon: improve error msg when adding second device

2015-03-31 Thread Eric Blake
On 03/31/2015 11:32 AM, Luiz Capitulino wrote: > A VM supports only one balloon device, but due to several changes > in infrastructure the error message got messed up when trying > to add a second device. Fix it. > > Before this fix > > After this fix [nice comparison snipped] > > Signed-off-

Re: [Qemu-devel] [PATCH] balloon: improve error msg when adding second device

2015-04-24 Thread Michael Tokarev
31.03.2015 20:32, Luiz Capitulino wrote: > A VM supports only one balloon device, but due to several changes > in infrastructure the error message got messed up when trying > to add a second device. Fix it. ... Heh. Such a huge commit message ;) Applied to -trivial now. In the large commit text

Re: [Qemu-devel] [PATCH] balloon: improve error msg when adding second device

2015-04-25 Thread Luiz Capitulino
On Sat, 25 Apr 2015 09:12:58 +0300 Michael Tokarev wrote: > 31.03.2015 20:32, Luiz Capitulino wrote: > > A VM supports only one balloon device, but due to several changes > > in infrastructure the error message got messed up when trying > > to add a second device. Fix it. > ... > Heh. Such a hug