mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
migration: make writes blocking
Move all the writes to the migration_thread, and make writings blocking. Notice that are still using the iothread for everything that we do. Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
766bd1769e
commit
dd217b8732
7 changed files with 2 additions and 29 deletions
5
savevm.c
5
savevm.c
|
@ -555,11 +555,6 @@ int qemu_fclose(QEMUFile *f)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int qemu_file_put_notify(QEMUFile *f)
|
||||
{
|
||||
return f->ops->put_buffer(f->opaque, NULL, 0, 0);
|
||||
}
|
||||
|
||||
void qemu_put_buffer(QEMUFile *f, const uint8_t *buf, int size)
|
||||
{
|
||||
int l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue