From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Subject: Re: [PATCH v6 04/46] virtio: add support for 64 bit features. Date: Fri, 28 Nov 2014 09:52:26 +0100 Message-ID: <20141128095226.44781a98@thinkpad-w530> References: <1417118789-18231-1-git-send-email-mst@redhat.com> <1417118789-18231-5-git-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1417118789-18231-5-git-send-email-mst@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: "Michael S. Tsirkin" Cc: linux-s390@vger.kernel.org, lguest@lists.ozlabs.org, thuth@linux.vnet.ibm.com, rusty@au1.ibm.com, Greg Kroah-Hartman , Heiko Carstens , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Christian Borntraeger , Siva Yerramreddy , Joel Stanley , linux390@de.ibm.com, pbonzini@redhat.com, David Miller , Martin Schwidefsky List-Id: virtualization@lists.linuxfoundation.org > Change u32 to u64, and use BIT_ULL and 1ULL everywhere. > > Note: transports are unchanged, and only set low 32 bit. > This guarantees that no transport sets e.g. VERSION_1 > by mistake without proper support. > > Based on patch by Rusty. > > Signed-off-by: Rusty Russell > Signed-off-by: Cornelia Huck > Signed-off-by: Michael S. Tsirkin > --- Reviewed-by: David Hildenbrand