Re: [Qemu-devel] [PATCH] Remove unused is_softmmu parameter from cpu_handle_mmu_fault

2011-08-07 Thread Blue Swirl
Thanks for the Ack, applied. On Fri, Aug 5, 2011 at 3:49 PM, Richard Henderson wrote: > On 08/03/2011 11:00 AM, Blue Swirl wrote: >> Parameter is_softmmu (and its evil mutant twin brother is_softmuu) >> is not used in cpu_*_handle_mmu_fault() functions, remove them >> and adjust callers. >> >> Si

Re: [Qemu-devel] [PATCH] Remove unused is_softmmu parameter from cpu_handle_mmu_fault

2011-08-05 Thread Richard Henderson
On 08/03/2011 11:00 AM, Blue Swirl wrote: > Parameter is_softmmu (and its evil mutant twin brother is_softmuu) > is not used in cpu_*_handle_mmu_fault() functions, remove them > and adjust callers. > > Signed-off-by: Blue Swirl Acked-by: Richard Henderson r~ > --- > target-alpha/cpu.h

[Qemu-devel] [PATCH] Remove unused is_softmmu parameter from cpu_handle_mmu_fault

2011-08-03 Thread Blue Swirl
Parameter is_softmmu (and its evil mutant twin brother is_softmuu) is not used in cpu_*_handle_mmu_fault() functions, remove them and adjust callers. Signed-off-by: Blue Swirl --- target-alpha/cpu.h|2 +- target-alpha/helper.c |4 ++-- target-alpha/op_helper.c |