Re: [Qemu-devel] qemu aborts if i add a already registered device from qemu monitor ..

2010-10-19 Thread Luiz Capitulino
On Tue, 19 Oct 2010 15:27:37 +0530 pradeep wrote: > Hi > > I tried to add a device to guest from upstream qemu monitor using > "device_add". Are you developing a new device or does it happen with existing ones? If it's the latter, can you describe steps to reproduce it? > Unknowingly i try to

[Qemu-devel] qemu aborts if i add a already registered device from qemu monitor ..

2010-10-19 Thread pradeep
Hi I tried to add a device to guest from upstream qemu monitor using "device_add". Unknowingly i try to add already registered devices from qemu monitor, my qemu monitor is aborted. I don't see a reason to kill monitor. I think abort() is a bit rough. we need a better way to handle it. If a user