mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-28 20:41:52 -06:00
Fix build on mingw32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
9caa3ec1e9
commit
25da2f343c
1 changed files with 5 additions and 0 deletions
|
@ -736,3 +736,8 @@ void tap_set_offload(VLANClientState *vc, int csum, int tso4,
|
||||||
int tso6, int ecn, int ufo)
|
int tso6, int ecn, int ufo)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
struct vhost_net *tap_get_vhost_net(VLANClientState *nc)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue