]> git.proxmox.com Git - mirror_qemu.git/commit
mmio-interface: Mark as not user creatable
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Aug 2017 14:30:18 +0000 (15:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Aug 2017 16:42:02 +0000 (17:42 +0100)
commit72b384f4a7d1d120a2591fc2019cec6ae50d7998
treef7bd41ebc4e46acad527274324a9fe607c95bdb8
parent4a2fdb78e794c1ad93aa9e160235d6a61a2125de
mmio-interface: Mark as not user creatable

The mmio-interface device is not something we want to allow
users to create on the command line:
 * it is intended as an implementation detail of the memory
   subsystem, which gets created and deleted by that
   subsystem on demand; it makes no sense to create it
   by hand on the command line
 * it uses a pointer property 'host_ptr' which can't be
   set on the command line

Mark the device as not user_creatable to avoid confusion.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1502807418-9994-1-git-send-email-peter.maydell@linaro.org
Reviewed-by: Thomas Huth <thuth@redhat.com>
hw/misc/mmio_interface.c