repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtl8139: Do not consume the packet during overflow in standard mode.
[qemu/ar7.git]
/
stubs
/
vc-init.c
blob
308dfa08009dde21d51d34a6f8273979ce747014
1
#include
"qemu-common.h"
2
#include
"sysemu/char.h"
3
4
CharDriverState
*
vc_init
(
ChardevVC
*
vc
)
5
{
6
return
0
;
7
}