- Fix for KSM patch from Justin Forbes
This commit is contained in:
parent
a8b17ae540
commit
ef961da223
@ -1,4 +1,4 @@
|
||||
From 4d64a615f69458c202561fcc01e8e0505fa46ee9 Mon Sep 17 00:00:00 2001
|
||||
From ef44e9475ab38ec73b30e83241279170fac06b22 Mon Sep 17 00:00:00 2001
|
||||
From: Izik Eidus <ieidus@redhat.com>
|
||||
Date: Tue, 28 Jul 2009 19:14:26 +0300
|
||||
Subject: [PATCH] kvm userspace: ksm support
|
||||
@ -6,17 +6,28 @@ Subject: [PATCH] kvm userspace: ksm support
|
||||
rfc for ksm support to kvm userpsace.
|
||||
|
||||
Signed-off-by: Izik Eidus <ieidus@redhat.com>
|
||||
signed-off-by: Justin M. Forbes <jforbes@redhat.com>
|
||||
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
|
||||
Fedora-patch: qemu-add-ksm-support.patch
|
||||
---
|
||||
exec.c | 3 +++
|
||||
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||
exec.c | 6 ++++++
|
||||
1 files changed, 6 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/exec.c b/exec.c
|
||||
index 0655b4b..b93f7b8 100644
|
||||
index 0655b4b..a0e2203 100644
|
||||
--- a/exec.c
|
||||
+++ b/exec.c
|
||||
@@ -2579,6 +2579,9 @@ ram_addr_t qemu_ram_alloc(ram_addr_t size)
|
||||
@@ -65,6 +65,9 @@
|
||||
#undef DEBUG_TB_CHECK
|
||||
#endif
|
||||
|
||||
+/* Quick hack to enable KSM support */
|
||||
+#define MADV_MERGEABLE 12 /* KSM may merge identical pages */
|
||||
+
|
||||
#define SMC_BITMAP_USE_THRESHOLD 10
|
||||
|
||||
#if defined(TARGET_SPARC64)
|
||||
@@ -2579,6 +2582,9 @@ ram_addr_t qemu_ram_alloc(ram_addr_t size)
|
||||
new_block->host = file_ram_alloc(size, mem_path);
|
||||
if (!new_block->host) {
|
||||
new_block->host = qemu_vmalloc(size);
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 0b341eda83cd2f01134d5b13300d97c07a3abced Mon Sep 17 00:00:00 2001
|
||||
From 80380f566e2c1d4c9e02e0c0dff405ecc86d134e Mon Sep 17 00:00:00 2001
|
||||
From: Michael S. Tsirkin <mst@redhat.com>
|
||||
Date: Thu, 23 Jul 2009 16:34:13 +0300
|
||||
Subject: [PATCH] Fix error handling in msix vector add
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 00782050707fbb999bfffe722794490d2211a0a9 Mon Sep 17 00:00:00 2001
|
||||
From 70415c7d31bf6420d1a2d685fe14661ce1cfd9cb Mon Sep 17 00:00:00 2001
|
||||
From: Dustin Kirkland <kirkland@canonical.com>
|
||||
Date: Fri, 4 Sep 2009 14:38:30 -0500
|
||||
Subject: [PATCH] qemu-kvm: fix segfault when running kvm without /dev/kvm
|
||||
|
@ -3,7 +3,7 @@
|
||||
Summary: QEMU is a FAST! processor emulator
|
||||
Name: qemu
|
||||
Version: 0.10.92
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
# Epoch because we pushed a qemu-1.0 package
|
||||
Epoch: 2
|
||||
License: GPLv2+ and LGPLv2+ and BSD
|
||||
@ -526,6 +526,9 @@ fi
|
||||
%{_mandir}/man1/qemu-img.1*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 16 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.92-4
|
||||
- Fix for KSM patch from Justin Forbes
|
||||
|
||||
* Wed Sep 16 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10.92-3
|
||||
- Add ksmtuned, also from Dan Kenigsberg
|
||||
- Use %_initddir macro
|
||||
|
Loading…
x
Reference in New Issue
Block a user