From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzM6t-000173-Se for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:02:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzM6k-0004Oe-Qt for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:02:03 -0500 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:38114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzM6k-0004OR-Ik for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:01:54 -0500 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 12 Dec 2014 09:01:53 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id D44FC1B08079 for ; Fri, 12 Dec 2014 09:02:11 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sBC91n3Z56754206 for ; Fri, 12 Dec 2014 09:01:49 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sBC91mH1003312 for ; Fri, 12 Dec 2014 02:01:49 -0700 From: Cornelia Huck Date: Fri, 12 Dec 2014 10:01:45 +0100 Message-Id: <1418374906-16358-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/1] virtio: feature bit fixup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Cornelia Huck , Thomas Huth , qemu-devel@nongnu.org When reviewing my feature bit changes for 1.0, Thomas noticed that I accidentally fixed a bug :) There are two further places with the same problem that Thomas noticed as well. I wonder why we didn't see problems before... Cornelia Huck (1): virtio: fix feature bit checks hw/scsi/virtio-scsi.c | 2 +- hw/virtio/dataplane/vring.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) -- 1.8.5.5