On Tue, Dec 11, 2012 at 10:20:15PM +0800, Amos Kong wrote: > We don't clean up network if fails to parse "-device" parameters without > calling net_cleanup(). I touch a problem, the tap device which is > created by qemu-ifup script could not be removed by qemu-ifdown script. > Some similar problems also exist in vl.c > > In this patch, if network initialization successes, a cleanup function > will be registered to be called at qemu process termination. > > Signed-off-by: Amos Kong <ak...@redhat.com> > --- > v2: register cleanup function before network initialization > --- > vl.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-)
Thanks, applied to the net tree: https://github.com/stefanha/qemu/commits/net Stefan