Re: [Qemu-devel] [RFC PATCH v2 21/23] COLO nic: implement colo nic device interface configure()

2014-10-27 Thread Dr. David Alan Gilbert
* Yang Hongyang (yan...@cn.fujitsu.com) wrote: > implement colo nic device interface configure() > add a script to configure nic devices: > ${QEMU_SCRIPT_DIR}/network-colo > > Script for configuring the network of Master & Slaver. You might also like to think about making this possible via libvir

[Qemu-devel] [RFC PATCH v2 21/23] COLO nic: implement colo nic device interface configure()

2014-09-23 Thread Yang Hongyang
implement colo nic device interface configure() add a script to configure nic devices: ${QEMU_SCRIPT_DIR}/network-colo Script for configuring the network of Master & Slaver. Usage: network-colo (master|slaver) (install|uninstall) vif pif [ifb1 ifb2] Signed-off-by: Yang Hongyang --- include/ne