Re: [Qemu-devel] [RFC 14/19] fw_cfg: Remove user_creatable flag

2017-04-03 Thread Laszlo Ersek
On 04/01/17 02:46, Eduardo Habkost wrote: > fw_cfg won't work with -device, as: > * fw_cfg_init1() won't get called for the device; > * The device won't appear at /machine/fw_cfg, and won't work with > the -fw_cfg command-line option. > > Remove the user_creatable flag from the device class. >

[Qemu-devel] [RFC 14/19] fw_cfg: Remove user_creatable flag

2017-03-31 Thread Eduardo Habkost
fw_cfg won't work with -device, as: * fw_cfg_init1() won't get called for the device; * The device won't appear at /machine/fw_cfg, and won't work with the -fw_cfg command-line option. Remove the user_creatable flag from the device class. Cc: "Michael S. Tsirkin" Cc: Laszlo Ersek Cc: Gabriel