]> git.proxmox.com Git - mirror_qemu.git/commit - migration/meson.build
migration: Create options.c
authorJuan Quintela <quintela@redhat.com>
Wed, 1 Mar 2023 20:18:45 +0000 (21:18 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 24 Apr 2023 13:01:46 +0000 (15:01 +0200)
commit1f0776f1c03312aad5d6a5f98871240bc3af01e5
tree7d6fd8aba7616b711b1927d66b09c5e7f7c1b8ab
parent9eb1109cfba5415dd0b0cb82e80fc5e42fe861b7
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?
13 files changed:
hw/virtio/virtio-balloon.c
migration/block-dirty-bitmap.c
migration/block.c
migration/colo.c
migration/meson.build
migration/migration.c
migration/migration.h
migration/options.c [new file with mode: 0644]
migration/options.h [new file with mode: 0644]
migration/postcopy-ram.c
migration/ram.c
migration/savevm.c
migration/socket.c