From patchwork Thu Feb 11 15:37:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reinoud Zandijk X-Patchwork-Id: 1439565 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Dc15g3xZhz9s1l for ; Fri, 12 Feb 2021 02:39:34 +1100 (AEDT) Received: from localhost ([::1]:34708 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAE43-0000DJ-Ts for incoming@patchwork.ozlabs.org; Thu, 11 Feb 2021 10:39:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49762) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAE2U-0000Ax-By for qemu-devel@nongnu.org; Thu, 11 Feb 2021 10:37:55 -0500 Received: from 13thmonkey.org ([80.100.255.32]:59044 helo=dropje.13thmonkey.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAE2R-0002P6-LV for qemu-devel@nongnu.org; Thu, 11 Feb 2021 10:37:53 -0500 Received: by dropje.13thmonkey.org (Postfix, from userid 103) id 5E111C1E998; Thu, 11 Feb 2021 16:37:46 +0100 (CET) Date: Thu, 11 Feb 2021 16:37:46 +0100 From: Reinoud Zandijk To: qemu-devel@nongnu.org Subject: RFC Qemu mipssim patches Message-ID: <20210211153746.GA25676@dropje.13thmonkey.org> MIME-Version: 1.0 Content-Disposition: inline Received-SPF: pass client-ip=80.100.255.32; envelope-from=reinoud@13thmonkey.org; helo=dropje.13thmonkey.org X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Hi, i'd like to get the following simple patches to the MIPS/mipssim target adding virtio-mmio devices to it. This makes the target a lot more usefull as microvm for kernel developement. It currently lives in our qemu extensions patches and we have a working kernel that supports all virtio devices for it. Thoughts? Reinoud Zandijk, NetBSD developer $NetBSD$ --- hw/mips/Kconfig.orig 2020-08-11 19:17:15.000000000 +0000 +++ hw/mips/Kconfig @@ -20,6 +20,7 @@ config MIPSSIM select ISA_BUS select SERIAL_ISA select MIPSNET + select VIRTIO_MMIO config JAZZ bool