Re: [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module

2022-04-11 Thread Patrick Venture
On Thu, Jan 27, 2022 at 1:27 PM Patrick Venture wrote: > > > On Thu, Jan 27, 2022 at 10:37 AM Peter Maydell > wrote: > >> On Mon, 10 Jan 2022 at 17:56, Patrick Venture wrote: >> > >> > From: Hao Wu >> > >> > The PCI Mailbox Module is a high-bandwidth communcation module >> > between a Nuvoton

Re: [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module

2022-01-27 Thread Patrick Venture
On Thu, Jan 27, 2022 at 10:37 AM Peter Maydell wrote: > On Mon, 10 Jan 2022 at 17:56, Patrick Venture wrote: > > > > From: Hao Wu > > > > The PCI Mailbox Module is a high-bandwidth communcation module > > between a Nuvoton BMC and CPU. It features 16KB RAM that are both > > accessible by the BM

Re: [PATCH 1/2] hw/misc: Add Nuvoton's PCI Mailbox Module

2022-01-27 Thread Peter Maydell
On Mon, 10 Jan 2022 at 17:56, Patrick Venture wrote: > > From: Hao Wu > > The PCI Mailbox Module is a high-bandwidth communcation module > between a Nuvoton BMC and CPU. It features 16KB RAM that are both > accessible by the BMC and core CPU. and supports interrupt for > both sides. > > This patc