From: "Yang, Sheng" <sheng.yang@intel.com>
To: Avi Kivity <avi@qumranet.com>
Cc: kvm@vger.kernel.org
Subject: [PATCH] kvm: libkvm: Modify userspace memory slot limit to 32
Date: Thu, 4 Sep 2008 11:29:57 +0800 [thread overview]
Message-ID: <200809041129.57353.sheng.yang@intel.com> (raw)
[-- 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
reply other threads:[~2008-09-04 3:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200809041129.57353.sheng.yang@intel.com \
--to=sheng.yang@intel.com \
--cc=avi@qumranet.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.