qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Migration/postcopy disallow huge pages
@ 2016-09-29 19:09 Dr. David Alan Gilbert (git)
  2016-09-29 19:09 ` [Qemu-devel] [PATCH 1/2] RAMBlocks: Store page size Dr. David Alan Gilbert (git)
  2016-09-29 19:09 ` [Qemu-devel] [PATCH 2/2] migration/postcopy: Explicitly disallow huge pages Dr. David Alan Gilbert (git)
  0 siblings, 2 replies; 6+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2016-09-29 19:09 UTC (permalink / raw)
  To: qemu-devel, pbonzini, quintela, amit.shah

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-05 10:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29 19:09 [Qemu-devel] [PATCH 0/2] Migration/postcopy disallow huge pages Dr. David Alan Gilbert (git)
2016-09-29 19:09 ` [Qemu-devel] [PATCH 1/2] RAMBlocks: Store page size Dr. David Alan Gilbert (git)
2016-09-29 19:09 ` [Qemu-devel] [PATCH 2/2] migration/postcopy: Explicitly disallow huge pages Dr. David Alan Gilbert (git)
2016-09-30  8:09   ` Daniel P. Berrange
2016-10-05  9:54     ` Dr. David Alan Gilbert
2016-10-05 10:02     ` Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).