From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cP3OV-0000Xi-8e for qemu-devel@nongnu.org; Thu, 05 Jan 2017 03:27:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cP3OU-0003ni-Gv for qemu-devel@nongnu.org; Thu, 05 Jan 2017 03:27:31 -0500 Received: from mail-lf0-x22b.google.com ([2a00:1450:4010:c07::22b]:33016) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cP3OU-0003mg-A8 for qemu-devel@nongnu.org; Thu, 05 Jan 2017 03:27:30 -0500 Received: by mail-lf0-x22b.google.com with SMTP id k86so30666930lfi.0 for ; Thu, 05 Jan 2017 00:27:28 -0800 (PST) MIME-Version: 1.0 From: Bob Chen Date: Thu, 5 Jan 2017 16:27:26 +0800 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Live migration + cpu/mem hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, According to the docs, the destination Qemu must have the exactly same parameters as the source one. So if the source has just finished cpu or memory hotplug, what would the dest's parameters be like? Does DIMM device, or logically QOM object, have to be reflected on the new command-line parameters? Regards, Bob