[Qemu-devel] [PATCH 01/15] Check for errors during BIOS or kernel load

2010-09-10 Thread Blue Swirl
Because of the use of unsigned types, possible errors during BIOS or kernel load were ignored. Fix by using a signed type. This also avoids some warnings with GCC flag -Wtype-limits. Signed-off-by: Blue Swirl --- hw/mips_fulong2e.c |2 +- hw/ppc405_boards.c | 23 +--

[Qemu-devel] [PATCH 01/15] Check for errors during BIOS or kernel load

2010-09-05 Thread Blue Swirl
Because of the use of unsigned types, possible errors during BIOS or kernel load were ignored. Fix by using a signed type. This also fixes some warnings with GCC flag -Wtype-limits. Signed-off-by: Blue Swirl --- hw/mips_fulong2e.c |2 +- hw/ppc405_boards.c | 23 +-- h