From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avJ3s-0004JS-6H for qemu-devel@nongnu.org; Wed, 27 Apr 2016 02:35:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avJ3n-0000Ug-6i for qemu-devel@nongnu.org; Wed, 27 Apr 2016 02:35:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avJ3n-0000Ub-1W for qemu-devel@nongnu.org; Wed, 27 Apr 2016 02:34:55 -0400 References: <3CC6094E-027E-417D-A110-4E60100A9756@gmail.com> <20160426190042.GC25204@work-vm> <9DF8AED7-D573-4CE4-BA8C-897B2A89A183@gmail.com> <571FCBBF.8020405@redhat.com> <7516025E-F08C-4DD4-B1D1-E822C96B7B0A@gmail.com> From: Thomas Huth Message-ID: <57205D8A.5010107@redhat.com> Date: Wed, 27 Apr 2016 08:34:50 +0200 MIME-Version: 1.0 In-Reply-To: <7516025E-F08C-4DD4-B1D1-E822C96B7B0A@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Is anyone able to load a web page from a guest operating system? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: Samuel Thibault , "Dr. David Alan Gilbert" , qemu-devel qemu-devel On 26.04.2016 22:19, Programmingkid wrote: >=20 > On Apr 26, 2016, at 4:12 PM, Thomas Huth wrote: >=20 >> On 26.04.2016 21:25, Programmingkid wrote: >>> >>> On Apr 26, 2016, at 3:00 PM, Dr. David Alan Gilbert wrote: >>> >>>> * Programmingkid (programmingkidx@gmail.com) wrote: >>>>> My three guest operating systems can't load a web page. I think thi= s is a bug with QEMU. Is there anyone who has the latest revision of QEMU= that can access the web from a guest? Or are you experiencing the same p= roblem? ... >>>> What's the qemu command line you use? >>> qemu-system-ppc -hda -hdb -m 512 -boot c -M mac99 -netdev= user,id=3Dmynet0 -device usb-net,netdev=3Dmynet0 -cpu 750 -prom-env boot= -args=3D-v -device ich9-usb-uhci1,id=3Dnewusb -device usb-audio,bus=3Dnew= usb.0=20 >>> >>> and >>> >>> qemu-system-ppc -hda -hdb -m 512 -boot c -M mac99 -netdev= user,id=3Dmynet0 -device rtl8139,netdev=3Dmynet0 -cpu 750 -prom-env boot= -args=3D-v -device ich9-usb-uhci1,id=3Dnewusb -device usb-audio,bus=3Dnew= usb.0=20 >> >> Ok, that means you're using user-mode / slirp networking. >> I just tried it with a pseries guest, and it seems to be working fine >> for me with the current git version of QEMU (f419a626c76bcb266). >=20 > So you are saying you can view web pages on your guest? Yes. Linux guest on a Linux host, and I was able to access a web page from the guest. >> >> Now, what kind of host do you use? Mac OS X?=20 > Yes. Mac OS 10.6. Ok, at least not Windows ... because there have been some problems with Windows recently, which could be the culprit otherwise: http://git.qemu.org/?p=3Dqemu.git;a=3Dcommitdiff;h=3D3424c8a9c89a3bc0d29a= d >> Also can you determine a revision when it was still working fine for >> you? (and then maybe even bisect the problem?) >=20 > I will see what I can find out. Thanks! Bisecting the problem is likely the best way to deal with this... Thomas