Re: [Qemu-devel] [PATCH for-2.8] qom: fix qemu_opts leak when hot unplug object

2017-01-08 Thread Gonglei (Arei)
Ping... Anybody can pick it up? Thanks! Regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Wednesday, November 23, 2016 7:50 PM > To: qemu-devel@nongnu.org > Cc: afaer...@suse.de; Gonglei (Arei) > Subject: [PATCH for-2.8] qom: fix qemu_opts leak when hot unplug object

[Qemu-devel] [PATCH for-2.8] qom: fix qemu_opts leak when hot unplug object

2016-11-23 Thread Gonglei
If we assign the user crateable object in QEMU command line, then the correspeonding qemu_opts for the object doesn't be deleted, which will produce a wrong result. If we hot unplug the object by object_del, the qemu_opts will be leaked, ann then if we hot plug the object using the same id by obje