From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3WMU-00044D-Uu for qemu-devel@nongnu.org; Thu, 29 Oct 2009 10:52:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3WMP-00041O-Oh for qemu-devel@nongnu.org; Thu, 29 Oct 2009 10:52:26 -0400 Received: from [199.232.76.173] (port=56415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3WMP-00041K-KA for qemu-devel@nongnu.org; Thu, 29 Oct 2009 10:52:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3WMO-00013d-Lm for qemu-devel@nongnu.org; Thu, 29 Oct 2009 10:52:21 -0400 Subject: Re: [Qemu-devel] qemu-kvm-0.11 regression, crashes on older guests with virtio network From: Mark McLoughlin In-Reply-To: <1256827578.25064.123.camel@x200> References: <1256807803.10825.39.camel@blaa> <1256815818-sup-7805@xpc65.scottt> <1256818566.10825.58.camel@blaa> <4AE9A299.5060003@codemonkey.ws> <1256826351.10825.69.camel@blaa> <1256826874.25064.114.camel@x200> <1256827578.25064.123.camel@x200> Content-Type: text/plain Date: Thu, 29 Oct 2009 14:50:13 +0000 Message-Id: <1256827813.10825.78.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kirkland@canonical.com Cc: Scott Tsai , qemu-devel , kvm On Thu, 2009-10-29 at 09:46 -0500, Dustin Kirkland wrote: > On Thu, 2009-10-29 at 09:34 -0500, Dustin Kirkland wrote: > > In the mean time, Hardy's kernel is in git here: > > > > http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=summary > > I'll save you a few clicks... > > http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=blob;f=drivers/net/virtio_net.c;h=d1a200ff5fd266c05e9a876e5e4e550737f77d84;hb=HEAD Actually, what would save more clicks is if: git://kernel.ubuntu.com/ubuntu/ubuntu-hardy.git was listed in web interface. Took me a while to find: https://wiki.ubuntu.com/KernelTeam/KernelGitGuide :-) Thanks, Mark.