On Thu, 4 Jun 2026 01:33:50 +0800
Tomita Moeko <[email protected]> wrote:
> diff --git a/include/hw/pci/pci_device.h b/include/hw/pci/pci_device.h
> index 5cac6e1688..daa679b3f5 100644
> --- a/include/hw/pci/pci_device.h
> +++ b/include/hw/pci/pci_device.h
> @@ -159,6 +159,7 @@ struct PCIDevice {
> bool has_rom;
> MemoryRegion rom;
> int32_t rom_bar;
> + bool rom_need_patch_id;
>
> /* INTx routing notifier */
> PCIINTxRoutingNotifier intx_routing_notifier;
Micro nit, maybe groups better with has_rom. It's filling an existing
hole either way, but might help some future cleanup. Thanks,
Alex