virtio-pci: Rename bugs field to flags
commitd55434332b857fbccd0c6cb03732730237818145
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 11 Nov 2010 08:25:13 +0000 (11 08:25 +0000)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sun, 12 Dec 2010 14:19:18 +0000 (12 14:19 +0000)
tree2d01639e1db2bf843e27d9ce1bfeccd942f27b35
parent36888c6335422f07bbc50bf3443a39f24b90c7c6
virtio-pci: Rename bugs field to flags

The VirtIOPCIProxy bugs field is currently used to enable workarounds
for older guests.  Rename it to flags so that other per-device behavior
can be tracked.

A later patch uses the flags field to remember whether ioeventfd should
be used for virtqueue host notification.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
hw/virtio-pci.c