[Qemu-devel] [PATCH RESEND v2 19/21] virtio-mmio: Remove user_creatable flag

2017-05-03 Thread Eduardo Habkost
virtio-mmio needs to be wired and mapped by other device or board code, and won't work with -device. Remove the user_creatable flag from the device class. Cc: Laszlo Ersek Cc: Marcel Apfelbaum Cc: Peter Maydell Cc: Shannon Zhao Cc: "Michael S. Tsirkin" Reviewed-by: Laszlo Ersek Acked-by: Mar

Re: [Qemu-devel] [PATCH RESEND v2 19/21] virtio-mmio: Remove user_creatable flag

2017-05-03 Thread Michael S. Tsirkin
On Wed, May 03, 2017 at 05:36:02PM -0300, Eduardo Habkost wrote: > virtio-mmio needs to be wired and mapped by other device or board > code, and won't work with -device. Remove the user_creatable flag > from the device class. > > Cc: Laszlo Ersek > Cc: Marcel Apfelbaum > Cc: Peter Maydell > Cc: