From owner-svn-src-head@FreeBSD.ORG Sat Jan 25 08:38:18 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5E4CC7D; Sat, 25 Jan 2014 08:38:18 +0000 (UTC) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AABAD1C85; Sat, 25 Jan 2014 08:38:18 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id rr13so4111461pbb.7 for ; Sat, 25 Jan 2014 00:38:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qOKqNATuzhnMn0VdplEsBurTzv3CPD0NN0bxgnzwPlU=; b=abeIDSnMpcJA63A+Dx3gjFGef559bgu94qW02UuivqfwEcajOTwv64DZQLfzVWKH9C sYthp4FzRTwigZRGvyVFhUaGu9mR2rq58qjNOiLim58Rs1U5SaWpQx9UWlt4/Hdu54lH JdEyk/YNqORwupVNlNvnoM6hX5bSOnT2xzF65Xm/x0WZs+kuArOUvnZwETAJe0UIkmi4 LcV467D8DjbldVXDENYIbZSZEhIDY7MHFN625uUYHwVs5u0Tq4oYZ6Otr8flXMN5u4YM GYCRLAVk3VSJHy39Kjs4+lWhZ3Q226C2KO/PAsLtY7av+P3GODku+ZOyAGZLaLiXj+iI uBcA== MIME-Version: 1.0 X-Received: by 10.66.122.201 with SMTP id lu9mr18754070pab.40.1390639097428; Sat, 25 Jan 2014 00:38:17 -0800 (PST) Received: by 10.68.155.38 with HTTP; Sat, 25 Jan 2014 00:38:17 -0800 (PST) In-Reply-To: <201401250701.s0P71pIW068828@svn.freebsd.org> References: <201401250701.s0P71pIW068828@svn.freebsd.org> Date: Sat, 25 Jan 2014 03:38:17 -0500 Message-ID: Subject: Re: svn commit: r261149 - head/sys/dev/virtio/scsi From: Aryeh Friedman To: Bryan Venteicher Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 08:38:19 -0000 On Sat, Jan 25, 2014 at 2:01 AM, Bryan Venteicher wrote: > Author: bryanv > Date: Sat Jan 25 07:01:51 2014 > New Revision: 261149 > URL: http://svnweb.freebsd.org/changeset/base/261149 > > Log: > Read each field of the configuration individually > > In the forthcoming VirtIO spec, the device configuration is > always in little endian instead of guest edian. This is a > noop change for now. > > Could this lead to weird interactions between VM's made on linux and then ported to FreeBSD (I am having this issue in Qemu right now [see qemu-devel for details]).? -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org