Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-09-04 Thread Michael S. Tsirkin
On Thu, Sep 04, 2014 at 12:34:13PM -0300, Eduardo Habkost wrote: > On Thu, Sep 04, 2014 at 06:29:01PM +0300, Michael S. Tsirkin wrote: > > On Thu, Sep 04, 2014 at 12:08:53PM -0300, Eduardo Habkost wrote: > > > On Mon, Aug 25, 2014 at 01:44:18PM +0200, Paolo Bonzini wrote: > > > > Il 24/08/2014 13:1

Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-09-04 Thread Eduardo Habkost
On Thu, Sep 04, 2014 at 06:29:01PM +0300, Michael S. Tsirkin wrote: > On Thu, Sep 04, 2014 at 12:08:53PM -0300, Eduardo Habkost wrote: > > On Mon, Aug 25, 2014 at 01:44:18PM +0200, Paolo Bonzini wrote: > > > Il 24/08/2014 13:16, Michael S. Tsirkin ha scritto: > > > > > > > > Are these appropriate

Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-09-04 Thread Michael S. Tsirkin
On Thu, Sep 04, 2014 at 06:29:01PM +0300, Michael S. Tsirkin wrote: > On Thu, Sep 04, 2014 at 12:08:53PM -0300, Eduardo Habkost wrote: > > On Mon, Aug 25, 2014 at 01:44:18PM +0200, Paolo Bonzini wrote: > > > Il 24/08/2014 13:16, Michael S. Tsirkin ha scritto: > > > > > > > > Are these appropriate

Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-09-04 Thread Michael S. Tsirkin
On Thu, Sep 04, 2014 at 12:08:53PM -0300, Eduardo Habkost wrote: > On Mon, Aug 25, 2014 at 01:44:18PM +0200, Paolo Bonzini wrote: > > Il 24/08/2014 13:16, Michael S. Tsirkin ha scritto: > > > > > > Are these appropriate for 2.1.1? > > > Add Cc stable? > > > > I think so. > > I agree it can go to

Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-09-04 Thread Eduardo Habkost
On Mon, Aug 25, 2014 at 01:44:18PM +0200, Paolo Bonzini wrote: > Il 24/08/2014 13:16, Michael S. Tsirkin ha scritto: > > > > Are these appropriate for 2.1.1? > > Add Cc stable? > > I think so. I agree it can go to -stable, but just getting it applied to master is being difficult enough. :( Repe

Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-08-25 Thread Paolo Bonzini
Il 24/08/2014 13:16, Michael S. Tsirkin ha scritto: > > Are these appropriate for 2.1.1? > Add Cc stable? I think so. Paolo

Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-08-24 Thread Michael S. Tsirkin
Are these appropriate for 2.1.1? Add Cc stable? On Fri, Aug 22, 2014 at 04:35:24PM -0300, Eduardo Habkost wrote: > Ping? Who can apply these? > > On Wed, Aug 06, 2014 at 03:18:19PM -0300, Eduardo Habkost wrote: > > Resending two patches from the previous series which were not applied yet. > > >

Re: [Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-08-22 Thread Eduardo Habkost
Ping? Who can apply these? On Wed, Aug 06, 2014 at 03:18:19PM -0300, Eduardo Habkost wrote: > Resending two patches from the previous series which were not applied yet. > > > Eduardo Habkost (2): > rng-egd: Free old chr_name value before setting new one > hw/machine: Free old values of strin

[Qemu-devel] [PATCH RESEND 0/2] Fix leaks on object_property_add_str() setters

2014-08-06 Thread Eduardo Habkost
Resending two patches from the previous series which were not applied yet. Eduardo Habkost (2): rng-egd: Free old chr_name value before setting new one hw/machine: Free old values of string properties backends/rng-egd.c | 1 + hw/core/machine.c | 8 2 files changed, 9 insertions(+