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
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