Re: [Qemu-devel] [PATCH v2 0/2] arm: Stub out NRF51 TWI magnetometer/accelerometer detection

2019-01-22 Thread Stefan Hajnoczi
On Mon, Jan 21, 2019 at 04:21:03PM +, Peter Maydell wrote: > On Thu, 10 Jan 2019 at 09:40, Stefan Hajnoczi wrote: > > > > v2: > > * Move stub code into a separate device [Peter] > > * Instantiate stub from microbit board instead of nRF51 SoC since this is > >microbit-specific. Other boa

Re: [Qemu-devel] [PATCH v2 0/2] arm: Stub out NRF51 TWI magnetometer/accelerometer detection

2019-01-21 Thread Peter Maydell
On Thu, 10 Jan 2019 at 09:40, Stefan Hajnoczi wrote: > > v2: > * Move stub code into a separate device [Peter] > * Instantiate stub from microbit board instead of nRF51 SoC since this is >microbit-specific. Other boards using the nRF51 wouldn't necessarily want >to see these TWI/I2C dev

[Qemu-devel] [PATCH v2 0/2] arm: Stub out NRF51 TWI magnetometer/accelerometer detection

2019-01-10 Thread Stefan Hajnoczi
v2: * Move stub code into a separate device [Peter] * Instantiate stub from microbit board instead of nRF51 SoC since this is microbit-specific. Other boards using the nRF51 wouldn't necessarily want to see these TWI/I2C devices. * Add test case This series stubs out the microbit's TWI/I