diff options
| author | Leonardo Bras | 2022-06-20 07:39:45 +0200 |
|---|---|---|
| committer | Dr. David Alan Gilbert | 2022-06-22 19:11:17 +0200 |
| commit | 1abaec9a1b2c23f7aa94709a422128d9e42c3e0b (patch) | |
| tree | 125d38fcdf0a5c9427a5ab3ebf4ab6b89f89be9d /include/io | |
| parent | QIOChannelSocket: Fix zero-copy send so socket flush works (diff) | |
| download | qemu-1abaec9a1b2c23f7aa94709a422128d9e42c3e0b.tar.gz qemu-1abaec9a1b2c23f7aa94709a422128d9e42c3e0b.tar.xz qemu-1abaec9a1b2c23f7aa94709a422128d9e42c3e0b.zip | |
migration: Change zero_copy_send from migration parameter to migration capability
When originally implemented, zero_copy_send was designed as a Migration
paramenter.
But taking into account how is that supposed to work, and how
the difference between a capability and a parameter, it only makes sense
that zero-copy-send would work better as a capability.
Taking into account how recently the change got merged, it was decided
that it's still time to make it right, and convert zero_copy_send into
a Migration capability.
Signed-off-by: Leonardo Bras <leobras@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
dgilbert: always define the capability, even on non-Linux but error if
set; avoids build problems with the capability
Diffstat (limited to 'include/io')
0 files changed, 0 insertions, 0 deletions
