virtio/pci: Treat PCI ISR as a set of bit flags

The PCI ISR is defined in the virtio spec as a set of flags which can
be bitwise ORed together. Therefore we should avoid clearing
previously-set flags.

Signed-off-by: Keir Fraser <keirf@google.com>
1 file changed