Re: [Qemu-devel] [RFC 19/19] virtio-mmio: Remove user_creatable flag

2017-04-05 Thread Laszlo Ersek
On 04/04/17 21:35, Eduardo Habkost wrote: > On Mon, Apr 03, 2017 at 05:50:13PM +0200, Laszlo Ersek wrote: >> On 04/01/17 02:46, 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

Re: [Qemu-devel] [RFC 19/19] virtio-mmio: Remove user_creatable flag

2017-04-04 Thread Eduardo Habkost
On Mon, Apr 03, 2017 at 05:50:13PM +0200, Laszlo Ersek wrote: > On 04/01/17 02:46, 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: Peter Maydell

Re: [Qemu-devel] [RFC 19/19] virtio-mmio: Remove user_creatable flag

2017-04-03 Thread Laszlo Ersek
On 04/01/17 02:46, 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: Peter Maydell > Cc: Shannon Zhao > Cc: "Michael S. Tsirkin" > Signed-off-by: Eduardo

[Qemu-devel] [RFC 19/19] virtio-mmio: Remove user_creatable flag

2017-03-31 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: Peter Maydell Cc: Shannon Zhao Cc: "Michael S. Tsirkin" Signed-off-by: Eduardo Habkost --- hw/virtio/virtio-mmio.c | 5 - 1 file c