From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtX0s-0002qC-Td for qemu-devel@nongnu.org; Tue, 12 Feb 2019 07:18:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtX0q-00018W-Vm for qemu-devel@nongnu.org; Tue, 12 Feb 2019 07:18:10 -0500 Received: from mail-wm1-f66.google.com ([209.85.128.66]:40437) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtX0l-0000vx-86 for qemu-devel@nongnu.org; Tue, 12 Feb 2019 07:18:05 -0500 Received: by mail-wm1-f66.google.com with SMTP id q21so2774086wmc.5 for ; Tue, 12 Feb 2019 04:18:02 -0800 (PST) References: <20190204231815.29661-1-philmd@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Tue, 12 Feb 2019 13:17:59 +0100 MIME-Version: 1.0 In-Reply-To: <20190204231815.29661-1-philmd@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 00/11] hw: Remove "hw/devices.h" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, Peter Maydell Cc: Richard Henderson , Andrew Jeffery , =?UTF-8?Q?C=c3=a9dric_Le_Goater?= , Jan Kiszka , Igor Mitsyanko , Michael Walle , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , "Edgar E. Iglesias" , qemu-ppc@nongnu.org, Peter Chubb , Beniamino Galvani , BALATON Zoltan , Magnus Damm , Gerd Hoffmann , Aurelien Jarno , Joel Stanley , Andrzej Zaborowski , David Gibson , Bastian Koppelmann , qemu-arm@nongnu.org, Jason Wang , Rob Herring On 2/5/19 12:18 AM, Philippe Mathieu-Daudé wrote: > Hi, > > As his first comment describes itself, the "hw/devices.h" contains > declarations for "Devices that have nowhere better to go." > This series remove it, creating new headers for devices covered there. > MAINTAINERS is updated. > I also included 2 cleanups while working on this, in "qemu/typedefs.h" > and "hw/net/ne2000-isa.h" header guard. > > v2: > - added R-b, T-b tags > - addressed many review comments from Thomas > > v1: https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg00611.html ping? Since it is mostly touch (old) ARM boards, Peter can you do a quick review and give your Ack-by, so it can go via the Trivial/Misc tree? Half of the series is already reviewed by Thomas. Thanks, Phil.