From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTUxl-0006h8-Q8 for qemu-devel@nongnu.org; Wed, 10 Feb 2016 08:37:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTUxg-0000gt-PQ for qemu-devel@nongnu.org; Wed, 10 Feb 2016 08:37:45 -0500 References: <1455111073-5600-1-git-send-email-marcel@redhat.com> <1455111073-5600-3-git-send-email-marcel@redhat.com> From: Laurent Vivier Message-ID: <56BB3D21.8050402@redhat.com> Date: Wed, 10 Feb 2016 14:37:37 +0100 MIME-Version: 1.0 In-Reply-To: <1455111073-5600-3-git-send-email-marcel@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2 2/2] hw/virtio: group virtio flags into an enum List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum , qemu-devel@nongnu.org Cc: jasowang@redhat.com, qemu-stable@nongnu.org, mst@redhat.com On 10/02/2016 14:31, Marcel Apfelbaum wrote: > Minimizes the possibility to assign > the same bit to different features. > > Signed-off-by: Marcel Apfelbaum Reviewed-by: Laurent Vivier