From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyF5q-0003Yz-Pa for qemu-devel@nongnu.org; Fri, 29 May 2015 03:52:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyF5p-0000Eg-Vy for qemu-devel@nongnu.org; Fri, 29 May 2015 03:52:38 -0400 Message-ID: <1432885946.19543.18.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 29 May 2015 09:52:26 +0200 In-Reply-To: <1432885716-9512-1-git-send-email-kraxel@redhat.com> References: <1432885716-9512-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio: make features 64bit wide List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , "open list:virtio-blk" , mst@redhat.com, Amit Shah , "Aneesh Kumar K.V" , Stefan Hajnoczi , Cornelia Huck , Paolo Bonzini On Fr, 2015-05-29 at 09:48 +0200, Gerd Hoffmann wrote: > Make features 64bit wide everywhere. Exception: command line flags > remain 32bit and are copyed into the lower 32 host_features at > initialization time. Oops, forgot to "git commit --amend", scratch this, v2 coming. sorry, Gerd