]> Git Repo - qemu.git/commit
mmio-interface: Mark as not user creatable
authorPeter Maydell <[email protected]>
Tue, 15 Aug 2017 14:30:18 +0000 (15:30 +0100)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Message-id: 1502807418[email protected]
Reviewed-by: Thomas Huth <[email protected]>
hw/misc/mmio_interface.c
This page took 0.025644 seconds and 4 git commands to generate.