commit | 18b6e8930efb8b90cf1cfd60d295f5501482ff83 | [log] [tgz] |
---|---|---|
author | Keir Fraser <keirf@google.com> | Tue Sep 12 14:43:07 2023 +0000 |
committer | Keir Fraser <keirf@google.com> | Tue Sep 12 15:39:17 2023 +0000 |
tree | e6195ecf0e2b5b7cdcedeac86563d6da6d394bb4 | |
parent | 16549178aaf9e1a425e0e8e888a65382d28260d3 [diff] |
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>