qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 1/2] qom: Add can_be_deleted callback to User


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v6 1/2] qom: Add can_be_deleted callback to UserCreatableClass
Date: Tue, 31 Mar 2015 12:51:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 31/03/2015 12:48, Andreas Färber wrote:
> Am 30.03.2015 um 10:36 schrieb Lin Ma:
>> If backends implement the can_be_deleted and it returns false,
>> Then the qmp_object_del won't delete the given backends.
>>
>> Signed-off-by: Lin Ma <address@hidden>
>> ---
>>  include/qom/object_interfaces.h | 13 +++++++++++++
>>  qmp.c                           |  5 +++++
>>  qom/object_interfaces.c         | 12 ++++++++++++
>>  3 files changed, 30 insertions(+)
> 
> Fine with me,
> 
> Reviewed-by: Andreas Färber <address@hidden>
> 
> I'm expecting this will go through Paolo's or QMP tree.

Yes, I'm waiting for some reviews on the ioport patches, otherwise I'll
send the pull request after -rc2 (don't want to send out unreviewed
patches hours before we ship it).

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]