From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb4Af-0004cK-EO for qemu-devel@nongnu.org; Mon, 06 Oct 2014 05:01:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xb4Aa-0003yF-Pi for qemu-devel@nongnu.org; Mon, 06 Oct 2014 05:01:33 -0400 Received: from indium.canonical.com ([91.189.90.7]:56320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xb4Aa-0003y4-Kq for qemu-devel@nongnu.org; Mon, 06 Oct 2014 05:01:28 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1Xb4AZ-00048x-Pk for ; Mon, 06 Oct 2014 09:01:27 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id C08252E80BB for ; Mon, 6 Oct 2014 09:01:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Mon, 06 Oct 2014 08:53:25 -0000 From: Stefan Hajnoczi <638955@bugs.launchpad.net> Sender: bounces@canonical.com References: <20100915132907.2955.78648.malonedeb@gandwana.canonical.com> <20141005205744.5527.97209.malone@wampee.canonical.com> Message-Id: Errors-To: bounces@canonical.com Subject: Re: [Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel Reply-To: Bug 638955 <638955@bugs.launchpad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Sun, Oct 5, 2014 at 9:57 PM, dblade wrote: > I have this problem (as describe in OP) on a Solaris 11.2 install using > the text iso. Archlinux Qemu 2.1.0. It appears that the above patch > has been applied to qemu for some time now (its also in my version). > > Are there any new workarounds? Hi, It's been a long time since that fix was developed. At this point it would be necessary to debug the problem from scratch. I don't have time to work on this in the near future, sorry. Maybe someone else wants to figure out what is wrong. Stefan -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/638955 Title: emulated netcards don't work with recent sunos kernel Status in QEMU: New Bug description: hi there, i'm using qemu-kvm backend in version: # qemu-kvm -version QEMU PC emulator version 0.12.5 (qemu-kvm-0.12.5), Copyright (c) 2003-200= 8 Fabrice Bellard and there are just *not working any of model=3D$type with combinations of recent sunos (solaris, openindiana, opensolaris, ..) .. you can download for testing purposes iso from here: http://dlc- origin.openindiana.org/isos/147/ or from here: http://genunix.org/distributions/indiana/ << osol and oi are also bubuntu-like *live cds, so no need to bother with installing behaviour is as follows: e1000 - receiving doesn't work, transmitting works .. dladm (tool for han= dle ethers) shows that is all ok, correct mode is loaded up, it just seems = like this driver works at 100% but .. rtl8169|pcnet - works in 10Mbit mode with several other issues like high cpu utilization and so .. dladm is unable to recognize options for this kind of -nic others - just don't work .. i experienced this issue several times in past .. woraround was, that rtl8169 worked so-so .. with recent sunos kernel it doesn't. it's easy to reproduce, this is why i'm not putting here more then launching script for my virtual machine: # cat openindiana.sh qemu-kvm -hda /home/kvm/openindiana/openindiana.img -m 2048 -localtime -c= drom /home/kvm/+images/oi-dev-147-x86.iso -boot d \ -vga std -vnc :9 -k en-us -monitor unix:/home/kvm/openindiana/instance,se= rver,nowait \ -net nic,model=3De1000,vlan=3D1 -net tap,ifname=3Doi0,script=3Dno,vlan=3D= 1 & sleep 2; ip l set oi0 up; ip a a 192.168.99.9/24 dev oi0; regards by daniel To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/638955/+subscriptions