From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9B5E0C433F5 for ; Wed, 11 May 2022 19:52:21 +0000 (UTC) Received: from localhost ([::1]:42754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nosNg-0003fE-Ln for qemu-devel@archiver.kernel.org; Wed, 11 May 2022 15:52:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38590) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nor3K-0004Ts-8F for qemu-devel@nongnu.org; Wed, 11 May 2022 14:27:14 -0400 Received: from 66-220-155-178.mail-mxout.facebook.com ([66.220.155.178]:46453) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nor3G-0000wM-KC for qemu-devel@nongnu.org; Wed, 11 May 2022 14:27:14 -0400 Received: by devvm5719.atn0.facebook.com (Postfix, from userid 279525) id A448813ABF90; Wed, 11 May 2022 11:10:25 -0700 (PDT) To: Cc: irischenlj@fb.com, pdel@fb.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org, clg@kaod.org, patrick@stwcx.xyz Subject: [PATCH 0/1] hw: allow write_enable latch get/set Date: Wed, 11 May 2022 11:10:23 -0700 Message-Id: <20220511181024.969263-1-irischenlj@fb.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: none client-ip=66.220.155.178; envelope-from=irischenlj@devvm5719.atn0.facebook.com; helo=66-220-155-178.mail-mxout.facebook.com X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, NO_DNS_FOR_FROM=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, TVD_RCVD_IP=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 11 May 2022 15:50:16 -0400 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Reply-to: Iris Chen From: Iris Chen via Hey everyone,=20 My patch adds the get/set property for the write_enable latch. Currently,= it is not an exposed property but this change adds QOM visibility and ma= kes this property modifiable.=20 Acceptance tests have also been added to verify the value in the status r= egister (after the value is set).=20 Thanks,=20 Iris Iris Chen (1): hw: allow write_enable latch get/set hw/block/m25p80.c | 30 ++++++++++++++++++++++++++++++ tests/qtest/aspeed_smc-test.c | 20 ++++++++++++++++++++ 2 files changed, 50 insertions(+) --=20 2.30.2