repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
console: zap g_width + g_height
[qemu/kevin.git]
/
stubs
/
slirp.c
blob
f1fc833f7aa9e981e2b9913e87bff2749af5f8a9
1
#include
"qemu-common.h"
2
#include
"slirp/slirp.h"
3
4
void
slirp_update_timeout
(
uint32_t
*
timeout
)
5
{
6
}
7
8
void
slirp_pollfds_fill
(
GArray
*
pollfds
)
9
{
10
}
11
12
void
slirp_pollfds_poll
(
GArray
*
pollfds
,
int
select_error
)
13
{
14
}
15