Re: [PATCH v3 3/4] hw/misc: Add MIPS Trickbox device

2023-03-07 Thread Thomas Huth
On 08/03/2023 01.07, Philippe Mathieu-Daudé wrote: From: Jiaxun Yang MIPS Trickbox is a emulated device present in MIPS's IASIM simulator for decades. It's capable of managing simulator status, signaling interrupts, doing DMA and EJTAG signal stimulations. For now we just use definition of thi

[PATCH v3 3/4] hw/misc: Add MIPS Trickbox device

2023-03-07 Thread Philippe Mathieu-Daudé
From: Jiaxun Yang MIPS Trickbox is a emulated device present in MIPS's IASIM simulator for decades. It's capable of managing simulator status, signaling interrupts, doing DMA and EJTAG signal stimulations. For now we just use definition of this device and implement power management related funct