Re: [Qemu-devel] [PATCH 0/4] qom: link property fixes

2014-03-05 Thread Paolo Bonzini
Il 05/03/2014 10:24, Andreas Färber ha scritto: Am 05.03.2014 09:14, schrieb Paolo Bonzini: Il 04/03/2014 22:45, Stefan Hajnoczi ha scritto: There are two problems with QOM link properties: 1. There are refcount leaks in many object_property_add_link() callers. 2. There is no way to prevent li

Re: [Qemu-devel] [PATCH 0/4] qom: link property fixes

2014-03-05 Thread Andreas Färber
Am 05.03.2014 09:14, schrieb Paolo Bonzini: > Il 04/03/2014 22:45, Stefan Hajnoczi ha scritto: >> There are two problems with QOM link properties: >> >> 1. There are refcount leaks in many object_property_add_link() callers. >> 2. There is no way to prevent link properties from being set after a >>

Re: [Qemu-devel] [PATCH 0/4] qom: link property fixes

2014-03-05 Thread Paolo Bonzini
Il 04/03/2014 22:45, Stefan Hajnoczi ha scritto: There are two problems with QOM link properties: 1. There are refcount leaks in many object_property_add_link() callers. 2. There is no way to prevent link properties from being set after a device is realized. This patch series fixes these iss

[Qemu-devel] [PATCH 0/4] qom: link property fixes

2014-03-04 Thread Stefan Hajnoczi
There are two problems with QOM link properties: 1. There are refcount leaks in many object_property_add_link() callers. 2. There is no way to prevent link properties from being set after a device is realized. This patch series fixes these issues by extending the object_property_add_link() fun