Re: [Qemu-devel] [PATCH] Use error_fatal to simplify obvious fatal errors (again)

2016-01-18 Thread Eric Blake
On 01/14/2016 08:02 AM, Markus Armbruster wrote: > Done with the Coccinelle semantic patch from commit 007b065, plus > manual clean up of dead variables. > > Signed-off-by: Markus Armbruster > --- > hw/arm/imx25_pdk.c | 7 +-- > hw/arm/kzm.c| 7 +-- >

[Qemu-devel] [PATCH] Use error_fatal to simplify obvious fatal errors (again)

2016-01-14 Thread Markus Armbruster
Done with the Coccinelle semantic patch from commit 007b065, plus manual clean up of dead variables. Signed-off-by: Markus Armbruster --- hw/arm/imx25_pdk.c | 7 +-- hw/arm/kzm.c| 7 +-- hw/arm/netduino2.c | 7 +-- hw/arm/xlnx-ep108.c | 7 +-- vl.c