On 26/03/2015 18:07, Lin Ma wrote:
> 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
> ---
> include/qom/object_interfaces.h | 3 +++
> qmp.c | 13 +
> 2 f
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
---
include/qom/object_interfaces.h | 3 +++
qmp.c | 13 +
2 files changed, 16 insertions(+)
diff --git a/include/