mbox

[PULL,0/2] Migration pull request

Message ID 1448461926-31401-1-git-send-email-quintela@redhat.com
State New
Headers show

Pull-request

git://github.com/juanquintela/qemu.git tags/migration/20151125

Message

Juan Quintela Nov. 25, 2015, 2:32 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 26, 2015, 9:43 a.m. UTC | #1
On 25 November 2015 at 14:32, Juan Quintela <quintela@redhat.com> wrote:
> 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(-)
>



Applied, thanks.

-- PMM