On Wed, 2017-03-29 at 23:19 +0300, Michael S. Tsirkin wrote: > > > > > > > > > > > &portdev->max_nr_ports) == 0) { > > @@ -2179,7 +2179,9 @@ static struct virtio_device_id id_table[ > > > > static unsigned int features[] = { > > > > > > VIRTIO_CONSOLE_F_SIZE, > > +#ifndef CONFIG_IRQ_FORCED_THREADING > > > > > > VIRTIO_CONSOLE_F_MULTIPORT, > > +#endif > > }; > > These look kind of questionable. > Is this part needed?
I would have sworn it was, but double checking, nope, it's not. Hm, so I could make a prettier bandaid with a runtime check.. but it'd remain a bandaid, so I'll go do some beans 'n' biscuits work instead. -Mike