On Thu, Feb 21, 2013 at 11:05:56AM +0800, Jason Wang wrote: > Obviously, hub does not support multiqueue tap. So this patch forbids creating > multiple queue tap when hub is used to prevent the crash when command line > such > as "-net tap,queues=2" is used. > > Cc: [email protected] > Signed-off-by: Jason Wang <[email protected]> > --- > Changes from V1: > - Add a comment to explain the reason. (Stefan) > - Use a more specific message. (Stefan) > --- > net/tap.c | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-)
Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan
