[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2016-08-11 Thread T. Huth
Based on comment #30, it sounds like the original problem of this bug has been fixed, and since the remaining apic-related problem is tracked in ticket #1395217 already, I think we can close this bug now (if you don't agree, feel free to open this ticket again). ** Changed in: qemu Status:

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2015-09-10 Thread Jan Vlug
See the following bug report for a working Solaris 10 KVM guest configuration: https://bugzilla.redhat.com/show_bug.cgi?id=1262093 ** Bug watch added: Red Hat Bugzilla #1262093 https://bugzilla.redhat.com/show_bug.cgi?id=1262093 -- You received this bug notification because you are a member

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2015-09-08 Thread Jan Vlug
See also bug #1395217 -- 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

Re: [Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2014-10-06 Thread Stefan Hajnoczi
On Sun, Oct 5, 2014 at 9:57 PM, dblade listm...@triad.rr.com 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

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2014-10-06 Thread dblade
apparently it has something to do with x2apic. simply refining my cpu line to be -cpu kvm64,-x2apic leads to a working network. source of inspiration: http://forum.proxmox.com/threads/15850-Solaris-10 -Guest-no-network-traffic-after-upgrade-to-proxmox-3-1 -- You received this bug notification

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2014-10-05 Thread dblade
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? -- You received this bug notification because you are

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-03-07 Thread geppz
Stefan, thanks for your work. I tested your patch in comment #29 and it does seem to solve the problem for me for latest openindiana and also for latest nexenta core. Also I checked vanilla rtl8139 and it seems to work for openindiana on qemu-kvm-0.14.0 (with 0.13.0 I think I had problems).

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-03-06 Thread Stefan Hajnoczi
Please test this patch: http://repo.or.cz/w/qemu/stefanha.git/commitdiff/c405d1b66e045bce1c53a30f9ad840c6f19eca57 QEMU loads checksum offload flags from every tx data descriptor. When a multi-descriptor packet is sent, Solaris will only mark the first descriptor with checksum offload flags.

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-03-05 Thread Stefan Hajnoczi
I was able to reproduce this problem with qemu.git running OpenIndiana 148 with tap and bridge on the host. I did not see an issue with the userspace network stack - seems to manifest itself as a checksum error in transmitted packets. Here is the host tcpdump during a TCP stall with mtu 1500:

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-03-01 Thread geppz
Emulated NIC is e1000. I found out that if one reduces the MTU on the client like ifconfig eth0 mtu 300 it seems ssh hangs much more rarely (but still hangs, at 300). Reducing it on the virtualization host bridge is not enough though (unless you are initiating ssh from the virtualization host

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-02-28 Thread geppz
Hi all, I can confirm this bug, on latest openindiana-148 and qemu-kvm 0.13.0 you cannot even ping the virtualization host. With qemu-kvm-0.14.0 (just released!) you CAN ping the host: this is already an improvement. HOWEVER biggest bug is still there: if you log in to the openindiana machine

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-01-29 Thread Daniel Kvasnicka
I can confirm this. Just spent hours studying my network configuration in OpenIndiana b148 running in Qemu KVM and figuring out what's wrong... Everything's OK, network is up but I won't even ping the gateway. Please fix this soon! -- You received this bug notification because you are a member

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-01-04 Thread daniel pecka
okay Stefan .. thanks, i poked several people and trying to learn up how netstack works .. i have no experience with programming drivers .. i hope that we'll fix it soon cuz it's very bad that we're unable to use kvm|qemu regards, daniel -- You received this bug notification because you are a

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-01-04 Thread Stefan Weil
Hi Daniel, I just tried a newer version of the indiana iso image (http://dlc-origin.openindiana.org/isos/148/oi-dev-148-x86.iso) with latest qemu (not qemu-kvm) on a debian amd64 linux host, and I had no problems with networking (ssh from qemu's emulated indiana host to physical linux host).

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2011-01-03 Thread daniel pecka
is this issue dead ?? can i do something for help to fix it? regards, daniel -- 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

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2010-10-02 Thread daniel pecka
well, i did some more investigations and here come a results .. this patch http://patchwork.ozlabs.org/patch/65137/raw/ solves problem partially .. NICs are working with that but after a deeper look, connection is lost when the netstack is flooded with higher traffic .. i can connect with

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2010-09-21 Thread daniel pecka
http://patchwork.ozlabs.org/patch/65137/raw/ well, this *fixed a issue .. it's very good that we (sunos guys) can now use the best virt platform (kvm - IMO) .. regards and thanks folks ave, daniel -- emulated netcards don't work with recent sunos kernel https://bugs.launchpad.net/bugs/638955

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2010-09-20 Thread daniel pecka
well, feel free to request whichever information you could need or consider as a helpful .. just for your information after ping via e1000 adapter i can see `arp -n` entry in target system and icmp packets are delivered ok. i'd like to presume that there is some little issue because e1000 driver

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2010-09-20 Thread Stefan Hajnoczi
Daniel, Does the following qemu.git patch solve the problem? http://patchwork.ozlabs.org/patch/65137/raw/ Sorry about the partially mirrored mailing list thread. I expected Launchpad to show the entire discussion but it seems to whitelist only registered users' emails. Stefan -- emulated

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2010-09-17 Thread daniel pecka
reproduced with latest vanilla qemu-kvm .. i've just build it without any optimalizations like this: `./configure --prefix=$HOME/chroot/opt/qemu-kvm-0.13rc1; make` (qemu) info version info version 0.12.91 (qemu-kvm-0.13.0-rc1) it acts just same .. i'm trying at first to hunt down what has

[Qemu-devel] [Bug 638955] Re: emulated netcards don't work with recent sunos kernel

2010-09-17 Thread daniel pecka
added a output from `kstat -p e1000*` .. call for more info if needed .. regards by daniel ps. summary: everything seems fine (link statistics and so) but receiving just doesn't work .. transmitting works ** Attachment added: here it is