qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 5d39f4: migration: Minor control flow simplif


From: Richard Henderson
Subject: [Qemu-commits] [qemu/qemu] 5d39f4: migration: Minor control flow simplification
Date: Mon, 24 Apr 2023 09:35:30 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5d39f44d7ac5c63f53d4d0900ceba9521bc27e49
      
https://github.com/qemu/qemu/commit/5d39f44d7ac5c63f53d4d0900ceba9521bc27e49
  Author: Eric Blake <eblake@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c

  Log Message:
  -----------
  migration: Minor control flow simplification

No need to declare a temporary variable.

Suggested-by: Juan Quintela <quintela@redhat.com>
Fixes: 1df36e8c6289 ("migration: Handle block device inactivation failures 
better")
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>


  Commit: c938157713e723165a42cb6e8364adb6fcbd0e22
      
https://github.com/qemu/qemu/commit/c938157713e723165a42cb6e8364adb6fcbd0e22
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M include/migration/misc.h
    M migration/migration-hmp-cmds.c
    M migration/migration.c

  Log Message:
  -----------
  migration: move migration_global_dump() to migration-hmp-cmds.c

It is only used there, so we can make it static.
Once there, remove spice.h that it is not used.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

---

fix David Edmonson ui/qemu-spice.h unintended removal


  Commit: f9e1ef7482f1ee289b04f4b45702a1701bc8929d
      
https://github.com/qemu/qemu/commit/f9e1ef7482f1ee289b04f4b45702a1701bc8929d
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration-hmp-cmds.c
    M migration/migration.c
    M qapi/migration.json
    M qapi/ui.json
    M ui/ui-hmp-cmds.c
    M ui/ui-qmp-cmds.c

  Log Message:
  -----------
  spice: move client_migrate_info command to ui/

It has nothing to do with migration, except for the "migrate" in the
name of the command.  Move it with the rest of the ui commands.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>


  Commit: 9eb1109cfba5415dd0b0cb82e80fc5e42fe861b7
      
https://github.com/qemu/qemu/commit/9eb1109cfba5415dd0b0cb82e80fc5e42fe861b7
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c

  Log Message:
  -----------
  migration: Create migrate_cap_set()

And remove the convoluted use of qmp_migrate_set_capabilities() to
enable disable MIGRATION_CAPABILITY_BLOCK.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: 1f0776f1c03312aad5d6a5f98871240bc3af01e5
      
https://github.com/qemu/qemu/commit/1f0776f1c03312aad5d6a5f98871240bc3af01e5
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M hw/virtio/virtio-balloon.c
    M migration/block-dirty-bitmap.c
    M migration/block.c
    M migration/colo.c
    M migration/meson.build
    M migration/migration.c
    M migration/migration.h
    A migration/options.c
    A migration/options.h
    M migration/postcopy-ram.c
    M migration/ram.c
    M migration/savevm.c
    M migration/socket.c

  Log Message:
  -----------
  migration: Create options.c

We move there all capabilities helpers from migration.c.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

---

Following David advise:
- looked through the history, capabilities are newer than 2012, so we
  can remove that bit of the header.
- This part is posterior to Anthony.
  Original Author is Orit. Once there,
  I put myself.  Peter Xu also did quite a bit of work here.
  Anyone else wants/needs to be there?  I didn't search too hard
  because nobody asked before to be added.

What do you think?


  Commit: 5e8046445575dc5879e63c5d07af893d174813d0
      
https://github.com/qemu/qemu/commit/5e8046445575dc5879e63c5d07af893d174813d0
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Move migrate_colo_enabled() to options.c

Once that we are there, we rename the function to migrate_colo() to be
consistent with all other capabilities.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: a7a94d14358dd7b445e20c2f26218ff987747642
      
https://github.com/qemu/qemu/commit/a7a94d14358dd7b445e20c2f26218ff987747642
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Move migrate_use_compression() to options.c

Once that we are there, we rename the function to migrate_compress()
to be consistent with all other capabilities.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: b890902c9c025b87d02e718eec3090fd3525ab18
      
https://github.com/qemu/qemu/commit/b890902c9c025b87d02e718eec3090fd3525ab18
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Move migrate_use_events() to options.c

Once that we are there, we rename the function to migrate_events()
to be consistent with all other capabilities.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 51b07548f7c31793adc178c7460c5f4369733c61
      
https://github.com/qemu/qemu/commit/51b07548f7c31793adc178c7460c5f4369733c61
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/multifd.c
    M migration/options.c
    M migration/options.h
    M migration/ram.c
    M migration/socket.c

  Log Message:
  -----------
  migration: Move migrate_use_multifd() to options.c

Once that we are there, we rename the function to migrate_multifd()
to be consistent with all other capabilities.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: b4bc342c766640e0cb8a0b72f71e0ee5545fb790
      
https://github.com/qemu/qemu/commit/b4bc342c766640e0cb8a0b72f71e0ee5545fb790
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/multifd.c
    M migration/options.c
    M migration/options.h
    M migration/socket.c

  Log Message:
  -----------
  migration: Move migrate_use_zero_copy_send() to options.c

Once that we are there, we rename the function to
migrate_zero_copy_send() to be consistent with all other capabilities.

We can remove the CONFIG_LINUX guard.  We already check that we can't
setup this capability in migrate_caps_check().

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 87dca0c9bb63014ef73ad82f7aedea1cb5a822e7
      
https://github.com/qemu/qemu/commit/87dca0c9bb63014ef73ad82f7aedea1cb5a822e7
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Move migrate_use_xbzrle() to options.c

Once that we are there, we rename the function to migrate_xbzrle()
to be consistent with all other capabilities.
We change the type to return bool also for consistency.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 9d4b1e5f22a838285ebeb8f0eb7cc8df1161998f
      
https://github.com/qemu/qemu/commit/9d4b1e5f22a838285ebeb8f0eb7cc8df1161998f
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/block.c
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h
    M migration/savevm.c

  Log Message:
  -----------
  migration: Move migrate_use_block() to options.c

Once that we are there, we rename the function to migrate_block()
to be consistent with all other capabilities.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 38ad1110e368bf91453c0abbd657224d57b65d47
      
https://github.com/qemu/qemu/commit/38ad1110e368bf91453c0abbd657224d57b65d47
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h
    M migration/rdma.c

  Log Message:
  -----------
  migration: Move migrate_use_return() to options.c

Once that we are there, we rename the function to migrate_return_path()
to be consistent with all other capabilities.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 17cba690cdd42108369fafe6b07bff09872fbea6
      
https://github.com/qemu/qemu/commit/17cba690cdd42108369fafe6b07bff09872fbea6
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/options.c
    M migration/options.h
    M migration/rdma.c

  Log Message:
  -----------
  migration: Create migrate_rdma_pin_all() function

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>

---

Fixed missing space after comma (fabiano)


  Commit: 77608706459bd197e25ac1ef54591b9f8a0b46f8
      
https://github.com/qemu/qemu/commit/77608706459bd197e25ac1ef54591b9f8a0b46f8
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Move migrate_caps_check() to options.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 4d0c6b695bf5252402ebf967f83baebfd2f4b91e
      
https://github.com/qemu/qemu/commit/4d0c6b695bf5252402ebf967f83baebfd2f4b91e
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/options.c

  Log Message:
  -----------
  migration: Move qmp_query_migrate_capabilities() to options.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 45c1de13f09b1fd4ea26f54e6da12aae52f34cb8
      
https://github.com/qemu/qemu/commit/45c1de13f09b1fd4ea26f54e6da12aae52f34cb8
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/options.c

  Log Message:
  -----------
  migration: Move qmp_migrate_set_capabilities() to options.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: f80196b772ddeeb07d3d80d5c8382cb5d1063fa2
      
https://github.com/qemu/qemu/commit/f80196b772ddeeb07d3d80d5c8382cb5d1063fa2
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Move migrate_cap_set() to options.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 1dfc4b9e19bcf1ad41a1be9ac82db35b9647c3c1
      
https://github.com/qemu/qemu/commit/1dfc4b9e19bcf1ad41a1be9ac82db35b9647c3c1
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/multifd-zlib.c
    M migration/multifd-zstd.c
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Move parameters functions to option.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 5390adec03a7d8bc6bcf5887f726b0ddaeb90681
      
https://github.com/qemu/qemu/commit/5390adec03a7d8bc6bcf5887f726b0ddaeb90681
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c

  Log Message:
  -----------
  migration: Use migrate_max_postcopy_bandwidth()

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 6f8be7080a1f79bf3832cf798fba1697c409c597
      
https://github.com/qemu/qemu/commit/6f8be7080a1f79bf3832cf798fba1697c409c597
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/block.c
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Move migrate_use_block_incremental() to option.c

To be consistent with every other parameter, rename to
migrate_block_incremental().

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>


  Commit: 6499efdb16e5c1288b4c8390d3bf68b313329b8b
      
https://github.com/qemu/qemu/commit/6499efdb16e5c1288b4c8390d3bf68b313329b8b
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Create migrate_throttle_trigger_threshold()

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: f94a858fa3e72ba954a338c01ae9fecc15fcce5c
      
https://github.com/qemu/qemu/commit/f94a858fa3e72ba954a338c01ae9fecc15fcce5c
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/colo.c
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Create migrate_checkpoint_delay()

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: 24155bd0520035d5148c0af5b925932c4d8064a8
      
https://github.com/qemu/qemu/commit/24155bd0520035d5148c0af5b925932c4d8064a8
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.h
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Create migrate_max_cpu_throttle()

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: 2682c4eea72c621dfd0fb0151cbd758e81d1bdff
      
https://github.com/qemu/qemu/commit/2682c4eea72c621dfd0fb0151cbd758e81d1bdff
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/options.c

  Log Message:
  -----------
  migration: Move migrate_announce_params() to option.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>

---

Fix extra whitespace (fabiano)


  Commit: 2a8ec38082f8098f2693bb3632175453c0c84a51
      
https://github.com/qemu/qemu/commit/2a8ec38082f8098f2693bb3632175453c0c84a51
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Create  migrate_cpu_throttle_initial() to option.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: 9605c2ac282c565bb00b5f344217161bef29eff8
      
https://github.com/qemu/qemu/commit/9605c2ac282c565bb00b5f344217161bef29eff8
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Create migrate_cpu_throttle_increment() function

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: 873f674c559e3162a6e6e92994301d400c5cc873
      
https://github.com/qemu/qemu/commit/873f674c559e3162a6e6e92994301d400c5cc873
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/options.c
    M migration/options.h
    M migration/ram.c

  Log Message:
  -----------
  migration: Create migrate_cpu_throttle_tailslow() function

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: f774fde5d4e97cbfc64dab6622c2c53c5fe5c9fe
      
https://github.com/qemu/qemu/commit/f774fde5d4e97cbfc64dab6622c2c53c5fe5c9fe
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/migration.h
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Move migrate_postcopy() to options.c

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: 9c894df3a37d675652390f7dbbe2f65b7bad7efa
      
https://github.com/qemu/qemu/commit/9c894df3a37d675652390f7dbbe2f65b7bad7efa
  Author: Juan Quintela <quintela@redhat.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M migration/migration.c
    M migration/options.c
    M migration/options.h

  Log Message:
  -----------
  migration: Create migrate_max_bandwidth() function

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>


  Commit: ac5f7bf8e208cd7893dbb1a9520559e569a4677c
      
https://github.com/qemu/qemu/commit/ac5f7bf8e208cd7893dbb1a9520559e569a4677c
  Author: Richard Henderson <richard.henderson@linaro.org>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M hw/virtio/virtio-balloon.c
    M include/migration/misc.h
    M migration/block-dirty-bitmap.c
    M migration/block.c
    M migration/colo.c
    M migration/meson.build
    M migration/migration-hmp-cmds.c
    M migration/migration.c
    M migration/migration.h
    M migration/multifd-zlib.c
    M migration/multifd-zstd.c
    M migration/multifd.c
    A migration/options.c
    A migration/options.h
    M migration/postcopy-ram.c
    M migration/ram.c
    M migration/rdma.c
    M migration/savevm.c
    M migration/socket.c
    M qapi/migration.json
    M qapi/ui.json
    M ui/ui-hmp-cmds.c
    M ui/ui-qmp-cmds.c

  Log Message:
  -----------
  Merge tag 'migration-20230424-pull-request' of 
https://gitlab.com/juan.quintela/qemu into staging

Migration Pull request

Everything that was reviewed since last PULL request:
- fix to control flow (eric)
- rearrange of hmp commands (juan)
- Make capabilities more consistent and coherent (juan)
  Not all of them reviewed yet, so only the ones reviewed.

Later, Juan.

PD.  I am waiting to finish review of the compression fixes to send
them.

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEEGJn/jt6/WMzuA0uC9IfvGFhy1yMFAmRGf0kACgkQ9IfvGFhy
# 1yNojRAAhvOZoYRpTizbSo7wOr2TpO4F1R/opWECubBvw3/yTo3ifsVjovRo/nxe
# zmCXnY/ykqxskb/OMNyLZQYG4MPT24nyf7dhT3VxcFjTYsaNU59yvJoBtvy7Oq5h
# 3Yk0459eKmsP39IXFlAMMRBwX+Hu3aE/8xAAHOowAhkmDkMFYjf7I1Lxpuarbhp+
# k9O5eqdNchG21YUzWXUe4ivAWqZmvzXtkwCp+XJ/KizjIEKgsm8HO1nwm5mtpmnu
# SS9Kkf957jYHqK73YXQhUV+iQ0kCVpclBPfZc2KuzudPi/aMG6LEVKfV//z5KIAz
# amME/6D1oSBfpgtqoCCPELdNfZOz+ZIa+XJzXlWkuiBDu9yNpUP339EVClmStwFu
# 1UAOJIs8VUjPr9zTItgCDjZ17nh4Q0I04aMGuxgQIu82e8CTgS/QrnH2Tr2lUoMO
# QLgYAetVIDGVVFAA9Clba4C7AbS5hBeWMnd9Qd4cP93d6Z/C65xUv0a9mI7edpMb
# RNbvg73ZZCb6tye25cPSr07VaGTS+TELVMEh9RX3KZrfMTsHfGQ/ZHZv9wqJrQ04
# 0wCidqBIbBk+BN8AtJ9vwqtPpL/Nf/BwDKPiwOVuZHCcrP+veXtlKb00SwNpJwkN
# x3Ld4cq22ZLeqO4dMueK16ij0ZpuXsF7jM/ptEvxrw6oxh/6xYQ=
# =g5gx
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 24 Apr 2023 02:08:25 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-20230424-pull-request' of 
https://gitlab.com/juan.quintela/qemu: (30 commits)
  migration: Create migrate_max_bandwidth() function
  migration: Move migrate_postcopy() to options.c
  migration: Create migrate_cpu_throttle_tailslow() function
  migration: Create migrate_cpu_throttle_increment() function
  migration: Create  migrate_cpu_throttle_initial() to option.c
  migration: Move migrate_announce_params() to option.c
  migration: Create migrate_max_cpu_throttle()
  migration: Create migrate_checkpoint_delay()
  migration: Create migrate_throttle_trigger_threshold()
  migration: Move migrate_use_block_incremental() to option.c
  migration: Use migrate_max_postcopy_bandwidth()
  migration: Move parameters functions to option.c
  migration: Move migrate_cap_set() to options.c
  migration: Move qmp_migrate_set_capabilities() to options.c
  migration: Move qmp_query_migrate_capabilities() to options.c
  migration: Move migrate_caps_check() to options.c
  migration: Create migrate_rdma_pin_all() function
  migration: Move migrate_use_return() to options.c
  migration: Move migrate_use_block() to options.c
  migration: Move migrate_use_xbzrle() to options.c
  ...

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Compare: https://github.com/qemu/qemu/compare/81072abf1575...ac5f7bf8e208



reply via email to

[Prev in Thread] Current Thread [Next in Thread]