Re: [RFC v5 034/126] MIPS Machines: introduce ERRP_AUTO_PROPAGATE

2019-10-11 Thread Philippe Mathieu-Daudé
Hi Vladimir, On 10/11/19 6:04 PM, Vladimir Sementsov-Ogievskiy wrote: If we want to add some info to errp (by error_prepend() or error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. Otherwise, this info will not be added when errp == &fatal_err (the program will exit prior to the err

Re: [RFC v5 075/126] Main loop: introduce ERRP_AUTO_PROPAGATE

2019-10-11 Thread Philippe Mathieu-Daudé
On 10/11/19 6:05 PM, Vladimir Sementsov-Ogievskiy wrote: If we want to add some info to errp (by error_prepend() or error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. Otherwise, this info will not be added when errp == &fatal_err (the program will exit prior to the error_append_hint

Re: [RFC v5 084/126] SLIRP: introduce ERRP_AUTO_PROPAGATE

2019-10-11 Thread Philippe Mathieu-Daudé
On 10/11/19 6:05 PM, Vladimir Sementsov-Ogievskiy wrote: If we want to add some info to errp (by error_prepend() or error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. Otherwise, this info will not be added when errp == &fatal_err (the program will exit prior to the error_append_hint

Re: [RFC v5 085/126] Tracing: introduce ERRP_AUTO_PROPAGATE

2019-10-11 Thread Philippe Mathieu-Daudé
On 10/11/19 6:05 PM, Vladimir Sementsov-Ogievskiy wrote: If we want to add some info to errp (by error_prepend() or error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. Otherwise, this info will not be added when errp == &fatal_err (the program will exit prior to the error_append_hint

Re: [RFC v5 119/126] hw/core/bus.c: introduce ERRP_AUTO_PROPAGATE

2019-10-11 Thread Philippe Mathieu-Daudé
On 10/11/19 6:05 PM, Vladimir Sementsov-Ogievskiy wrote: If we want to add some info to errp (by error_prepend() or error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. Otherwise, this info will not be added when errp == &fatal_err (the program will exit prior to the error_append_hint

Re: [RFC v5 121/126] hw/sd/ssi-sd.c: introduce ERRP_AUTO_PROPAGATE

2019-10-11 Thread Philippe Mathieu-Daudé
On 10/11/19 6:05 PM, Vladimir Sementsov-Ogievskiy wrote: If we want to add some info to errp (by error_prepend() or error_append_hint()), we must use the ERRP_AUTO_PROPAGATE macro. Otherwise, this info will not be added when errp == &fatal_err (the program will exit prior to the error_append_hint

[PATCH 0/3] MAINTAINERS: ARM & SD fixes

2019-10-11 Thread Philippe Mathieu-Daudé
Few fixes after looking at Vladimir's commit-per-subsystem.py script: https://www.mail-archive.com/qemu-devel@nongnu.org/msg651545.html Philippe Mathieu-Daudé (3): MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section MAINTAINERS: Cc the qemu-...@nongnu.org for the ARM machines MAINTAINERS: Move

[PATCH 3/3] MAINTAINERS: Move the OMAP section inside the ARM Machines one

2019-10-11 Thread Philippe Mathieu-Daudé
Add the Siemens SX1 (OMAP310) machines with the other ARM machines. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 65fbc6d7b4..87afc1126a 100644 --- a/MAINTAINERS +++ b/MAINT

[PATCH 1/3] MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section

2019-10-11 Thread Philippe Mathieu-Daudé
The hw/sd/ssi-sd.c file is orphean, add it to the SD section. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3ca814850e..47eae9fc46 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1445,6 +1445,7 @@ S: Odd F

[PATCH 2/3] MAINTAINERS: Cc the qemu-...@nongnu.org for the ARM machines

2019-10-11 Thread Philippe Mathieu-Daudé
Not all ARM machines sections Cc the qemu-...@nongnu.org list, fix this. Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS | 5 + 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 47eae9fc46..65fbc6d7b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -805,6 +805

<    1   2   3   4   5   6