Re: [Qemu-devel] [PULL 18/26] target-hppa: Add framework and enable compilation

2017-02-06 Thread Richard Henderson
On 01/30/2017 05:49 AM, Peter Maydell wrote: +case 35: +env->iaoq_b = val; Is this a missing "break;" or a missing "/* fall through */" ? Yep, thanks. r~

Re: [Qemu-devel] [PULL 18/26] target-hppa: Add framework and enable compilation

2017-01-30 Thread Peter Maydell
On 23 January 2017 at 02:17, Richard Henderson wrote: > This is just about the minimum required to enable compilation > without actually executing any instructions. This contains the > HPPACPU structure and the required callbacks, the gdbstub, the > basic translation loop, and a translate_one fun

[Qemu-devel] [PULL 18/26] target-hppa: Add framework and enable compilation

2017-01-22 Thread Richard Henderson
This is just about the minimum required to enable compilation without actually executing any instructions. This contains the HPPACPU structure and the required callbacks, the gdbstub, the basic translation loop, and a translate_one function that always results in an illegal instruction. Signed-of