Searched hist:f1cfe39418a837e8dd52a7e75331f1606949deff (Results 1 – 2 of 2) sorted by relevance
/qemu/io/ |
H A D | channel.c | f1cfe39418a837e8dd52a7e75331f1606949deff Thu Feb 29 15:29:57 UTC 2024 Nikolay Borisov <nborisov@suse.com> io: Add generic pwritev/preadv interface
Introduce basic pwritev/preadv support in the generic channel layer. Specific implementation will follow for the file channel as this is required in order to support migration streams with fixed location of each ram page.
Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/r/20240229153017.2221-4-farosas@suse.de Signed-off-by: Peter Xu <peterx@redhat.com>
|
/qemu/include/io/ |
H A D | channel.h | f1cfe39418a837e8dd52a7e75331f1606949deff Thu Feb 29 15:29:57 UTC 2024 Nikolay Borisov <nborisov@suse.com> io: Add generic pwritev/preadv interface
Introduce basic pwritev/preadv support in the generic channel layer. Specific implementation will follow for the file channel as this is required in order to support migration streams with fixed location of each ram page.
Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/r/20240229153017.2221-4-farosas@suse.de Signed-off-by: Peter Xu <peterx@redhat.com>
|