Re: [Qemu-devel] [PATCH][SPARC] LEON3: Add emulation of AMBA plugplay

2014-10-09 Thread Fabien Chouteau
On 10/08/2014 05:38 PM, Andreas Färber wrote: Hi, Hi Andreas, Am 08.10.2014 um 16:19 schrieb Fabien Chouteau: From: Jiri Gaisler j...@gaisler.se + +#define TYPE_GRLIB_APB_PNP grlib,apbpnp If you move the two TYPE_* constants to grlib.h, you can reuse them. Will do. +#define

Re: [Qemu-devel] [PATCH][SPARC] LEON3: Add emulation of AMBA plugplay

2014-10-09 Thread Fabien Chouteau
On 10/08/2014 09:43 PM, Jiri Gaisler wrote: On 10/08/2014 05:38 PM, Andreas Färber wrote: Hi, Am 08.10.2014 um 16:19 schrieb Fabien Chouteau: From: Jiri Gaisler j...@gaisler.se AMBA plugplay is used by kernels to probe available devices (Timers, UART, etc...). This is a static declaration

[Qemu-devel] [PATCH][SPARC] LEON3: Add emulation of AMBA plugplay

2014-10-08 Thread Fabien Chouteau
From: Jiri Gaisler j...@gaisler.se AMBA plugplay is used by kernels to probe available devices (Timers, UART, etc...). This is a static declaration of devices implemented in QEMU. In the future, a more advanced version could compute those information directly from the device tree. Signed-off-by:

Re: [Qemu-devel] [PATCH][SPARC] LEON3: Add emulation of AMBA plugplay

2014-10-08 Thread Andreas Färber
Hi, Am 08.10.2014 um 16:19 schrieb Fabien Chouteau: From: Jiri Gaisler j...@gaisler.se AMBA plugplay is used by kernels to probe available devices (Timers, UART, etc...). This is a static declaration of devices implemented in QEMU. In the future, a more advanced version could compute those

Re: [Qemu-devel] [PATCH][SPARC] LEON3: Add emulation of AMBA plugplay

2014-10-08 Thread Jiri Gaisler
On 10/08/2014 05:38 PM, Andreas Färber wrote: Hi, Am 08.10.2014 um 16:19 schrieb Fabien Chouteau: From: Jiri Gaisler j...@gaisler.se AMBA plugplay is used by kernels to probe available devices (Timers, UART, etc...). This is a static declaration of devices implemented in QEMU. In the