]> git.proxmox.com Git - qemu.git/commit
net: refactor packet queueing code
authorMark McLoughlin <markmc@redhat.com>
Thu, 8 Oct 2009 18:58:31 +0000 (19:58 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Oct 2009 14:32:03 +0000 (09:32 -0500)
commitf71058439974f6236ecc0a8eeb58ccc2e8fc87f9
treedff36303bdf4f4c5f6bd4b69aceca2f81e0f939c
parent283c7c63f5c56c4d0340fb39093fb47e75cb122e
net: refactor packet queueing code

The packet queue code is fairly standalone, has some complex details and
easily reusable. It makes sense to split it out on its own. This patch
doesn't contain any functional changes.

Patchworks-ID: 35511
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
net-queue.c [new file with mode: 0644]
net-queue.h [new file with mode: 0644]
net.c
net.h
qemu-common.h