From owner-svn-src-projects@FreeBSD.ORG Sun Nov 20 23:52:33 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FA13106564A; Sun, 20 Nov 2011 23:52:33 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3AE738FC0C; Sun, 20 Nov 2011 23:52:33 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 32E8D11C3A; Mon, 21 Nov 2011 09:34:47 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-67-161-203-10.hsd1.co.comcast.net [67.161.203.10]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BAK79906 (AUTH peterg@ptree32.com.au); Mon, 21 Nov 2011 09:34:44 +1000 Message-ID: <4EC98E99.9000601@freebsd.org> Date: Sun, 20 Nov 2011 16:34:49 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.24) Gecko/20111103 Thunderbird/3.1.16 MIME-Version: 1.0 To: Nathan Whitehorn References: <201111202147.pAKLlR0i010700@svn.freebsd.org> In-Reply-To: <201111202147.pAKLlR0i010700@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Info: RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL X-Junkmail-Status: score=29/51, host=dommail.onthenet.com.au Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227772 - in projects/pseries: amd64/amd64 amd64/conf amd64/ia32 amd64/include amd64/linux32 arm/arm arm/at91 arm/conf arm/econa arm/include arm/mv arm/sa11x0 arm/xscale/i80321 arm/xsca... X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2011 23:52:33 -0000 Hi Nathan, > IFC @ r227771. Of particular interest here are virtio drivers, which > should be useful for the QEMU pSeries emulation. One thing to look out for is that the virtio spec has PCI register access in host-order, so you may need to switch in big-endian bus ops. later, Peter.