On 1 April 2017 at 01:46, Eduardo Habkost <ehabk...@redhat.com> wrote: > unimplemented-device needs to be created and mapped using > create_unimplemented_device()
This isn't correct -- create_unimplemented_device() is just a utility function; you can create, configure, initialize and map it "by hand" if you want. > and won't work with -device. This is true, though, as with any sysbus device that has a memory region. > Remove the user_creatable flag from the device class. I'm obviously missing context, because in master it doesn't have code to set the user_creatable flag in the first place. Wouldn't it be better to just not add that, rather than add it and then delete it? thanks -- PMM