From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 27 Nov 2014 17:34:14 +0100 From: David Hildenbrand Subject: Re: [PATCH v5 01/45] virtio: use u32, not bitmap for struct virtio_device's features Message-ID: <20141127173414.20424b62@thinkpad-w530> In-Reply-To: <20141127162804.GB27124@redhat.com> References: <1417091078-24611-1-git-send-email-mst@redhat.com> <1417091078-24611-2-git-send-email-mst@redhat.com> <20141127171542.3dbb2bc2@thinkpad-w530> <20141127162804.GB27124@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, David Miller , cornelia.huck@de.ibm.com, rusty@au1.ibm.com, nab@linux-iscsi.org, pbonzini@redhat.com, thuth@linux.vnet.ibm.com, Rusty Russell , Brian Swetland , Christian Borntraeger , Pawel Moll , Ohad Ben-Cohen , Amit Shah , Arnd Bergmann , Greg Kroah-Hartman , linux390@de.ibm.com, Martin Schwidefsky , Heiko Carstens , Ashutosh Dixit , Sudeep Dutt , Siva Yerramreddy , Joel Stanley , virtualization@lists.linux-foundation.org, lguest@lists.ozlabs.org, linux-s390@vger.kernel.org List-ID: > That's the whole reason for the patch. > > I guess you disagree with it, but it's much easier > to deal with simple integers. > Well, I can live with it :) clear_bit() and friends are just easier to understand when scanning the code (at least for me).