From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK7dE-0003NN-VH for qemu-devel@nongnu.org; Tue, 06 Nov 2018 15:07:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK7OS-0001kn-Rb for qemu-devel@nongnu.org; Tue, 06 Nov 2018 14:52:09 -0500 Received: from mail-lj1-x230.google.com ([2a00:1450:4864:20::230]:33914) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gK7OQ-0001BV-PU for qemu-devel@nongnu.org; Tue, 06 Nov 2018 14:52:08 -0500 Received: by mail-lj1-x230.google.com with SMTP id u6-v6so12625598ljd.1 for ; Tue, 06 Nov 2018 11:51:56 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Alistair Francis Date: Tue, 6 Nov 2018 11:51:26 -0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] List of files containing devices which have not been QOMified List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , "qemu-devel@nongnu.org Developers" On Tue, Nov 6, 2018 at 11:47 AM Paolo Bonzini wrote: > > On 06/11/2018 19:43, Peter Maydell wrote: > > hw/core/ptimer.c > > Not a device. > > > hw/i2c/bitbang_i2c.c > > TYPE_GPIO_I2C? > > > hw/ide/ahci.c > > Even though AHCIState is not a QOM object, all of its users are > (TYPE_SYSBUS_AHCI is in this file, TYPE_ICH9_AHCI is in hw/ide/ich.c). Should this list go on the wiki somewhere? Then we can cross off ones as they are converted. Alistair > > Paolo >