qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Set user creatable for flag ibex uart and plic
@ 2021-08-11  9:38 Damien Hedde
  2021-08-11  9:38 ` [PATCH 1/2] hw/char/ibex_uart: set user-creatable Damien Hedde
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Damien Hedde @ 2021-08-11  9:38 UTC (permalink / raw)
  To: damien.hedde, qemu-devel
  Cc: Mark Burton, qemu-riscv, Paolo Bonzini, Alistair Francis,
	Marc-André Lureau

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-11 11:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-11  9:38 [PATCH 0/2] Set user creatable for flag ibex uart and plic Damien Hedde
2021-08-11  9:38 ` [PATCH 1/2] hw/char/ibex_uart: set user-creatable Damien Hedde
2021-08-11  9:38 ` [PATCH 2/2] hw/char/ibex_plic: " Damien Hedde
2021-08-11 11:15 ` [PATCH 0/2] Set user creatable for flag ibex uart and plic Peter Maydell
2021-08-11 11:48   ` Damien Hedde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).