[Qemu-devel] [PATCH 10/27] Better factor the ppc hash translation path

2011-03-31 Thread David Gibson
Currently the path handling hash page table translation in get_segment() has a mix of common and 32 or 64 bit specific code. However the division is not done terribly well which results in a lot of messy code flipping between common and divided paths. This patch improves the organization,

[Qemu-devel] [PATCH 10/27] Better factor the ppc hash translation path

2011-03-24 Thread David Gibson
Currently the path handling hash page table translation in get_segment() has a mix of common and 32 or 64 bit specific code. However the division is not done terribly well which results in a lot of messy code flipping between common and divided paths. This patch improves the organization,

[Qemu-devel] [PATCH 10/27] Better factor the ppc hash translation path

2011-03-22 Thread David Gibson
Currently the path handling hash page table translation in get_segment() has a mix of common and 32 or 64 bit specific code. However the division is not done terribly well which results in a lot of messy code flipping between common and divided paths. This patch improves the organization,