]> git.proxmox.com Git - qemu.git/commit
net: add a vnet_hdr=on|off parameter
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:43:37 +0000 (17:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:29:00 +0000 (12:29 -0500)
commitbaf74c95802347e218721dbaa331997e11fbf903
tree3f413f960230cbfec68d46e790aed12fde9c9810
parent424a7f9674bb801c62b7855a8132d14ef25a36e1
net: add a vnet_hdr=on|off parameter

This allows people to disable the IFF_VNET_HDR flag, e.g. for debugging
purposes or if they know they may migrate the guest to a machine without
IFF_VNET_HDR support.

It also allows making the lack of IFF_VNET_HDR support an error
condition, e.g. in the case where a guest is being migrated from a host
which does support it.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c
qemu-options.hx