On Fri, 12 Aug 2011 09:55:51 +0800, Jason Wang wrote: > From: Krishna Kumar <krkum...@in.ibm.com> > > Implement mq virtio-net driver. > > Though struct virtio_net_config changes, it works with the old qemu > since the last element is not accessed unless qemu sets > VIRTIO_NET_F_MULTIQUEUE. > ... > + > +#if 1 <...> > +#else <...> > +#endif
Any reason to keep this #else code of #if 1? which is dead.