Re: [Qemu-devel] [PATCH for-3.1] milkymist: Check for failure trying to load BIOS image

2018-11-05 Thread Peter Maydell
On 31 October 2018 at 08:20, Michael Walle wrote: > Am 2018-10-30 18:00, schrieb Peter Maydell: >> >> Check the return value from load_image_targphys(), which tells us >> whether our attempt to load the BIOS image into RAM failed. >> (Spotted by Coverity, CID 1190305.) >> >> Signed-off-by: Peter

Re: [Qemu-devel] [PATCH for-3.1] milkymist: Check for failure trying to load BIOS image

2018-10-31 Thread Michael Walle
Am 2018-10-30 18:00, schrieb Peter Maydell: Check the return value from load_image_targphys(), which tells us whether our attempt to load the BIOS image into RAM failed. (Spotted by Coverity, CID 1190305.) Signed-off-by: Peter Maydell Acked-by: Michael Walle Will you put it in your queue,

Re: [Qemu-devel] [PATCH for-3.1] milkymist: Check for failure trying to load BIOS image

2018-10-30 Thread Philippe Mathieu-Daudé
On 30/10/18 18:00, Peter Maydell wrote: Check the return value from load_image_targphys(), which tells us whether our attempt to load the BIOS image into RAM failed. (Spotted by Coverity, CID 1190305.) Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé ---

[Qemu-devel] [PATCH for-3.1] milkymist: Check for failure trying to load BIOS image

2018-10-30 Thread Peter Maydell
Check the return value from load_image_targphys(), which tells us whether our attempt to load the BIOS image into RAM failed. (Spotted by Coverity, CID 1190305.) Signed-off-by: Peter Maydell --- hw/lm32/milkymist.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git