]> Git Repo - qemu.git/commit - net/tap.c
tap: factor out common tap initialization
authorJason Wang <[email protected]>
Wed, 30 Jan 2013 11:12:30 +0000 (19:12 +0800)
committerAnthony Liguori <[email protected]>
Fri, 1 Feb 2013 17:03:01 +0000 (11:03 -0600)
commit5193e5fbb52a33f1f684b0d42d29a452dfd29e4a
treeee2db653f5eeacaa8e97aad85ca669f1784f90f8
parent4e4f9ae7da90b55fe77307e58c867aa6b02a7384
tap: factor out common tap initialization

This patch factors out the common initialization of tap into a new helper
net_init_tap_one(). This will be used by multiqueue tap patches.

Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
net/tap.c
This page took 0.02298 seconds and 4 git commands to generate.