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

[PATCH v20210111 00/39] leftover from 2020


  • To:
  • From: Olaf Hering <olaf@xxxxxxxxx>
  • Date: Mon, 11 Jan 2021 18:41:45 +0100
  • Arc-authentication-results: i=1; strato.com; dmarc=none header.from="aepfle.de"; dkim=pass header.d="aepfle.de" header.s="strato-dkim-0002" header.a="rsa-sha256"; dkim-adsp=pass; spf=none smtp.mailfrom="olaf@xxxxxxxxx"
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1610386947; s=strato-dkim-0002; d=strato.com; h=Message-Id:Date:Subject:Cc:To:From:From:Subject:Sender; bh=NEmS1FJ3QQ5M6GbPZXGsC+Wwr7yqBf8nvew/2n7hn90=; b=g8y0sdagmzW212O7oKhzuMarccvuJ8lr82xDxdMR1lTyU79dymlFymt1B+0aLiVZhC e1zR8g5Odb+X1X1K4Jx9dNdm0TOKoukvQnF5+Fr1bwN5BWt9oZy7yKyLQV2jgaDWZJTY WLuqcWQ0F4XwNX6qOKcKHMC6Mqn3rc66LdrFBaCVa/FrEafT9QDKALA6cOSO92R/NL1g 80pdyyupaQLx1LmaXLUJnJ/je2ukpnfk3zijH5PAMiOdYRdGpjdxU1j7XRFZCpGK/hbN EG+PWqfRvnuNhpGle5rMN5zBtmb0blcuhVzKpRN9IHX+oVIu/XakT+QbFE3l+Gua8ruq YThQ==
  • Arc-seal: i=1; a=rsa-sha256; t=1610386947; cv=none; d=strato.com; s=strato-dkim-0002; b=ZN6w3DGowDncfW+DX05hm5s4uwWfsGfmBzlZ8Uj3u5si1sIx3h3maM2tEtpg767J3g 9RLmcO8v7qpqd74fnNjkMyzNs5tPxrxXg8Z5i4EmUSeAFwHv9fyVH780iwpFQcL1xU2L jGMrU2oPy5reCyIv47sLLwudXyKMYqJGI9Eh7AsbEziTLqHZ5ruugD36iy9TyncWl5hZ iBUYFTO6T1T5+4xgqAZUdm1vcdThxSuzW7CDHLvCxPxU/rEh38R/rI+4C7FVBR4k8gtz +k0rUKgHDI0G1egXInTr7afWutM2Yu2yyPw4zWCHBEPHkne4PLzN2XNWRIduRk8y/8WO o/sw==
  • Cc: Olaf Hering <olaf@xxxxxxxxx>
  • Delivery-date: Mon, 11 Jan 2021 17:49:58 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Resent-date: Mon, 11 Jan 2021 18:44:35 +0100
  • Resent-from: Olaf Hering <olaf@xxxxxxxxx>
  • Resent-message-id: <X/yOg59L7nhXf8Dp@xxxxxxxxx>
  • Resent-to: xen-devel@xxxxxxxxxxxxxxxxxxxx

Various unreviewed changes.

Olaf Hering (39):
  stubdom: fix tpm_version
  xl: use proper name for bash_completion file
  docs: remove stale create example from xl.1
  docs: substitute XEN_CONFIG_DIR in xl.conf.5
  tools: add with-xen-scriptdir configure option
  Use XEN_SCRIPT_DIR to refer to /etc/xen/scripts
  xl: optionally print timestamps during xl migrate
  xl: fix description of migrate --debug
  tools: add readv_exact to libxenctrl
  tools: add xc_is_known_page_type to libxenctrl
  tools: use xc_is_known_page_type
  tools: unify type checking for data pfns in migration stream
  tools: show migration transfer rate in send_dirty_pages
  tools/guest: prepare to allocate arrays once
  tools/guest: save: move batch_pfns
  tools/guest: save: move mfns array
  tools/guest: save: move types array
  tools/guest: save: move errors array
  tools/guest: save: move iov array
  tools/guest: save: move rec_pfns array
  tools/guest: save: move guest_data array
  tools/guest: save: move local_pages array
  tools/guest: restore: move pfns array
  tools/guest: restore: move types array
  tools/guest: restore: move mfns array
  tools/guest: restore: move map_errs array
  tools/guest: restore: move mfns array in populate_pfns
  tools/guest: restore: move pfns array in populate_pfns
  tools/guest: restore: split record processing
  tools/guest: restore: split handle_page_data
  tools/guest: restore: write data directly into guest
  tools: remove tabs from code produced by libxl_save_msgs_gen.pl
  tools: recognize LIBXL_API_VERSION for 4.15
  tools: adjust libxl_domain_suspend to receive a struct props
  tools: change struct precopy_stats to precopy_stats_t
  tools: add callback to libxl for precopy_policy and precopy_stats_t
  tools: add --max_iters to libxl_domain_suspend
  tools: add --min_remaining to libxl_domain_suspend
  tools: add --abort_if_busy to libxl_domain_suspend

 .gitignore                                    |   3 +
 docs/configure.ac                             |   3 +
 ...n.5.pod => xl-disk-configuration.5.pod.in} |   2 +-
 ....pod => xl-network-configuration.5.pod.in} |   4 +-
 docs/man/xl.1.pod.in                          |  39 +-
 docs/man/{xl.conf.5.pod => xl.conf.5.pod.in}  |   8 +-
 docs/misc/block-scripts.txt                   |   2 +-
 m4/paths.m4                                   |   8 +-
 stubdom/vtpmmgr/vtpmmgr.h                     |   2 +-
 tools/include/libxl.h                         |  32 +-
 tools/include/xenguest.h                      |   7 +-
 tools/libs/ctrl/xc_private.c                  |  55 +-
 tools/libs/ctrl/xc_private.h                  |  34 ++
 tools/libs/guest/xg_sr_common.c               |  33 +-
 tools/libs/guest/xg_sr_common.h               |  88 ++-
 tools/libs/guest/xg_sr_restore.c              | 562 ++++++++++++------
 tools/libs/guest/xg_sr_save.c                 | 164 ++---
 tools/libs/guest/xg_sr_save_x86_hvm.c         |   5 +-
 tools/libs/guest/xg_sr_save_x86_pv.c          |  31 +-
 tools/libs/light/libxl_dom_save.c             |  24 +
 tools/libs/light/libxl_domain.c               |  10 +-
 tools/libs/light/libxl_internal.h             |   6 +
 tools/libs/light/libxl_save_msgs_gen.pl       |  23 +-
 tools/libs/light/libxl_stream_write.c         |   9 +-
 tools/libs/light/libxl_types.idl              |   1 +
 tools/ocaml/libs/xl/xenlight_stubs.c          |   3 +-
 tools/xl/Makefile                             |   4 +-
 tools/xl/bash-completion                      |   2 +-
 tools/xl/xl_cmdtable.c                        |  29 +-
 tools/xl/xl_migrate.c                         |  79 ++-
 tools/xl/xl_saverestore.c                     |   3 +-
 31 files changed, 901 insertions(+), 374 deletions(-)
 rename docs/man/{xl-disk-configuration.5.pod => 
xl-disk-configuration.5.pod.in} (99%)
 rename docs/man/{xl-network-configuration.5.pod => 
xl-network-configuration.5.pod.in} (98%)
 rename docs/man/{xl.conf.5.pod => xl.conf.5.pod.in} (96%)




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.