From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 837184A33 for ; Thu, 8 Aug 2024 13:23:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723123395; cv=none; b=CuG1ORd7paALJD8HB/YfWLh7xdCYgldwlfOuQ6NXNs7yFGD2FIy/Ag/PNSmDPe7QfuJibYMQb0Ab/8NREkmnBFW75npBbMHPnHVRzQil0qq5JGRTjXfXaKf8yvhBdNSsRNN1/NHegoOKkxFTSyzx1B+QIXtbaSCtUC6E+lJfnEE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723123395; c=relaxed/simple; bh=Ga/j1peT2iZzkdrMHAG94s/1f8x1frt+OvK0hcQXDkU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=Y6SAGDcjywpqJBGsRyyFgTVK2jm/sn5lLCPWwCi2ZLRGoQAi5KzzXf4AdU7s4tPZTMhb8MXUAFwabLqUvAGhgMe66fi53HvzMhuon6G54lGtnaj04HYpOiu0g1CJ+X2j8DSkHpLnSDVR/f9vyOzUdG7JvX0VFef5XnXbsGWAYeM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=RL8y9pW0; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="RL8y9pW0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1723123392; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PgOyHGQ4CrwHKV+wYDltQrPczjgYpAzB626tRdkvhBI=; b=RL8y9pW0PDO0b2CLaGrVY0UHEhAJQlU221iREXxN5QpO0+kuqsyTnCsZlBK3n34i7O80lh CXhiig8WveKQZxwVIsXuXY4GXSKbdjwXrFZv47kyLI4PUXlU1Re6mMPanydvh8pHp1+RCW rqdZml6dm63xTK7s4WCsaCdVvIAni/k= Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-8-pePM0XxiO06RCsVLH9Hw2A-1; Thu, 08 Aug 2024 09:23:09 -0400 X-MC-Unique: pePM0XxiO06RCsVLH9Hw2A-1 Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id D7484194510F; Thu, 8 Aug 2024 13:23:07 +0000 (UTC) Received: from blackfin.pond.sub.org (unknown [10.39.193.245]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 370FB300018D; Thu, 8 Aug 2024 13:23:07 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id D4FDD21E6682; Thu, 8 Aug 2024 15:23:04 +0200 (CEST) From: Markus Armbruster To: Mauro Carvalho Chehab Cc: Jonathan Cameron , Shiju Jose , "Michael S. Tsirkin" , Ani Sinha , Dongjiu Geng , Eric Blake , Igor Mammedov , Michael Roth , Paolo Bonzini , Peter Maydell , linux-kernel@vger.kernel.org, qemu-arm@nongnu.org, qemu-devel@nongnu.org Subject: Re: [PATCH v6 04/10] qapi/ghes-cper: add an interface to do generic CPER error injection In-Reply-To: <87799362699e4349ce4a44f3d25698d5764735c6.1723119423.git.mchehab+huawei@kernel.org> (Mauro Carvalho Chehab's message of "Thu, 8 Aug 2024 14:26:30 +0200") References: <87799362699e4349ce4a44f3d25698d5764735c6.1723119423.git.mchehab+huawei@kernel.org> Date: Thu, 08 Aug 2024 15:23:04 +0200 Message-ID: <87a5hnup1j.fsf@pond.sub.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 Mauro Carvalho Chehab writes: > Creates a QMP command to be used for generic ACPI APEI hardware error > injection (HEST) via GHESv2. > > The actual GHES code will be added at the followup patch. > > Signed-off-by: Mauro Carvalho Chehab > Signed-off-by: Shiju Jose > Reviewed-by: Jonathan Cameron My review of v5 still applies. Messages crossed, I suppose.