All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Semenov <andrei.semenov@vates.fr>
To: andrei.semenov@vates.fr, xen-devel@lists.xenproject.org
Cc: Wei Liu <wl@xen.org>, Anthony PERARD <anthony.perard@citrix.com>,
	Juergen Gross <jgross@suse.com>
Subject: [PATCH v2 0/2] live migration: optimisations
Date: Tue, 06 Sep 2022 09:54:19 +0000	[thread overview]
Message-ID: <cover.1662457291.git.andrei.semenov@vates.fr> (raw)

This 2 patches implement some optimisations for guests live migraiton. 

Andrei Semenov (2):
  live migration: do not use deffered bitmap when inappropriate
  live migration: use superpages for physmap population on restore when
    possible

 tools/include/xen-tools/libs.h           |  4 ++
 tools/libs/guest/xg_private.h            |  3 +
 tools/libs/guest/xg_sr_common.h          | 44 +++++++++++-
 tools/libs/guest/xg_sr_restore.c         | 60 +++++++---------
 tools/libs/guest/xg_sr_restore_x86_hvm.c | 88 +++++++++++++++++++++++-
 tools/libs/guest/xg_sr_restore_x86_pv.c  | 22 +++++-
 tools/libs/guest/xg_sr_save.c            | 23 +++----
 tools/libs/guest/xg_sr_save_x86_hvm.c    | 21 ++++++
 tools/libs/guest/xg_sr_save_x86_pv.c     | 39 +++++++++++
 9 files changed, 247 insertions(+), 57 deletions(-)

-- 
2.34.1



Andrei Semenov | Vates XCP-ng Developer

XCP-ng & Xen Orchestra - Vates solutions
w: vates.fr | xcp-ng.org | xen-orchestra.com


             reply	other threads:[~2022-09-06  9:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06  9:54 Andrei Semenov [this message]
2022-09-06  9:54 ` [PATCH v2 1/2] live migration: do not use deffered bitmap when inappropriate Andrei Semenov
2022-09-07  7:39   ` Jan Beulich
2022-09-06  9:54 ` [PATCH v2 2/2] live migration: use superpages for physmap population on restore when possible Andrei Semenov
2022-09-07  7:40   ` Jan Beulich
2022-09-07  7:45     ` Olaf Hering
2022-09-08  9:22       ` Julien Grall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1662457291.git.andrei.semenov@vates.fr \
    --to=andrei.semenov@vates.fr \
    --cc=anthony.perard@citrix.com \
    --cc=jgross@suse.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.