Re: [PATCH 01/12] macfb: handle errors that occur during realize

2021-10-04 Thread Mark Cave-Ayland
On 02/10/2021 14:47, Philippe Mathieu-Daudé wrote: On 10/2/21 12:59, Mark Cave-Ayland wrote: Make sure any errors that occur within the macfb realize chain are detected and handled correctly to prevent crashes and to ensure that error messages are reported back to the user. Signed-off-by: Mark

Re: [PATCH 01/12] macfb: handle errors that occur during realize

2021-10-04 Thread Mark Cave-Ayland
On 02/10/2021 12:36, BALATON Zoltan wrote: On Sat, 2 Oct 2021, Mark Cave-Ayland wrote: Make sure any errors that occur within the macfb realize chain are detected and handled correctly to prevent crashes and to ensure that error messages are reported back to the user. Signed-off-by: Mark Cave-

Re: [PATCH 01/12] macfb: handle errors that occur during realize

2021-10-04 Thread Laurent Vivier
Le 02/10/2021 à 12:59, Mark Cave-Ayland a écrit : > Make sure any errors that occur within the macfb realize chain are detected > and handled correctly to prevent crashes and to ensure that error messages are > reported back to the user. > > Signed-off-by: Mark Cave-Ayland > --- > hw/display/mac

Re: [PATCH 01/12] macfb: handle errors that occur during realize

2021-10-02 Thread Philippe Mathieu-Daudé
On 10/2/21 12:59, Mark Cave-Ayland wrote: > Make sure any errors that occur within the macfb realize chain are detected > and handled correctly to prevent crashes and to ensure that error messages are > reported back to the user. > > Signed-off-by: Mark Cave-Ayland > --- > hw/display/macfb.c | 1

Re: [PATCH 01/12] macfb: handle errors that occur during realize

2021-10-02 Thread BALATON Zoltan
On Sat, 2 Oct 2021, Mark Cave-Ayland wrote: Make sure any errors that occur within the macfb realize chain are detected and handled correctly to prevent crashes and to ensure that error messages are reported back to the user. Signed-off-by: Mark Cave-Ayland --- hw/display/macfb.c | 11 +

[PATCH 01/12] macfb: handle errors that occur during realize

2021-10-02 Thread Mark Cave-Ayland
Make sure any errors that occur within the macfb realize chain are detected and handled correctly to prevent crashes and to ensure that error messages are reported back to the user. Signed-off-by: Mark Cave-Ayland --- hw/display/macfb.c | 11 +++ 1 file changed, 11 insertions(+) diff --