Re: [PATCH] virtio_pci: add module param to force legacy mode

2015-01-18 Thread Rusty Russell
"Michael S. Tsirkin" writes: > If set, try legacy interface first, modern one if that fails. Useful to > work around device/driver bugs, and for compatibility testing. > > Signed-off-by: Michael S. Tsirkin Thanks, I've applied all these to virtio-next. Cheers! Rusty. -- To unsubscribe from thi

[PATCH] virtio_pci: add module param to force legacy mode

2015-01-15 Thread Michael S. Tsirkin
If set, try legacy interface first, modern one if that fails. Useful to work around device/driver bugs, and for compatibility testing. Signed-off-by: Michael S. Tsirkin --- drivers/virtio/virtio_pci_common.c | 31 +-- 1 file changed, 25 insertions(+), 6 deletions(-)