From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 786CC1FAC53 for ; Wed, 8 Jan 2025 14:19:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736345974; cv=none; b=R8xrsWgmpGXTlkK2VIR/hEJbQXIPYGC3HSXFBArxtOvfh9E8mr9O3gr+CWsstODXl/kE1y+eWHTfcZf2qf4svaOSoiRmxJHAqGrZj13mZFdJqwXQUyefk6/H+4BnI2ha+cNY/j3ZV0oHvv6W3B6X5Ve92ssaCP7t7xII08BgsAA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736345974; c=relaxed/simple; bh=vK1IN5Dyq05umuvO6zGZxlftusRlxJsEsWVxts69M+o=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=N89aI6wKJSHj7jGnNABGx08AusctzH9QqzNLmqTCu4U7dQj7yVZvWnkE7CSa+/0gNd/+dl+jUQHRmDbUBrYFtBbQHuQBpG8OySwGQLCslz6RVcng+QjuOXv0NdRwwupTGc2Gi0SRqP/8YTzqirrgy9F9eH/L/t9nGmQlMPFI2DA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FiuMaGkf; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FiuMaGkf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16405C4CED3; Wed, 8 Jan 2025 14:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736345974; bh=vK1IN5Dyq05umuvO6zGZxlftusRlxJsEsWVxts69M+o=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=FiuMaGkfk91ZuJ039RrSBrGseGzRiLq/ZP2JeDgcYWM6BXiFhfSUVB0tPmAsIUQe0 CqKkk5dEn4jJjM3PWwzkOMY9AlESNJ652ekVT4WqJ0My4mwSBb+cxxGF/Xq58ZUwIc 0U/hhvFqbgzjb0NLM8TtT4C1NxAFuRyzT9lZfTfnWRziy4i8oUE5gle6ccDJTcSLCQ gWdiWOJWcE6G5TWPWdkLVNQvrkojxIQYn68tG8ijI3WKcYbyV86Kd4Ip+GmAetxFlF 2w3kPVyOPzbe6k/IOwIBquaQTSvsMsKURkwS0SEmys0ZMYyOuPMqDOKqt978M8P1aW YiikMFVQOYuTQ== Date: Wed, 8 Jan 2025 15:19:26 +0100 From: Mauro Carvalho Chehab To: "Michael S. Tsirkin" Cc: Igor Mammedov , Philippe =?UTF-8?B?TWF0aGlldS1E?= =?UTF-8?B?YXVkw6k=?= , Ani Sinha , Dongjiu Geng , Eduardo Habkost , Marcel Apfelbaum , Peter Maydell , Shannon Zhao , Yanan Wang , Zhao Liu , linux-kernel@vger.kernel.org, qemu-arm@nongnu.org, qemu-devel@nongnu.org Subject: Re: [PATCH v3 0/5] Change ghes driver to use HEST-based offsets Message-ID: <20250108151926.1602394f@foz.lan> In-Reply-To: <20250108090815-mutt-send-email-mst@kernel.org> References: <20250108090815-mutt-send-email-mst@kernel.org> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Em Wed, 8 Jan 2025 09:08:51 -0500 "Michael S. Tsirkin" escreveu: > On Wed, Dec 04, 2024 at 04:57:54PM +0100, Mauro Carvalho Chehab wrote: > > This series was part of the previous PR to add generic error injection > > support on GHES. It depends on a cleanup patch series sent earlier > > today: > > > > https://lore.kernel.org/qemu-devel/cover.1733297707.git.mchehab+huawei@kernel.org/T/#t > > > > It contains the changes of the math used to calculate offsets at HEST table > > and hardware_error firmware file. It prepares for the addition of GHES > > error injection. > > > > The first patch was previously at the cleanup series. It prepares > > the logic to support multiple sources. > > > > The second patch adds a new firmware file to store HEST address. > > > > The third patch use the new firmware to calculate offsets using > > HEST table. > > > > Patches 4 and 5 add migration support. They assume that this > > series will be merged for qemu 9.2 (maybe it is too late for that, > > as QEMU is now on soft freeze). > > > > I tested migration using both virt-9.1 and virt-9.2 machines > > on qemu 9.2. > > So this needs a rebase to the next release. Thanks! Sure, I'll do the rebase today. What about the preparation patch series, from where this one is placed on the top: https://lore.kernel.org/qemu-devel/cover.1733297707.git.mchehab+huawei@kernel.org/T/#m3b56bbe7bd400369f9e38b56faf4e65e64069955 Could you merge it? It should apply cleanly on https://gitlab.com/qemu-project/qemu.git master and it doesn't contain any migration stuff on it. Thanks, Mauro