]> git.proxmox.com Git - qemu.git/commit
tap: factor out common tap initialization
authorJason Wang <jasowang@redhat.com>
Wed, 30 Jan 2013 11:12:30 +0000 (19:12 +0800)
committerAnthony Liguori <aliguori@us.ibm.com>
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 <jasowang@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net/tap.c