[Qemu-devel] [Bug 1694998] Re: PPC: msgsnd instruction leads to assertion

2017-08-30 Thread Thomas Huth
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1694998 Title: PPC: msgsnd instruction leads to assertion Status in QEMU: Fix

[Qemu-devel] [Bug 1694998] Re: PPC: msgsnd instruction leads to assertion

2017-07-03 Thread Thomas Huth
Fix has now been included: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f1c29ebc51be77bd64178c8d ** Changed in: qemu Status: New => Fix Committed ** Changed in: qemu Assignee: (unassigned) => Thomas Huth (th-huth) -- You received this bug notification because you are a member of

[Qemu-devel] [Bug 1694998] Re: PPC: msgsnd instruction leads to assertion

2017-06-15 Thread Kurban Mallachiev
Yes, Thomas, this patch fixes the issue. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1694998 Title: PPC: msgsnd instruction leads to assertion Status in QEMU: New Bug description: I tried

[Qemu-devel] [Bug 1694998] Re: PPC: msgsnd instruction leads to assertion

2017-06-13 Thread Thomas Huth
Could you please check whether this patch fixes the issue for you: diff --git a/target/ppc/excp_helper.c b/target/ppc/excp_helper.c --- a/target/ppc/excp_helper.c +++ b/target/ppc/excp_helper.c @@ -17,6 +17,7 @@ * License along with this library; if not, see . */