commit | 51a6f9286730337fc063c9f21049907cd8ef3c11 | [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:08:10 2023 +0000 |
tree | 9c95cb935f822b41e91d0cc1e7e9f89bc35c4049 | |
parent | d99ed62c88f9129fba3455f5d74dc4ecd0e8b646 [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>