Re: [Qemu-devel] Simulating 3 chips on one board

2016-10-06 Thread Alistair Francis
On Wed, Sep 28, 2016 at 4:36 PM, Alex Bennée wrote: > > Seth K writes: > >> I need to simulate 3 chips that are on one board and that talk to each >> other through UART, SPI and GPIO. The chips verify each other's work, and I >> need to be able to observe this communication for debugging. Can som

Re: [Qemu-devel] Simulating 3 chips on one board

2016-09-28 Thread Alex Bennée
Seth K writes: > I need to simulate 3 chips that are on one board and that talk to each > other through UART, SPI and GPIO. The chips verify each other's work, and I > need to be able to observe this communication for debugging. Can something > like this be done in QEMU? As Peter has mentioned

Re: [Qemu-devel] Simulating 3 chips on one board

2016-09-28 Thread Peter Maydell
On 28 September 2016 at 14:31, Seth K wrote: > I need to simulate 3 chips that are on one board and that talk to each > other through UART, SPI and GPIO. The chips verify each other's work, and I > need to be able to observe this communication for debugging. Can something > like this be done in QE

[Qemu-devel] Simulating 3 chips on one board

2016-09-28 Thread Seth K
I need to simulate 3 chips that are on one board and that talk to each other through UART, SPI and GPIO. The chips verify each other's work, and I need to be able to observe this communication for debugging. Can something like this be done in QEMU? My first thought was to create the chip then crea