Re: [Qemu-devel] [PATCH 10/18] qom: release previous object when setting

2012-09-10 Thread Andreas Färber
Am 30.07.2012 15:51, schrieb Andreas Färber: > Am 19.07.2012 20:53, schrieb miny...@acm.org: >> From: Corey Minyard >> >> When setting an object, if you don't release the previous object >> that was there, it may become unusable. This change allows a >> chardev to be removed from one object's pro

Re: [Qemu-devel] [PATCH 10/18] qom: release previous object when setting

2012-07-30 Thread Andreas Färber
Am 19.07.2012 20:53, schrieb miny...@acm.org: > From: Corey Minyard > > When setting an object, if you don't release the previous object > that was there, it may become unusable. This change allows a > chardev to be removed from one object's properties and added to > another's. > > Signed-off-b

[Qemu-devel] [PATCH 10/18] qom: release previous object when setting

2012-07-19 Thread minyard
From: Corey Minyard When setting an object, if you don't release the previous object that was there, it may become unusable. This change allows a chardev to be removed from one object's properties and added to another's. Signed-off-by: Corey Minyard Acked-by: Paolo Bonzini --- qom/object.c |