These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / slirp.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "slirp/slirp.h"
4
5 void slirp_pollfds_fill(GArray *pollfds, uint32_t *timeout)
6 {
7 }
8
9 void slirp_pollfds_poll(GArray *pollfds, int select_error)
10 {
11 }
12