Re: [Qemu-devel] Hot reload network configuration

2016-05-17 Thread Hu Keping
>> ... possibly changing to a different network. That would be most interesting part. On 2016/5/17 15:02, Markus Armbruster wrote: Stefan Hajnoczi writes: On Wed, May 11, 2016 at 08:50:54PM +0800, Hu Keping wrote: Is there any possible that start qemu with --net=none and then change the con

Re: [Qemu-devel] Hot reload network configuration

2016-05-17 Thread Markus Armbruster
Stefan Hajnoczi writes: > On Wed, May 11, 2016 at 08:50:54PM +0800, Hu Keping wrote: >> Is there any possible that start qemu with --net=none and then change the >> configuration of the network, say using tap for example? > > Yes. If your machine type supports PCI hotplug then you can use the >

Re: [Qemu-devel] Hot reload network configuration

2016-05-16 Thread Stefan Hajnoczi
On Wed, May 11, 2016 at 08:50:54PM +0800, Hu Keping wrote: > Is there any possible that start qemu with --net=none and then change the > configuration of the network, say using tap for example? Yes. If your machine type supports PCI hotplug then you can use the netdev_add and device_add commands.

[Qemu-devel] Hot reload network configuration

2016-05-11 Thread Hu Keping
Hi there, Is there any possible that start qemu with --net=none and then change the configuration of the network, say using tap for example?