From patchwork Tue Dec 11 16:34:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= X-Patchwork-Id: 10724167 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 63D6618A7 for ; Tue, 11 Dec 2018 16:39:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 548282B301 for ; Tue, 11 Dec 2018 16:39:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 488742B32F; Tue, 11 Dec 2018 16:39:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EF2C22B301 for ; Tue, 11 Dec 2018 16:39:57 +0000 (UTC) Received: from localhost ([::1]:39979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWl4f-00061q-4h for patchwork-qemu-devel@patchwork.kernel.org; Tue, 11 Dec 2018 11:39:57 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWkzY-0002hm-GW for qemu-devel@nongnu.org; Tue, 11 Dec 2018 11:34:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWkzW-0006WQ-Do for qemu-devel@nongnu.org; Tue, 11 Dec 2018 11:34:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15851) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gWkzO-0006RJ-Jp; Tue, 11 Dec 2018 11:34:32 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A62B430832E8; Tue, 11 Dec 2018 16:34:27 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-183.brq.redhat.com [10.40.204.183]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 80EE75D964; Tue, 11 Dec 2018 16:34:08 +0000 (UTC) From: =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org, "Michael S. Tsirkin" Date: Tue, 11 Dec 2018 17:34:02 +0100 Message-Id: <20181211163406.3322-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Tue, 11 Dec 2018 16:34:27 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v2 0/4] Introduce the hw/firmware/ namespace X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , qemu-arm@nongnu.org, Laszlo Ersek , Corey Minyard , =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi, QEMU interacts with various firmwares. We already have some helpers for some firmwares. Later we will add UEFI helpers. This series introduce the hw/firmware namespace for this. There is no need to move hw/smbios sources into a specific directory, we only focus on the headers. Since v1 https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg01585.html: - Addressed Laszlo's comments - Added R-b (Michael, Corey, Laszlo) Philippe Mathieu-Daudé (4): tests: Remove unused include hw/smbios: Restrict access to "hw/smbios/ipmi.h" hw/smbios: Remove "smbios_ipmi.h" hw/smbios: Move to the hw/firmware/ subdirectory MAINTAINERS | 2 +- hw/arm/virt.c | 2 +- hw/i386/pc.c | 2 +- hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 2 +- hw/smbios/smbios-stub.c | 2 +- hw/smbios/smbios.c | 3 +-- hw/smbios/smbios_build.h | 4 ++++ hw/smbios/smbios_type_38-stub.c | 2 +- hw/smbios/smbios_type_38.c | 3 +-- include/hw/{smbios => firmware}/smbios.h | 0 include/hw/smbios/ipmi.h | 15 --------------- tests/acpi-utils.c | 1 - tests/bios-tables-test.c | 2 +- vl.c | 2 +- 15 files changed, 15 insertions(+), 29 deletions(-) rename include/hw/{smbios => firmware}/smbios.h (100%) delete mode 100644 include/hw/smbios/ipmi.h