From nobody Sun Feb 8 21:11:40 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linux.intel.com ARC-Seal: i=1; a=rsa-sha256; t=1563662492; cv=none; d=zoho.com; s=zohoarc; b=Ts/mWyk8/1BSsydTYIN9P1oqsWJkcKUFW2uFlBngoee5JxKg+6r56n2+FLptTxa8MvrBQikK1iKbgTDSuk/dR31FAR/+BuHsjmkFNiJ6tn4d7rK20Zk/YD5V9n2hQCwXes0uL6Y60dRXgo/IU7EX0UN+hd0IY6+SKyIvAcDhnDs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563662492; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=9ZBZGYSwIwyncq2KRiF9+3y0yqIiTes7TnS7K0qZuhw=; b=PSvsCL4wk+kDsYW3Gg4FaTr6bLxjvfVIR5epVbzy2t8ZaBqgBXyPPzROyZt421dw++imSpOwgyfgsOKCpN94gc1hvcrpXBetcHqemI/wx4A0MdFcXwAsSAzl3MyTdGvcz/ajiZlCCgHDuuE+2yaWNHAhcgE6QY6Im8AkmMHlOxQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1563662492306490.61647926934324; Sat, 20 Jul 2019 15:41:32 -0700 (PDT) Received: from localhost ([::1]:53832 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoy2f-0001ap-Ll for importer@patchew.org; Sat, 20 Jul 2019 18:41:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50230) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoy2U-0001CX-Ll for qemu-devel@nongnu.org; Sat, 20 Jul 2019 18:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoy2T-000357-Jd for qemu-devel@nongnu.org; Sat, 20 Jul 2019 18:41:14 -0400 Received: from mga05.intel.com ([192.55.52.43]:27383) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hoy2T-00027w-BR for qemu-devel@nongnu.org; Sat, 20 Jul 2019 18:41:13 -0400 Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2019 15:40:06 -0700 Received: from richard.sh.intel.com (HELO localhost) ([10.239.159.54]) by orsmga006.jf.intel.com with ESMTP; 20 Jul 2019 15:40:04 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,288,1559545200"; d="scan'208";a="173838346" From: Wei Yang To: qemu-devel@nongnu.org Date: Sun, 21 Jul 2019 06:39:39 +0800 Message-Id: <20190720223939.11327-1-richardw.yang@linux.intel.com> X-Mailer: git-send-email 2.17.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.43 Subject: [Qemu-devel] [PATCH] migration/postcopy: use mis->bh instead of allocating a QEMUBH X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Wei Yang , dgilbert@redhat.com, quintela@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" For migration incoming side, it either quit in precopy or postcopy. It is save to use the mis->bh for both instead of allocating a dedicated QEMUBH for postcopy. Signed-off-by: Wei Yang Reviewed-by: Dr. David Alan Gilbert --- migration/savevm.c | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/migration/savevm.c b/migration/savevm.c index 25fe7ea05a..0105068579 100644 --- a/migration/savevm.c +++ b/migration/savevm.c @@ -1856,16 +1856,10 @@ static int loadvm_postcopy_handle_listen(MigrationI= ncomingState *mis) return 0; } =20 - -typedef struct { - QEMUBH *bh; -} HandleRunBhData; - static void loadvm_postcopy_handle_run_bh(void *opaque) { Error *local_err =3D NULL; - HandleRunBhData *data =3D opaque; - MigrationIncomingState *mis =3D migration_incoming_get_current(); + MigrationIncomingState *mis =3D opaque; =20 /* TODO we should move all of this lot into postcopy_ram.c or a shared= code * in migration.c @@ -1897,8 +1891,7 @@ static void loadvm_postcopy_handle_run_bh(void *opaqu= e) runstate_set(RUN_STATE_PAUSED); } =20 - qemu_bh_delete(data->bh); - g_free(data); + qemu_bh_delete(mis->bh); } =20 /* After all discards we can start running and asking for pages */ @@ -1906,7 +1899,6 @@ static int loadvm_postcopy_handle_run(MigrationIncomi= ngState *mis) { PostcopyState old_ps =3D POSTCOPY_INCOMING_LISTENING; PostcopyState ps =3D postcopy_state_set(POSTCOPY_INCOMING_RUNNING, &ol= d_ps); - HandleRunBhData *data; =20 trace_loadvm_postcopy_handle_run(); if (ps !=3D old_ps) { @@ -1914,9 +1906,8 @@ static int loadvm_postcopy_handle_run(MigrationIncomi= ngState *mis) return -1; } =20 - data =3D g_new(HandleRunBhData, 1); - data->bh =3D qemu_bh_new(loadvm_postcopy_handle_run_bh, data); - qemu_bh_schedule(data->bh); + mis->bh =3D qemu_bh_new(loadvm_postcopy_handle_run_bh, mis); + qemu_bh_schedule(mis->bh); =20 /* We need to finish reading the stream from the package * and also stop reading anything more from the stream that loaded the --=20 2.17.1