From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJhnM-0001c4-Df for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:32:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJhnK-0001L2-D9 for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:32:08 -0500 Received: from mail-oi1-x244.google.com ([2607:f8b0:4864:20::244]:38444) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gJhnI-0001AK-Cq for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:32:04 -0500 Received: by mail-oi1-x244.google.com with SMTP id v83-v6so7990447oia.5 for ; Mon, 05 Nov 2018 08:31:55 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1539939312-19713-1-git-send-email-hongbo.zhang@linaro.org> References: <1539939312-19713-1-git-send-email-hongbo.zhang@linaro.org> From: Peter Maydell Date: Mon, 5 Nov 2018 16:31:33 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v4] Add arm SBSA reference machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hongbo Zhang Cc: =?UTF-8?B?QWxleCBCZW5uw6ll?= , QEMU Developers , qemu-arm , Ard Biesheuvel , Leif Lindholm , Radoslaw Biernacki On 19 October 2018 at 09:55, Hongbo Zhang wrote: > For the Aarch64, there is one machine 'virt', it is primarily meant to > run on KVM and execute virtualization workloads, but we need an > environment as faithful as possible to physical hardware, to support > firmware and OS development for pysical Aarch64 machines. > > See the patch commit comments for the features description. > > V4 changes: > - rebased to v3.0.0 > - removed timer, uart, rtc, *hci device tree nodes > (others were removerd in v3) > - other minore codes clean up, mainly unsed header files, comments etc. > > V3 changes: > - rename the platform 'sbsa-ref' > - move all the codes to a separate file sbsa-ref.c > - remove paravirtualized fw_cfg device > - do not supply ACPI tables, since firmware will do it > - supply only necessary DT nodes > - and other minor code clean up Hi; just a note that this series isn't going to make it into the 3.1 release. It is still on my to-review queue for 4.0, but I may not get to reviewing it for a little bit while I deal with for-3.1 work. thanks -- PMM