public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm: libkvm: Modify userspace memory slot limit to 32
@ 2008-09-04  3:29 Yang, Sheng
  0 siblings, 0 replies; only message in thread
From: Yang, Sheng @ 2008-09-04  3:29 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm

[-- Attachment #1: Type: text/plain, Size: 837 bytes --]

From f95d06a16a820d4fff59ccc88b422f7d051e7330 Mon Sep 17 00:00:00 2001
From: Sheng Yang <sheng.yang@intel.com>
Date: Thu, 4 Sep 2008 03:21:38 +0800
Subject: [PATCH] kvm: libkvm: Modify userspace memory slot limit to 32

To keep consistent with kernel space.

Signed-off-by: Sheng Yang <sheng.yang@intel.com>
---
 libkvm/kvm-common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libkvm/kvm-common.h b/libkvm/kvm-common.h
index 7092085..233abfe 100644
--- a/libkvm/kvm-common.h
+++ b/libkvm/kvm-common.h
@@ -19,7 +19,7 @@
 /* FIXME: share this number with kvm */
 /* FIXME: or dynamically alloc/realloc regions */
 #ifndef __s390__
-#define KVM_MAX_NUM_MEM_REGIONS 8u
+#define KVM_MAX_NUM_MEM_REGIONS 32u
 #define MAX_VCPUS 16
 #else
 #define KVM_MAX_NUM_MEM_REGIONS 1u
--
1.5.4.5


[-- Attachment #2: 0001-kvm-libkvm-Modify-userspace-memory-slot-limit-to-3.patch --]
[-- Type: text/x-diff, Size: 838 bytes --]

From f95d06a16a820d4fff59ccc88b422f7d051e7330 Mon Sep 17 00:00:00 2001
From: Sheng Yang <sheng.yang@intel.com>
Date: Thu, 4 Sep 2008 03:21:38 +0800
Subject: [PATCH] kvm: libkvm: Modify userspace memory slot limit to 32

To keep consistent with kernel space.

Signed-off-by: Sheng Yang <sheng.yang@intel.com>
---
 libkvm/kvm-common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libkvm/kvm-common.h b/libkvm/kvm-common.h
index 7092085..233abfe 100644
--- a/libkvm/kvm-common.h
+++ b/libkvm/kvm-common.h
@@ -19,7 +19,7 @@
 /* FIXME: share this number with kvm */
 /* FIXME: or dynamically alloc/realloc regions */
 #ifndef __s390__
-#define KVM_MAX_NUM_MEM_REGIONS 8u
+#define KVM_MAX_NUM_MEM_REGIONS 32u
 #define MAX_VCPUS 16
 #else
 #define KVM_MAX_NUM_MEM_REGIONS 1u
-- 
1.5.4.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-04  3:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04  3:29 [PATCH] kvm: libkvm: Modify userspace memory slot limit to 32 Yang, Sheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox