Re: [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices

2020-05-25 Thread Markus Armbruster
Peter Maydell writes: > On Mon, 25 May 2020 at 13:32, Paolo Bonzini wrote: >> >> On 25/05/20 07:50, Markus Armbruster wrote: >> > Peter Maydell writes: >> > >> >> On Mon, 18 May 2020 at 06:04, Markus Armbruster wrote: >> >>> These devices are optional, and enabled by property "enable-bitband".

Re: [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices

2020-05-25 Thread Peter Maydell
On Mon, 25 May 2020 at 13:32, Paolo Bonzini wrote: > > On 25/05/20 07:50, Markus Armbruster wrote: > > Peter Maydell writes: > > > >> On Mon, 18 May 2020 at 06:04, Markus Armbruster wrote: > >>> These devices are optional, and enabled by property "enable-bitband". > >>> armv7m_instance_init() cr

Re: [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices

2020-05-25 Thread Paolo Bonzini
On 25/05/20 07:50, Markus Armbruster wrote: > Peter Maydell writes: > >> On Mon, 18 May 2020 at 06:04, Markus Armbruster wrote: >>> These devices are optional, and enabled by property "enable-bitband". >>> armv7m_instance_init() creates them unconditionally, because the >>> property has not been

Re: [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices

2020-05-24 Thread Markus Armbruster
Peter Maydell writes: > On Mon, 18 May 2020 at 06:04, Markus Armbruster wrote: >> >> These devices are optional, and enabled by property "enable-bitband". >> armv7m_instance_init() creates them unconditionally, because the >> property has not been set then. armv7m_realize() realizes them only >

Re: [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices

2020-05-21 Thread Peter Maydell
On Mon, 18 May 2020 at 06:04, Markus Armbruster wrote: > > These devices are optional, and enabled by property "enable-bitband". > armv7m_instance_init() creates them unconditionally, because the > property has not been set then. armv7m_realize() realizes them only > when the property is true. W

[PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices

2020-05-17 Thread Markus Armbruster
These devices are optional, and enabled by property "enable-bitband". armv7m_instance_init() creates them unconditionally, because the property has not been set then. armv7m_realize() realizes them only when the property is true. Works, although it leaves unrealized devices hanging around in the