On 2 January 2013 19:56, Samuel Seay wrote:
> Removed h2g() macro around the ka->_sa_handler due to _sa_handler being a
> guest value
> Changed the __put_user macro as it was attempting to put a value to a guest
> memory location without converting to the guest area
>
> Signed-off-by: Samuel Sea
Removed h2g() macro around the ka->_sa_handler due to _sa_handler being a guest
value
Changed the __put_user macro as it was attempting to put a value to a guest
memory location without converting to the guest area
Signed-off-by: Samuel Seay
---
linux-user/signal.c |4 ++--
1 file changed,