mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
net: move slirp code from net.c to net/slirp.c
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a90ffa497d
commit
68ac40d2c6
7 changed files with 814 additions and 718 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "hw/loader.h"
|
||||
#include "gdbstub.h"
|
||||
#include "net.h"
|
||||
#include "net/slirp.h"
|
||||
#include "qemu-char.h"
|
||||
#include "sysemu.h"
|
||||
#include "monitor.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue