From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwWXu-0000iN-23 for qemu-devel@nongnu.org; Wed, 20 Feb 2019 13:24:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwWXt-0000wq-Bl for qemu-devel@nongnu.org; Wed, 20 Feb 2019 13:24:38 -0500 Received: from mail-pl1-x643.google.com ([2607:f8b0:4864:20::643]:40904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwWXr-0000sp-5o for qemu-devel@nongnu.org; Wed, 20 Feb 2019 13:24:37 -0500 Received: by mail-pl1-x643.google.com with SMTP id bj4so12632114plb.7 for ; Wed, 20 Feb 2019 10:24:27 -0800 (PST) References: <20190219125808.25174-1-peter.maydell@linaro.org> <20190219125808.25174-7-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Wed, 20 Feb 2019 10:24:23 -0800 MIME-Version: 1.0 In-Reply-To: <20190219125808.25174-7-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/8] hw/arm/iotkit-sysctl: Add SSE-200 registers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: patches@linaro.org On 2/19/19 4:58 AM, Peter Maydell wrote: > The SYSCTL block in the SSE-200 has some extra registers that > are not present in the IoTKit version. Add these registers > (as reads-as-written stubs), enabled by a new QOM property. > > Signed-off-by: Peter Maydell > --- > include/hw/misc/iotkit-sysctl.h | 20 +++ > hw/arm/armsse.c | 2 + > hw/misc/iotkit-sysctl.c | 245 +++++++++++++++++++++++++++++++- > 3 files changed, 262 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~