mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
migration: Remove MigrationState from migration_channel_incomming()
All callers were calling migrate_get_current(), so do it inside the function. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com>
This commit is contained in:
parent
c8f9f4f402
commit
543147116e
6 changed files with 8 additions and 9 deletions
|
@ -19,9 +19,10 @@
|
|||
#include "qapi/error.h"
|
||||
#include "io/channel-tls.h"
|
||||
|
||||
void migration_channel_process_incoming(MigrationState *s,
|
||||
QIOChannel *ioc)
|
||||
void migration_channel_process_incoming(QIOChannel *ioc)
|
||||
{
|
||||
MigrationState *s = migrate_get_current();
|
||||
|
||||
trace_migration_set_incoming_channel(
|
||||
ioc, object_get_typename(OBJECT(ioc)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue