Stefan Berger e52687e88f macvtap IFF_VNET_HDR configuration
This patch sets or unsets the IFF_VNET_HDR flag depending on what device
is used in the VM. The manipulation of the flag is done in the open
function and is only fatal if the IFF_VNET_HDR flag could not be cleared
although it has to be (or if an ioctl generally fails). In that case the
macvtap tap is closed again and the macvtap interface torn.

* src/qemu/qemu_conf.c src/qemu/qemu_conf.h: pass qemuCmdFlags to
  qemudPhysIfaceConnect()
* src/util/macvtap.c src/util/macvtap.h: add vnet_hdr boolean to
  openMacvtapTap(), and private function configMacvtapTap()
* src/qemu/qemu_driver.c: add extra qemuCmdFlags when calling
  qemudPhysIfaceConnect()
2010-02-19 11:38:57 +01:00
..
2009-10-07 15:26:23 +02:00
2009-11-03 23:44:48 +01:00
2010-02-01 09:39:54 -05:00
2010-02-12 17:25:12 +00:00
2010-02-19 11:38:57 +01:00
2010-02-19 11:38:57 +01:00
2010-02-18 22:13:48 +01:00
2010-01-21 15:32:37 +01:00