From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH] virtio_blk: fix endianess annotations Date: Fri, 30 May 2008 13:18:23 +1000 Message-ID: <200805301318.23933.rusty@rustcorp.com.au> References: <200805291110.01588.borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org To: Christian Borntraeger Return-path: Received: from ozlabs.org ([203.10.76.45]:39177 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752248AbYE3DSd (ORCPT ); Thu, 29 May 2008 23:18:33 -0400 In-Reply-To: <200805291110.01588.borntraeger@de.ibm.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Thursday 29 May 2008 19:10:01 Christian Borntraeger wrote: > Since commit 72e61eb40b55dd57031ec5971e810649f82b0259 (virtio: change > config to guest endian) config space is no longer fixed endian. > > Lets change the virtio_blk_config variables. Applied, thanks, Rusty.