]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/virtio: group virtio flags into an enum
authorMarcel Apfelbaum <marcel@redhat.com>
Wed, 10 Feb 2016 13:31:13 +0000 (15:31 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 17 Mar 2016 22:25:13 +0000 (17:25 -0500)
commitc5c9841ce8acd2ce836a729783cc37984baeab69
treef3cdb4fbe402f52dc4d42d6253a06fac40160c20
parent6b62303eb8d5975197d57437d45620ee37091610
hw/virtio: group virtio flags into an enum

Minimizes the possibility to assign
the same bit to different features.

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>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
(cherry picked from commit fc1769b758a5b6167bb9cdb4e10369a49b4fa930)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/virtio/virtio-pci.h