Message ID | 1450374401-31352-5-git-send-email-pbonzini@redhat.com |
---|---|
State | Accepted |
Commit | bc92e4e97ed62efa61ba983f57dfe33f10fe1d88 |
Headers | show |
diff --git a/kvm-all.c b/kvm-all.c index c648b81..a45c92b 100644 --- a/kvm-all.c +++ b/kvm-all.c @@ -45,8 +45,10 @@ #include <sys/eventfd.h> #endif -/* KVM uses PAGE_SIZE in its definition of COALESCED_MMIO_MAX */ -#define PAGE_SIZE TARGET_PAGE_SIZE +/* KVM uses PAGE_SIZE in its definition of KVM_COALESCED_MMIO_MAX. We + * need to use the real host PAGE_SIZE, as that's what KVM will use. + */ +#define PAGE_SIZE getpagesize() //#define DEBUG_KVM