From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1b7G-0005Jz-Gj for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:32:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1b7C-0001TU-DD for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:32:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1b7C-0001TO-8q for qemu-devel@nongnu.org; Wed, 25 Nov 2015 09:32:10 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 6C90A1B282B for ; Wed, 25 Nov 2015 14:32:09 +0000 (UTC) From: Juan Quintela Date: Wed, 25 Nov 2015 15:32:04 +0100 Message-Id: <1448461926-31401-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 0/2] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com Hi This series: - Ignore madvise return value (david) As there is no way to diferentiate an error because the kernel don't understand HUGE_PAGES and anything else - Limit memory usage for block migraiton (wen) Please, aply. Later, Juan. The following changes since commit e85dda8070b20dd8765d52daf64de70a9ccf395f: Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20151125' into staging (2015-11-25 12:09:34 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20151125 for you to fetch changes up to f77dcdbc76dbf9bade9739e85e1013639e535835: block-migration: limit the memory usage (2015-11-25 15:27:28 +0100) ---------------------------------------------------------------- migration/next for 20151125 ---------------------------------------------------------------- Dr. David Alan Gilbert (1): Assume madvise for (no)hugepage works Wen Congyang (1): block-migration: limit the memory usage migration/block.c | 7 ++++++- migration/postcopy-ram.c | 10 ++-------- 2 files changed, 8 insertions(+), 9 deletions(-)