Jesse Larrew <jlar...@linux.vnet.ibm.com> writes: > This patch set fixes an issue with virtio Windows drivers when multiqueue > is enabled. This is a narrow fix for 1.4, and I intend to generalize the > approach for all virtio devices in 1.5.
I applied these for -rc1 because I like this better than hard coding the old config size. This is something we're going to have to fix for all virtio devices... However, I also like Michael's patch that gets rid of the mq option so Michael, please rebase that patch on top of -rc1 and then we can avoid having to explicitly turn mq on. Regards, Anthony Liguori > > Changes since V1: > * Added missing parentheses around the endof() macro definition. > * Fixed spelling errors in the commit message for patch #2.