qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Is anyone able to load a web page from a guest operatin


From: Samuel Thibault
Subject: Re: [Qemu-devel] Is anyone able to load a web page from a guest operating system?
Date: Thu, 28 Apr 2016 14:04:17 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Programmingkid, on Wed 27 Apr 2016 20:25:26 -0400, wrote:
> Found out which patch was causing problems. This one: 
> 
> commit 5379229a2708df3a1506113315214c3ce5325859
> Author: Guillaume Subiron <address@hidden>
> Date:   Sat Dec 19 22:24:59 2015 +0100
> 
>     slirp: Factorizing address translation

Thanks!

I managed to get access to a darwin system. It seems that their sendto()
doesn't like being passed an addrlen which is greater than required: the
patch makes qemu pass sizeof(struct sockaddr_storage) instead of
sizeof(struct sockaddr_in). That's quite unexpected, but we'll have to
work around that, working on a patch now.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]