From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjrtY-0002cU-QF for qemu-devel@nongnu.org; Fri, 03 Mar 2017 13:25:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjrtY-0004H5-0j for qemu-devel@nongnu.org; Fri, 03 Mar 2017 13:25:36 -0500 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:35481) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cjrtX-0004GG-QK for qemu-devel@nongnu.org; Fri, 03 Mar 2017 13:25:35 -0500 Received: by mail-wm0-x235.google.com with SMTP id v186so21746587wmd.0 for ; Fri, 03 Mar 2017 10:25:35 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Fri, 3 Mar 2017 18:25:14 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 06/13] sm501: Add emulation of chip connected via PCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: BALATON Zoltan Cc: QEMU Developers , QEMU Trivial , Magnus Damm , Aurelien Jarno On 25 February 2017 at 18:31, BALATON Zoltan wrote: > Only the display controller part is created automatically on PCI > > Signed-off-by: BALATON Zoltan > --- > > v2: Split off removing dependency on base address to separate patch > v3: Added reset function and PCI ID constant definitions in pci_ids.h > > hw/display/sm501.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ > include/hw/pci/pci_ids.h | 3 +++ > 2 files changed, 61 insertions(+) Reviewed-by: Peter Maydell thanks -- PMM