[Qemu-devel] [PATCH] hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = false

2018-07-12 Thread Thomas Huth
These devices are currently causing some problems when a user is trying to hot-plug or introspect them during runtime. Since these devices can not be instantiated by the user at all (they need to be wired up in code instead), we should mark them with user_creatable = false anyway, then we avoid at

Re: [Qemu-devel] [PATCH] hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = false

2018-07-16 Thread Peter Maydell
On 12 July 2018 at 18:12, Thomas Huth wrote: > These devices are currently causing some problems when a user is trying > to hot-plug or introspect them during runtime. Since these devices can > not be instantiated by the user at all (they need to be wired up in code > instead), we should mark them

Re: [Qemu-devel] [PATCH] hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = false

2018-07-16 Thread Thomas Huth
On 16.07.2018 15:39, Peter Maydell wrote: > On 12 July 2018 at 18:12, Thomas Huth wrote: >> These devices are currently causing some problems when a user is trying >> to hot-plug or introspect them during runtime. Since these devices can >> not be instantiated by the user at all (they need to be w

Re: [Qemu-devel] [PATCH] hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = false

2018-07-16 Thread Peter Maydell
On 16 July 2018 at 14:44, Thomas Huth wrote: > On 16.07.2018 15:39, Peter Maydell wrote: >> On 12 July 2018 at 18:12, Thomas Huth wrote: >>> These devices are currently causing some problems when a user is trying >>> to hot-plug or introspect them during runtime. Since these devices can >>> not b

Re: [Qemu-devel] [PATCH] hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = false

2018-07-16 Thread Markus Armbruster
Thomas Huth writes: > These devices are currently causing some problems when a user is trying > to hot-plug or introspect them during runtime. Since these devices can > not be instantiated by the user at all (they need to be wired up in code > instead), we should mark them with user_creatable = f

Re: [Qemu-devel] [PATCH] hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = false

2018-07-16 Thread Thomas Huth
On 16.07.2018 16:18, Markus Armbruster wrote: > Thomas Huth writes: > >> These devices are currently causing some problems when a user is trying >> to hot-plug or introspect them during runtime. Since these devices can >> not be instantiated by the user at all (they need to be wired up in code >>