Re: [PATCH v2 5/6] hw/core: Restrict reset handlers API to system-mode

2020-01-21 Thread Philippe Mathieu-Daudé
On 1/20/20 12:07 PM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: The user-mode code does not use this API, restrict it to the system-mode. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/Makefile.objs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/core/M

Re: [PATCH v2 5/6] hw/core: Restrict reset handlers API to system-mode

2020-01-20 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > The user-mode code does not use this API, restrict it > to the system-mode. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/Makefile.objs | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/hw/core/Makefile.objs b/hw/core/Makef

Re: [PATCH v2 5/6] hw/core: Restrict reset handlers API to system-mode

2020-01-19 Thread Thomas Huth
On 18/01/2020 15.06, Philippe Mathieu-Daudé wrote: > The user-mode code does not use this API, restrict it > to the system-mode. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/core/Makefile.objs | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/hw/core/Makefile.ob

[PATCH v2 5/6] hw/core: Restrict reset handlers API to system-mode

2020-01-18 Thread Philippe Mathieu-Daudé
The user-mode code does not use this API, restrict it to the system-mode. Signed-off-by: Philippe Mathieu-Daudé --- hw/core/Makefile.objs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/core/Makefile.objs b/hw/core/Makefile.objs index 0edd9e635d..2fea68ccf7 100644 --- a/