Re: [Qemu-devel] [PATCH 0/3] target-m68k/m68k-semi: don't ignore get/put_user failure

2012-11-03 Thread Blue Swirl
On Mon, Oct 29, 2012 at 12:05 PM, Peter Maydell wrote: > This patch series cleans up the m68k semihosting support to not > ignore failure of get_user and put_user when reading semihosting > arguments and writing return values (compare f296c0d1 which did > something similar for ARM semihosting). Th

[Qemu-devel] [PATCH 0/3] target-m68k/m68k-semi: don't ignore get/put_user failure

2012-10-29 Thread Peter Maydell
This patch series cleans up the m68k semihosting support to not ignore failure of get_user and put_user when reading semihosting arguments and writing return values (compare f296c0d1 which did something similar for ARM semihosting). The main motivation for this patch is to shut up clang's complaint