Re: [Qemu-devel] [PATCH v3 1/6] aspeed: add support for the witherspoon-bmc board

2017-10-18 Thread Peter Maydell
On 18 October 2017 at 17:10, Cédric Le Goater wrote: > On 10/17/2017 05:39 PM, Peter Maydell wrote: >> A "reads like RAM but writes are ignored" lump of memory is easy... > > yes. It seems but I haven't found my way through :/ memory_region_init_rom_device() creates a memory region which is backe

Re: [Qemu-devel] [PATCH v3 1/6] aspeed: add support for the witherspoon-bmc board

2017-10-18 Thread Cédric Le Goater
On 10/17/2017 05:39 PM, Peter Maydell wrote: > On 13 October 2017 at 15:28, Cédric Le Goater wrote: >> The Witherspoon boards are OpenPOWER system hosting POWER9 Processors. >> Let's add support for their BMC including a couple of I2C devices as >> found on real HW. >> >> Signed-off-by: Cédric Le

Re: [Qemu-devel] [PATCH v3 1/6] aspeed: add support for the witherspoon-bmc board

2017-10-17 Thread Peter Maydell
On 13 October 2017 at 15:28, Cédric Le Goater wrote: > The Witherspoon boards are OpenPOWER system hosting POWER9 Processors. > Let's add support for their BMC including a couple of I2C devices as > found on real HW. > > Signed-off-by: Cédric Le Goater > Reviewed-by: Andrew Jeffery > --- > > Ch

[Qemu-devel] [PATCH v3 1/6] aspeed: add support for the witherspoon-bmc board

2017-10-13 Thread Cédric Le Goater
The Witherspoon boards are OpenPOWER system hosting POWER9 Processors. Let's add support for their BMC including a couple of I2C devices as found on real HW. Signed-off-by: Cédric Le Goater Reviewed-by: Andrew Jeffery --- Changes since v2: - removed 'ignore_memory_transaction_failures' flag