Re: [Qemu-devel] [PATCH 2/4] moxie: fix load_elf() usage

2014-01-30 Thread Alexander Graf
On 22.01.2014, at 06:20, Alexey Kardashevskiy wrote: > At the moment in the case of error, load_elf() returns -1 so load_kernel() > will not signal error at all. > > Signed-off-by: Alexey Kardashevskiy Anthony (Green), could you please ack this patch? Alex > --- > hw/moxie/moxiesim.c | 2 +

[Qemu-devel] [PATCH 2/4] moxie: fix load_elf() usage

2014-01-21 Thread Alexey Kardashevskiy
At the moment in the case of error, load_elf() returns -1 so load_kernel() will not signal error at all. Signed-off-by: Alexey Kardashevskiy --- hw/moxie/moxiesim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/moxie/moxiesim.c b/hw/moxie/moxiesim.c index ef4f3a8..a87ca6