PPC: sPAPR: Only use getpagesize() when we run with kvm
commit3c3b0ddefac9255f29f5e5c2eb346d0a27e6d022
authorAlexander Graf <agraf@suse.de>
Fri, 21 Feb 2014 09:38:51 +0000 (21 10:38 +0100)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:07:01 +0000 (5 03:07 +0100)
treec3ba8865be5363fc989f5cb1593aabfd9f3515c1
parente5d7d2b0f55a3b90965044a0ea77e30700a5e136
PPC: sPAPR: Only use getpagesize() when we run with kvm

We currently size the msi window trap page according to the host's page
size so that we poke a working hole into a memory slot in case we overlap.

However, this is only ever necessary with KVM active. Without KVM, we should
rather try to be host platform agnostic and use a constant size: 4k.

This fixes a build breakage on win32 hosts.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr_pci.c