> -----Original Message----- > From: Ali Alnubani <[email protected]> > Sent: Thursday, June 8, 2023 4:55 PM > To: Xia, Chenbo <[email protected]>; [email protected] > Cc: [email protected]; NBU-Contact-Thomas Monjalon (EXTERNAL) > <[email protected]>; [email protected]; Li, Miao <[email protected]>; > [email protected]; Cao, Yahui <[email protected]>; Sunil Kumar Kori > <[email protected]> > Subject: RE: [PATCH] bus/pci: fix missing MMIO APIs in Windows > > > -----Original Message----- > > From: Chenbo Xia <[email protected]> > > Sent: Thursday, June 8, 2023 10:43 AM > > To: [email protected] > > Cc: [email protected]; NBU-Contact-Thomas Monjalon > > (EXTERNAL) <[email protected]>; Ali Alnubani <[email protected]>; > > [email protected]; [email protected]; [email protected]; Yahui Cao > > <[email protected]>; Sunil Kumar Kori <[email protected]> > > Subject: [PATCH] bus/pci: fix missing MMIO APIs in Windows > > > > MMIO read and write APIs were defined in PCI bus. But the corresponding > > implementations are not done in windows. This patch fixes this. > > > > Bugzilla ID: 1245 > > Fixes: 095cf6e68b28 ("bus/pci: introduce MMIO read/write") > > Cc: [email protected] > > > > Signed-off-by: Chenbo Xia <[email protected]> > > --- > > Resolves the build failure for me, thanks Chenbo.
Great to know! Thanks for reporting this and test the fix with quick action :) Cheers, Chenbo > > Tested-by: Ali Alnubani <[email protected]>

