Re: PCIE Memory Information

2024-05-05 Thread Muzammil Ashraf
gt; On 04/05/24 12:45, Muzammil Ashraf wrote: > > Hi All, > > I am debugging a PCI subsystem. I saw callbacks registered here to > catch the pcie config read/write request at hw/pci/pci_host.c:201. How > can I make my subregion to overlap this area and How to receive those > pcie

PCIE Memory Information

2024-05-04 Thread Muzammil Ashraf
Hi All, I am debugging a PCI subsystem. I saw callbacks registered here to catch the pcie config read/write request at hw/pci/pci_host.c:201. How can I make my subregion to overlap this area and How to receive those pcie config read/write requests to my callbacks?