[Qemu-devel] [PATCH] kvm: ppc: warn user on PAGE_SIZE mismatch

2011-05-03 Thread Alexander Graf
On PPC, the default PAGE_SIZE is 64kb. Unfortunately, the hardware alignments don't match here: There are RAM and MMIO regions within a single page when it's 64kb in size. So the only way out for now is to tell the user that he should use 4k PAGE_SIZE. This patch gives the user a hint on that, te

[Qemu-devel] [PATCH] kvm: ppc: warn user on PAGE_SIZE mismatch

2011-04-17 Thread Alexander Graf
On PPC, the default PAGE_SIZE is 64kb. Unfortunately, the hardware alignments don't match here: There are RAM and MMIO regions within a single page when it's 64kb in size. So the only way out for now is to tell the user that he should use 4k PAGE_SIZE. This patch gives the user a hint on that, te