We have to reinitialize virtqueues any time STATUS RESET issued to the host, because QEMU now clears pointers to virtqueue. (See virtio_reset() at qemu-src/hw/virtio/virtio.c).Reinitialize all the registers
This fixes vtnet operation with virtio-net-device of latest QEMU.