Skip to content

Commit

Permalink
Merge tag 'migration-20230426-pull-request' of https://gitlab.com/jua…
Browse files Browse the repository at this point in the history
…n.quintela/qemu into staging

Migration Pull request

Hi

This PULL request is on top of migration-20230424 already queued by
Richard.

It contains:
- MAINTAINERS: make peter and leo reviewers for migration (juan)
- Disable postcopy + multifd together. It needs at least to call
  send_sync before it will work. (juan)
- Improve postcopy error messages (peter)
- vmstate checker: Compare sizes of arrays correctly (peter)
- Move more capability functions to options.c (juan)

Please, apply.

Subject: [PULL 00/30] Migration 20230424 patches
Based-on: <20230424132730.70752-1-quintela@redhat.com>

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEEGJn/jt6/WMzuA0uC9IfvGFhy1yMFAmRJaVEACgkQ9IfvGFhy
# 1yMz8RAA1UBh1sj4xN2wbSehuLAduDYrkY4E5X0IP1y+8A8QAwdnXacdfFK6ZZTc
# N2edUB3kb9xlHJpL9ae0Pg0c0KBmFrHTrnOAs8s1ytQxRjIIZf6ezxy3K6VLMKHN
# QpSv2T7h3AEjJw/2OKazX2Tn3f/Ce0PTrnaoR4D7cYhe2FwJZC6nH/+AkPsoa+uE
# u51vC4ZXoyTjScck31ZWZylRwJtyv4Zrd8IiMneeP9TUfjtnI4N2+wi7Pmh1weHe
# Y2Pwq0Zrq7b4FF2FGTkjg6uXp3VR7wB8gmI3RY/jfBUKv1fUM5FBuevafq3Uzf+D
# 0eD22gqsRcY+1lGa5MQoj7MCCLHsUWbKeXkh5Jdc+ZMKU3E+LYq2jxxQDv2pUkgG
# X7Kq5QyAazAXfgXLzbs+oF1A8yH1ELPAO7tDjV2PTM1vbO4QmKP/seGVslM08RdL
# fiYET4oiNOi7I+R6DAkftSB0z26ii8pTvWLRZvn3t3g4VSWxzSnoYIoEwmXPBX7j
# UNpLxaEYX0TFhtazxCjR5Fj3pHR8zTlpMA6hMKW74roDP8nyGRWS3eoJv+syDvNZ
# Qrno71xVgQ96kRsC8YZkfibRReyPaH9vEW9sYRAmU21zD3e3kN2mjRK0ZI5lU3xG
# y13itgyrgEZqfT75GS6D/crpTp4MiuUmutIIXwQ5NJ4qGlSLVps=
# =+8ZH
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 26 Apr 2023 07:11:29 PM BST
# gpg:                using RSA key 1899FF8EDEBF58CCEE034B82F487EF185872D723
# gpg: Good signature from "Juan Quintela <quintela@redhat.com>" [undefined]
# gpg:                 aka "Juan Quintela <quintela@trasno.org>" [undefined]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 1899 FF8E DEBF 58CC EE03  4B82 F487 EF18 5872 D723

* tag 'migration-20230426-pull-request' of https://gitlab.com/juan.quintela/qemu:
  vmstate-static-checker: Recognize "num" field
  migration/vmstate-dump: Dump array size too as "num"
  migration: Allow postcopy_ram_supported_by_host() to report err
  migration: Move qmp_migrate_set_parameters() to options.c
  migration: Move migrate_use_tls() to options.c
  MAINTAINERS: Add Leonardo and Peter as reviewers
  migration: Disable postcopy + multifd migration

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
rth7680 committed Apr 27, 2023
2 parents c3f9aa8 + 7b5cd8f commit 0ccb483
Show file tree
Hide file tree
Showing 10 changed files with 501 additions and 470 deletions.
2 changes: 2 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3154,6 +3154,8 @@ F: scripts/checkpatch.pl

Migration
M: Juan Quintela <quintela@redhat.com>
R: Peter Xu <peterx@redhat.com>
R: Leonardo Bras <leobras@redhat.com>
S: Maintained
F: hw/core/vmstate-if.c
F: include/hw/vmstate-if.h
Expand Down

0 comments on commit 0ccb483

Please sign in to comment.