From patchwork Tue Apr 26 08:27:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 614831 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qvGS66Sk7z9t5V for ; Tue, 26 Apr 2016 18:27:50 +1000 (AEST) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3qvGS64vxmzDqBS for ; Tue, 26 Apr 2016 18:27:50 +1000 (AEST) X-Original-To: slof@lists.ozlabs.org Delivered-To: slof@lists.ozlabs.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qvGS30yzpzDq68 for ; Tue, 26 Apr 2016 18:27:47 +1000 (AEST) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9363385538; Tue, 26 Apr 2016 08:27:45 +0000 (UTC) Received: from thh440s.fritz.box (vpn1-4-246.ams2.redhat.com [10.36.4.246]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3Q8RfTn014019; Tue, 26 Apr 2016 04:27:44 -0400 From: Thomas Huth To: slof@lists.ozlabs.org, nikunj@linux.vnet.ibm.com Date: Tue, 26 Apr 2016 10:27:39 +0200 Message-Id: <1461659261-26783-2-git-send-email-thuth@redhat.com> In-Reply-To: <1461659261-26783-1-git-send-email-thuth@redhat.com> References: <1461659261-26783-1-git-send-email-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Subject: [SLOF] [PATCH 1/3] virtio: Set a proper name for virtio-9p device tree nodes X-BeenThere: slof@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Patches for https://github.com/aik/SLOF" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: slof-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "SLOF" The virtio-9p devices currently show up as "unknown-legacy-device" in the device tree. We've got a driver for this device, so it is certainly not "unknown", i.e. let's use a better name here instead. Signed-off-by: Thomas Huth --- board-qemu/slof/pci-device_1af4_1009.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/board-qemu/slof/pci-device_1af4_1009.fs b/board-qemu/slof/pci-device_1af4_1009.fs index 9c8be24..ee813f9 100644 --- a/board-qemu/slof/pci-device_1af4_1009.fs +++ b/board-qemu/slof/pci-device_1af4_1009.fs @@ -15,6 +15,7 @@ s" virtio [ network ]" type cr my-space pci-device-generic-setup +s" virtio-9p" device-name pci-master-enable pci-mem-enable