Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
These changes are a raw update to a vanilla kernel 4.1.10, with the
[kvmfornfv.git]
/
qemu
/
stubs
/
slirp.c
1
#include "qemu-common.h"
2
#include "slirp/slirp.h"
3
4
void slirp_pollfds_fill(GArray *pollfds, uint32_t *timeout)
5
{
6
}
7
8
void slirp_pollfds_poll(GArray *pollfds, int select_error)
9
{
10
}
11