Re: [Qemu-devel] [PATCH 01/11] cpu_ldst.h: Allow NB_MMU_MODES to be 7

2015-01-23 Thread Peter Maydell
On 23 January 2015 at 20:16, Greg Bellows wrote: > On Fri, Jan 23, 2015 at 12:20 PM, Peter Maydell > wrote: >> Support guest CPUs which need 7 MMU index values. >> Add a comment about what would be required to raise the limit >> further (trivial for 8, TCG backend rework for 9 or more). >> >> Sig

Re: [Qemu-devel] [PATCH 01/11] cpu_ldst.h: Allow NB_MMU_MODES to be 7

2015-01-23 Thread Paolo Bonzini
On 23/01/2015 19:20, Peter Maydell wrote: > Support guest CPUs which need 7 MMU index values. > Add a comment about what would be required to raise the limit > further (trivial for 8, TCG backend rework for 9 or more). > > Signed-off-by: Peter Maydell I'll send a patch for 16 next Monday. Pao

Re: [Qemu-devel] [PATCH 01/11] cpu_ldst.h: Allow NB_MMU_MODES to be 7

2015-01-23 Thread Greg Bellows
On Fri, Jan 23, 2015 at 12:20 PM, Peter Maydell wrote: > Support guest CPUs which need 7 MMU index values. > Add a comment about what would be required to raise the limit > further (trivial for 8, TCG backend rework for 9 or more). > > Signed-off-by: Peter Maydell > --- > include/exec/cpu_ldst.h

[Qemu-devel] [PATCH 01/11] cpu_ldst.h: Allow NB_MMU_MODES to be 7

2015-01-23 Thread Peter Maydell
Support guest CPUs which need 7 MMU index values. Add a comment about what would be required to raise the limit further (trivial for 8, TCG backend rework for 9 or more). Signed-off-by: Peter Maydell --- include/exec/cpu_ldst.h | 28 +--- 1 file changed, 25 insertions(+),