Commit e110aa91 authored by Cao jin's avatar Cao jin Committed by Amit Shah
Browse files

migration/ram: fix typo



Signed-off-by: default avatarCao jin <caoj.fnst@cn.fujitsu.com>
Message-Id: <1469776231-23820-1-git-send-email-caoj.fnst@cn.fujitsu.com>
Signed-off-by: default avatarAmit Shah <amit.shah@redhat.com>
parent d08306dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -375,8 +375,8 @@ void migrate_compress_threads_create(void)
    qemu_cond_init(&comp_done_cond);
    qemu_mutex_init(&comp_done_lock);
    for (i = 0; i < thread_count; i++) {
        /* com_param[i].file is just used as a dummy buffer to save data, set
         * it's ops to empty.
        /* comp_param[i].file is just used as a dummy buffer to save data,
         * set its ops to empty.
         */
        comp_param[i].file = qemu_fopen_ops(NULL, &empty_ops);
        comp_param[i].done = true;