Hi, This small series only consist in setting the user_creatable flag of ibex_uart and ibex_plic devices. These two devices are already using properties to configure themselves so nothing else is required.
Note that this change alone will not allow creation of these devices using -device cli option or device_add qmp command as they are sysbus devices. We do that because we are currently working on adding the possibily to configure/build a machine from qmp commands (see this rfc: https://lists.gnu.org/archive/html/qemu-devel/2021-05/msg03706.html). We are using these simple devices in order to test our additions. We prefer to send these 2 patches on a separate series as they are not really related to the main topic. We will send a following series for the additions. Thanks, Damien Damien Hedde (2): hw/char/ibex_uart: set user-creatable hw/char/ibex_plic: set user-creatable hw/char/ibex_uart.c | 1 + hw/intc/ibex_plic.c | 1 + 2 files changed, 2 insertions(+) -- 2.32.0