Re: [Qemu-devel] [PATCH 5/7] arm: Improve error propagation in nRF51 SOC

2018-08-16 Thread Peter Maydell
On 11 August 2018 at 10:08, Steffen Görtz wrote: > This patch takes care that errors that occur during > instantiation of the cortex-m0 cpu are properly propagated. > > Signed-off-by: Steffen Görtz > --- > hw/arm/nrf51_soc.c | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-)

[Qemu-devel] [PATCH 5/7] arm: Improve error propagation in nRF51 SOC

2018-08-11 Thread Steffen Görtz
This patch takes care that errors that occur during instantiation of the cortex-m0 cpu are properly propagated. Signed-off-by: Steffen Görtz --- hw/arm/nrf51_soc.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/hw/arm/nrf51_soc.c b/hw/arm/nrf51_soc.c index 226