From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.xenproject.org (mail.xenproject.org [104.130.215.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9521D218AB3 for ; Fri, 7 Mar 2025 11:22:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=104.130.215.37 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741346566; cv=none; b=nj0jLf8W7gC8GKeXjfrjbFrg2DF2Uy/ci1zt5UrMYDT07WORebQ2hV0di5qCXzaIIAE7kemvhcka4fcxTqWPDk+75e21PzYYwqfraOeddFUsmqSKESXSBDbwLU3/0cxBy8HEvMpWFSKltjt/dlstH0xFJj1XNKFfOxs2vX0ZLsU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741346566; c=relaxed/simple; bh=CVE/52zeHgWJeEWxIQ+PkOK5ghFsFhosJecGVW78+RE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ij460nE46d8vmH4bpjgtM2SPLBW+eHqF5Eu4QZfCtr1rHC7wlXYXqpCntfDgAPOT7sCwC/FCh1B2OqpSgansrj/B4TcUlydH9dkmeOG5fUyr9Buv3QbL89WunrKktTAriDKfa3JFDy1nl8RSdUEdd9docONHY10hr07qeIe/6UA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=xenproject.org; spf=pass smtp.mailfrom=xenproject.org; dkim=pass (1024-bit key) header.d=xenproject.org header.i=@xenproject.org header.b=1OtPf4ht; arc=none smtp.client-ip=104.130.215.37 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=xenproject.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=xenproject.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=xenproject.org header.i=@xenproject.org header.b="1OtPf4ht" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xenproject.org; s=20200302mail; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date; bh=XTOmmQ2mK3eAeh54TywQk0UUL/JTx2q9dmNhnKy7zMQ=; b=1OtPf4htAZU3Rd4LYuqdGPd2jO NrsngLKHhI9MHj9pq5vgYo4rsqtytr3k+hQXsQ2qWPnJbTyWMq4s14VE7hJX0FeUkSN68H+3Q8Ba4 gHUqZXy/o9Q/oklXinrpZaakMssFoJqkYaHHGkVJ7Z2HL/FWH5zi80opaoqdYaUawlbk=; Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.96) (envelope-from ) id 1tqV6b-006vsi-2H; Fri, 07 Mar 2025 10:39:01 +0000 Received: from [2a01:e0a:1da:8420:b77:bd5:6e45:7633] (helo=l14) by xenbits.xenproject.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tqV6b-00CI90-0T; Fri, 07 Mar 2025 10:39:01 +0000 Date: Fri, 7 Mar 2025 11:38:58 +0100 From: Anthony PERARD To: David Woodhouse Cc: qemu-devel@nongnu.org, Stefano Stabellini , Paul Durrant , "Edgar E. Iglesias" , Kevin Wolf , Hanna Reitz , Paolo Bonzini , Marcelo Tosatti , xen-devel@lists.xenproject.org, qemu-block@nongnu.org, kvm@vger.kernel.org, Sean Christopherson Subject: Re: [PATCH 2/2] hw/xen: Add "mode" parameter to xen-block devices Message-ID: References: <20250207143724.30792-1-dwmw2@infradead.org> <20250207143724.30792-2-dwmw2@infradead.org> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250207143724.30792-2-dwmw2@infradead.org> On Fri, Feb 07, 2025 at 02:37:24PM +0000, David Woodhouse wrote: > From: David Woodhouse > > Block devices don't work in PV Grub (0.9x) if there is no mode specified. It > complains: "Error ENOENT when reading the mode" > > Signed-off-by: David Woodhouse Reviewed-by: Anthony PERARD Thanks, -- Anthony PERARD