Re: [Qemu-devel] Effective way to test PowerPC lwbrx instruction

2016-08-26 Thread G 3
On Aug 25, 2016, at 10:30 PM, Thomas Huth wrote: On 25.08.2016 18:55, G 3 wrote: On Aug 25, 2016, at 6:03 PM, Thomas Huth wrote: On 25.08.2016 14:54, G 3 wrote: I'm chasing down a bug with QEMU that causes audio to fail on a Mac OS guest. In this file: https://github.com/nixxcode/AppleUS

Re: [Qemu-devel] Effective way to test PowerPC lwbrx instruction

2016-08-25 Thread Thomas Huth
On 25.08.2016 18:55, G 3 wrote: > > On Aug 25, 2016, at 6:03 PM, Thomas Huth wrote: > >> On 25.08.2016 14:54, G 3 wrote: >>> I'm chasing down a bug with QEMU that causes audio to fail on a Mac OS >>> guest. In this file: >>> https://github.com/nixxcode/AppleUSBAudio-273.4.1/blob/master/AppleUSBAu

Re: [Qemu-devel] Effective way to test PowerPC lwbrx instruction

2016-08-25 Thread G 3
On Aug 25, 2016, at 6:03 PM, Thomas Huth wrote: On 25.08.2016 14:54, G 3 wrote: I'm chasing down a bug with QEMU that causes audio to fail on a Mac OS guest. In this file: https://github.com/nixxcode/AppleUSBAudio-273.4.1/blob/master/ AppleUSBAudioClip.cpp is where a lot of assembly languag

Re: [Qemu-devel] Effective way to test PowerPC lwbrx instruction

2016-08-25 Thread Thomas Huth
On 25.08.2016 14:54, G 3 wrote: > I'm chasing down a bug with QEMU that causes audio to fail on a Mac OS > guest. In this file: > https://github.com/nixxcode/AppleUSBAudio-273.4.1/blob/master/AppleUSBAudioClip.cpp > is where a lot of assembly language code is located. I think one or more > of the P

[Qemu-devel] Effective way to test PowerPC lwbrx instruction

2016-08-25 Thread G 3
I'm chasing down a bug with QEMU that causes audio to fail on a Mac OS guest. In this file: https://github.com/nixxcode/ AppleUSBAudio-273.4.1/blob/master/AppleUSBAudioClip.cpp is where a lot of assembly language code is located. I think one or more of the PowerPC instructions might be incor