From owner-svn-src-head@FreeBSD.ORG Sat Jan 25 18:23:25 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 75AB96AF; Sat, 25 Jan 2014 18:23:25 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2274816DD; Sat, 25 Jan 2014 18:23:25 +0000 (UTC) Received: by mail-ig0-f179.google.com with SMTP id c10so5410665igq.0 for ; Sat, 25 Jan 2014 10:23:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=SEyHJrkNJrJsIm5qNfmW1DN/krzuSNbwecfZ3LaVhn0=; b=w7g3mbb3b1NgCZ8KTBCpNid1EoDB/ZCgRwKicSg3RtaZIGakcoHMxubnxy1Aye1iVU YkJI5N1SlguFSi4Xe8NQ1oKTkSb5T7KetqQ5vodFr5EhHm4kLMN167znUIo9rPEU4jsF oIVaRyx28jo2abVzPh+hFQQhat7vmaXYscXwcpYbaNKa53ZQ8RlGKl3ufhqtWzhNWgRo 9ONVje292YlX1NYjQ/5Oi/XJoihwf5bj8I0o0zugPZ7bbx/dx6bG2UXINa83NGMpZ/Ox 4g97wikl03eH0EE2dIX1Zawlu79bIw1A2V8pefKDuYPFS8AuWRkBinfEBFfa3jpBiAYo Bo0Q== X-Received: by 10.50.73.231 with SMTP id o7mr10302053igv.8.1390674204459; Sat, 25 Jan 2014 10:23:24 -0800 (PST) MIME-Version: 1.0 Sender: mr.kodiak@gmail.com Received: by 10.64.96.73 with HTTP; Sat, 25 Jan 2014 10:22:53 -0800 (PST) In-Reply-To: References: <201401250701.s0P71pIW068828@svn.freebsd.org> From: Bryan Venteicher Date: Sat, 25 Jan 2014 12:22:53 -0600 X-Google-Sender-Auth: qzeQz0SZCoh1im8_ddXfRjIXxu0 Message-ID: Subject: Re: svn commit: r261149 - head/sys/dev/virtio/scsi To: Aryeh Friedman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-src-head@freebsd.org, Bryan Venteicher , 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 18:23:25 -0000 On Sat, Jan 25, 2014 at 2:38 AM, Aryeh Friedman wrote: > > > > 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]).? > > > Nope. > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org >