Re: [PATCH 04/26] qdev: move helper function to monitor/misc

2020-01-10 Thread Philippe Mathieu-Daudé
On 1/10/20 4:30 PM, Marc-André Lureau wrote: Move the one-user function to the place it is being used. Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé --- include/hw/qdev-core.h | 2 -- hw/core/qdev.c | 26 -- monitor/misc.c

[PATCH 04/26] qdev: move helper function to monitor/misc

2020-01-10 Thread Marc-André Lureau
Move the one-user function to the place it is being used. Signed-off-by: Marc-André Lureau --- include/hw/qdev-core.h | 2 -- hw/core/qdev.c | 26 -- monitor/misc.c | 26 ++ 3 files changed, 26 insertions(+), 28 deletions(-) diff

Re: [PATCH 04/26] qdev: move helper function to monitor/misc

2019-12-01 Thread Philippe Mathieu-Daudé
On 12/1/19 12:15 PM, Marc-André Lureau wrote: Move the one-user function to the place it is being used. Signed-off-by: Marc-André Lureau --- hw/core/qdev.c | 26 -- include/hw/qdev-core.h | 2 -- monitor/misc.c | 26 ++ 3 fil

[PATCH 04/26] qdev: move helper function to monitor/misc

2019-12-01 Thread Marc-André Lureau
Move the one-user function to the place it is being used. Signed-off-by: Marc-André Lureau --- hw/core/qdev.c | 26 -- include/hw/qdev-core.h | 2 -- monitor/misc.c | 26 ++ 3 files changed, 26 insertions(+), 28 deletions(-) diff