All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] hw/arm: Mark the "fsl, imx" devices with user_creatable = false
@ 2017-11-01  6:58 Thomas Huth
  2017-11-01  6:58 ` [Qemu-devel] [PATCH 1/3] hw/arm: Mark the "fsl, imx6" device " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas Huth @ 2017-11-01  6:58 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel; +Cc: qemu-arm

These devices can not be used by the user directly and cause QEMU
to abort() if the user tried it anyway. So simply mark the devices
with user_creatable = false to avoid that the users can run into
this unpleasant situation.

Thomas Huth (3):
  hw/arm: Mark the "fsl,imx6" device with user_creatable = false
  hw/arm: Mark the "fsl,imx25" device with user_creatable = false
  hw/arm: Mark the "fsl,imx31" device with user_creatable = false

 hw/arm/fsl-imx25.c | 6 +++++-
 hw/arm/fsl-imx31.c | 6 +++++-
 hw/arm/fsl-imx6.c  | 3 ++-
 3 files changed, 12 insertions(+), 3 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2017-11-02 15:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01  6:58 [Qemu-devel] [PATCH 0/3] hw/arm: Mark the "fsl, imx" devices with user_creatable = false Thomas Huth
2017-11-01  6:58 ` [Qemu-devel] [PATCH 1/3] hw/arm: Mark the "fsl, imx6" device " Thomas Huth
2017-11-01  6:58 ` [Qemu-devel] [PATCH 2/3] hw/arm: Mark the "fsl, imx25" " Thomas Huth
2017-11-01  6:58 ` [Qemu-devel] [PATCH 3/3] hw/arm: Mark the "fsl, imx31" " Thomas Huth
2017-11-02 15:07 ` [Qemu-devel] [PATCH 0/3] hw/arm: Mark the "fsl, imx" devices " Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.