On Tue, Nov 13, 2012 at 12:23:23PM +0200, Michael S. Tsirkin wrote: > For tap, we currently assume the vnet header size is 10 > (the default value) but that might not be the case > if tap is persistent and has been used by qemu previously. > To fix, set host header size in tap device on open. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > --- > > This fixes the issue reported by Alexander Graf on the kvm forum. > Alexander, could you confirm please? > Thanks, > > net/tap.c | 7 +++++++ > 1 file changed, 7 insertions(+)
Thanks, applied to the net tree: https://github.com/stefanha/qemu/commits/net Stefan