diff options
| author | Juan Quintela <quintela@redhat.com> | 2023-03-01 21:18:45 +0100 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2023-04-24 15:01:46 +0200 |
| commit | 1f0776f1c03312aad5d6a5f98871240bc3af01e5 (patch) | |
| tree | 7d6fd8aba7616b711b1927d66b09c5e7f7c1b8ab /migration/postcopy-ram.c | |
| parent | 9eb1109cfba5415dd0b0cb82e80fc5e42fe861b7 (diff) | |
| download | focaccia-qemu-1f0776f1c03312aad5d6a5f98871240bc3af01e5.tar.gz focaccia-qemu-1f0776f1c03312aad5d6a5f98871240bc3af01e5.zip | |
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?
Diffstat (limited to 'migration/postcopy-ram.c')
| -rw-r--r-- | migration/postcopy-ram.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c index d7b48dd920..0711500036 100644 --- a/migration/postcopy-ram.c +++ b/migration/postcopy-ram.c @@ -37,6 +37,7 @@ #include "tls.h" #include "qemu/userfaultfd.h" #include "qemu/mmap-alloc.h" +#include "options.h" /* Arbitrary limit on size of each discard command, * keeps them around ~200 bytes |