mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
283c7c63f5
commit
f710584399
6 changed files with 342 additions and 132 deletions
|
@ -181,6 +181,7 @@ typedef struct TextConsole TextConsole;
|
|||
typedef TextConsole QEMUConsole;
|
||||
typedef struct CharDriverState CharDriverState;
|
||||
typedef struct VLANState VLANState;
|
||||
typedef struct VLANClientState VLANClientState;
|
||||
typedef struct QEMUFile QEMUFile;
|
||||
typedef struct i2c_bus i2c_bus;
|
||||
typedef struct i2c_slave i2c_slave;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue