qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Migration/postcopy disallow huge pages


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH 0/2] Migration/postcopy disallow huge pages
Date: Thu, 29 Sep 2016 20:09:36 +0100

From: "Dr. David Alan Gilbert" <address@hidden>

We've not got support for huge pages in postcopy yet, and it
will error when it tries to use the userfaultfd on the hugepage,
however the kernel is going to gain support for userfault
so make sure we fail with a nice error on the new kernel
until we figure out how to add support.

Dave

Dr. David Alan Gilbert (2):
  RAMBlocks: Store page size
  migration/postcopy: Explicitly disallow huge pages

 exec.c                    | 17 +++++++++++------
 include/exec/cpu-common.h |  1 +
 include/exec/ram_addr.h   |  1 +
 migration/postcopy-ram.c  | 23 +++++++++++++++++++++++
 4 files changed, 36 insertions(+), 6 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]