From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwt5l-0005BY-KK for qemu-devel@nongnu.org; Tue, 26 Sep 2017 12:52:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwt5k-0001r8-M4 for qemu-devel@nongnu.org; Tue, 26 Sep 2017 12:52:17 -0400 References: <1506441116-16627-1-git-send-email-thuth@redhat.com> From: Thomas Huth Message-ID: Date: Tue, 26 Sep 2017 18:52:10 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = false List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: "Edgar E. Iglesias" , qemu-arm , QEMU Trivial , Peter Maydell , "qemu-devel@nongnu.org Developers" On 26.09.2017 18:36, Alistair Francis wrote: > On Tue, Sep 26, 2017 at 8:51 AM, Thomas Huth wrote: >> The device uses serial_hds in its realize function and thus can't be >> used twice. Apart from that, the comma in its name makes it quite hard >> to use for the user anyway, since a comma is normally used to separate >> the device name from its properties when using the "-device" parameter >> or the "device_add" HMP command. >=20 > Is it worth changing the name now then as well? Not sure, was there a reason for this name? E.g. is it used in a device tree somewhere somehow? Anyway, with user_creatable =3D false, I think it is not so urgent anymore to change it. >> Signed-off-by: Thomas Huth >=20 > Reviewed-by: Alistair Francis Thanks! Thomas