Re: [Qemu-devel] [PATCH v2] Modifications to fix PowerPC on 64bit host, bug #1052857

2013-01-02 Thread Peter Maydell
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

[Qemu-devel] [PATCH v2] Modifications to fix PowerPC on 64bit host, bug #1052857

2013-01-02 Thread Samuel Seay
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,