Re: [PATCH v2 08/58] qdev: Convert to qdev_unrealize() manually

2020-06-09 Thread Philippe Mathieu-Daudé
On 5/29/20 3:44 PM, Markus Armbruster wrote: > Signed-off-by: Markus Armbruster > --- > include/hw/qdev-core.h | 1 - > hw/core/qdev.c | 4 ++-- > 2 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h > index fba29308f7..be6f7c4

[PATCH v2 08/58] qdev: Convert to qdev_unrealize() manually

2020-05-29 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- include/hw/qdev-core.h | 1 - hw/core/qdev.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index fba29308f7..be6f7c4736 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev