From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C157C4167B for ; Mon, 26 Dec 2022 10:38:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D59C04BD2B; Mon, 26 Dec 2022 05:38:34 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, body has been altered) header.i=@kernel.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n6G17VO83aBM; Mon, 26 Dec 2022 05:38:31 -0500 (EST) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id F3AC14BD2E; Mon, 26 Dec 2022 05:38:30 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 248604BD2A for ; Mon, 26 Dec 2022 05:38:30 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CAm8yNEOh2y9 for ; Mon, 26 Dec 2022 05:38:25 -0500 (EST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 8F3D54BD1E for ; Mon, 26 Dec 2022 05:38:25 -0500 (EST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1A88460E73; Mon, 26 Dec 2022 10:38:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C5BBC433EF; Mon, 26 Dec 2022 10:38:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672051103; bh=i82OV8o59m6HWtw5M/t8BK2IkyRn6RyXldPiRgczVng=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Dw18ZCMVP2NKB7XUparWG9xiWoY8DrF2kqRNkoc14uyxPSNGRmca8MkEmovqA/i2i WozH8R5ELKjJ8/XuMesJAfdpBOpjrcKxBureZ5lU+j29u2HIn9aofPKe19uAT2WbvK 0dfNasiz6B53WUARBUvVFW9c8myyYtqrJ4TnJcqAY1MVDgZArxQ2FHReGigwYd0THl Ar2p6nUNS0E9K+xl98BeuzpHCQYpcBHJUydqyPEGU2Pcf00qf4Tw9fyuzyvU04yz6T sHqnLYGBPdmsTrkUZeh566DyFNo7ok3MYSryW3xqP4r10NQmBz02A1LtEihscTKGqa A3aQywyJoN6dA== Received: from host81-132-227-111.range81-132.btcentralplus.com ([81.132.227.111] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1p9ks9-00FCZw-9A; Mon, 26 Dec 2022 10:38:21 +0000 Date: Mon, 26 Dec 2022 10:36:59 +0000 Message-ID: <873592fo38.wl-maz@kernel.org> From: Marc Zyngier To: Sandeep Gupta Subject: Re: running openbsd on KVM running on fedora over raspberry pi 4 In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 81.132.227.111 X-SA-Exim-Rcpt-To: gupta.sandeep@gmail.com, kvmarm@lists.cs.columbia.edu X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Cc: kvmarm@lists.cs.columbia.edu X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On Fri, 23 Dec 2022 11:33:35 +0000, Sandeep Gupta wrote: > > I am trying to run openbsd as guest OS. > I am using this command to create the vm > ``` > > virt-install --name openbsd1 --ram 2048 --vcpus 2 --disk > path=/var/lib/libvirt/images/openbsd1.qcow2,format=qcow2,bus=virtio,size=20 > --disk path=/tmp/install72.img --import --os-variant openbsd7.0 > --network=default --noautoconsole > > ``` > But, on boot the server is not picking up the openbsd boot sequence. I don't think this is directly related to KVM. I've been pretty successful in running OpenBSD 7.0 on a variety of hosts. Not using libvirt though, but directly using QEMU. One thing you may want to do is to disable ACPI by pasing -no-acpi to QEMU. But overall, this is a question better asked on some libvirt forum. M. -- Without deviation from the norm, progress is not possible. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm