Re: [Qemu-devel] [PATCH 14/22] ppc: cleanup MMU merge

2012-04-30 Thread Alexander Graf
On 22.04.2012, at 15:25, Blue Swirl wrote: > Remove useless wrappers. In some cases 'int' parameters are > changed to uint32_t. > > Make internal functions static. > > Signed-off-by: Blue Swirl > --- > target-ppc/cpu.h| 22 - > target-ppc/mmu_helper.c | 122 ++

[Qemu-devel] [PATCH 14/22] ppc: cleanup MMU merge

2012-04-22 Thread Blue Swirl
Remove useless wrappers. In some cases 'int' parameters are changed to uint32_t. Make internal functions static. Signed-off-by: Blue Swirl --- target-ppc/cpu.h| 22 - target-ppc/mmu_helper.c | 122 ++- 2 files changed, 36 insertions