]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/virtio: fix double use of a virtio flag
authorMarcel Apfelbaum <marcel@redhat.com>
Wed, 10 Feb 2016 13:31:12 +0000 (15:31 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 17 Mar 2016 22:24:57 +0000 (17:24 -0500)
commit6b62303eb8d5975197d57437d45620ee37091610
treeb106e4a13b19abb696896f2c0ea12a3b8852fae2
parentc06f342009eefdce1773cba6f351cc85bc398541
hw/virtio: fix double use of a virtio flag

Commits 1811e64c and a6df8adf use the same virtio feature bit 4
for different features.

Fix it by using different bits.

Reported-by: Laurent Vivier <lvivier@redhat.com>
Tested-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Marcel Apfelbaum <marcel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
(cherry picked from commit 631a4387554d53a0d19dd7973851ed760a5bff97)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/virtio/virtio-pci.h