Re: [Qemu-devel] [PULL for-2.6] tcg/mips fix

2016-04-05 Thread Peter Maydell
On 5 April 2016 at 20:51, Richard Henderson wrote: > One compilation error to be fixed. > > > r~ > > > The following changes since commit 43b0ea1a41bd0a02debd48a18e0b5460148e3f40: > > bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning > (2016-04-05 17:49:41

[Qemu-devel] [PULL for-2.6] tcg/mips: Fix type of tcg_target_reg_alloc_order[]

2016-04-05 Thread Richard Henderson
From: James Hogan The MIPS TCG backend is the only one to have tcg_target_reg_alloc_order[] elements of type TCGReg rather than int. This resulted in commit 91478cefaaf2 ("tcg: Allocate indirect_base temporaries in a different order") breaking the build on MIPS since the

[Qemu-devel] [PULL for-2.6] tcg/mips fix

2016-04-05 Thread Richard Henderson
One compilation error to be fixed. r~ The following changes since commit 43b0ea1a41bd0a02debd48a18e0b5460148e3f40: bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warning (2016-04-05 17:49:41 +0100) are available in the git repository at: git://github.com/rth7680/qemu.git