On 27/11/2024 10.37, Philippe Mathieu-Daudé wrote:
On 26/11/24 12:22, Philippe Mathieu-Daudé wrote:
We use PCIBus::flags to mask various flags. It is not
an enum, and doing so confuses static analyzers. Rename
the enum as singular. Use a generic unsigned type for
the mask.
Signed-off-by: Philip
On 26/11/24 12:22, Philippe Mathieu-Daudé wrote:
We use PCIBus::flags to mask various flags. It is not
an enum, and doing so confuses static analyzers. Rename
the enum as singular. Use a generic unsigned type for
the mask.
Signed-off-by: Philippe Mathieu-Daudé
---
include/hw/pci/pci_bus.h | 4
We use PCIBus::flags to mask various flags. It is not
an enum, and doing so confuses static analyzers. Rename
the enum as singular. Use a generic unsigned type for
the mask.
Signed-off-by: Philippe Mathieu-Daudé
---
include/hw/pci/pci_bus.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(