From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqic0-0008B0-31 for qemu-devel@nongnu.org; Sun, 23 Jun 2013 07:37:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uqibx-0005SU-1A for qemu-devel@nongnu.org; Sun, 23 Jun 2013 07:37:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uqibw-0005S1-PG for qemu-devel@nongnu.org; Sun, 23 Jun 2013 07:37:36 -0400 Date: Sun, 23 Jun 2013 14:38:04 +0300 From: "Michael S. Tsirkin" Message-ID: <20130623113804.GA19610@redhat.com> References: <1371730033-5554-1-git-send-email-mst@redhat.com> <87hagrfw3s.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87hagrfw3s.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [PULL 00/21] pci,net,misc enhancements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: peter.maydell@linaro.org, drjones@redhat.com, stefano.stabellini@eu.citrix.com, haoyu.zhang@huawei.com, qemu-devel@nongnu.org, Paul.Durrant@citrix.com, akong@redhat.com, lersek@redhat.com, david@gibson.dropbear.id.au On Fri, Jun 21, 2013 at 08:10:15AM -0500, Anthony Liguori wrote: > "Michael S. Tsirkin" writes: > > > From: Michael S. Tsirkin > > > > The following changes since commit 90a2541b763b31d2b551b07e24aae3de5266d31b: > > > > target-i386: fix over 80 chars warnings (2013-06-15 17:50:38 +0000) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony > > > > for you to fetch changes up to f96c30047009f8a9c3cecf68104d8d99f989f54d: > > > > pci: Fold host_buses list into PCIHostState functionality > > (2013-06-19 18:35:05 +0300) > > SEGV's during pretty much any test I try to run during startup: > > Core was generated by `/home/aliguori/build/qemu/x86_64-softmmu/qemu-system-x86_64 -kernel /usr/local/'. > Program terminated with signal 11, Segmentation fault. > #0 qemu_get_queue (nic=0x0) at /home/aliguori/git/qemu/net/net.c:263 It's caused by the rx filter patch, sorry about not catching it. I've fixed it up but will send a pull request without it, so it can get a bit more testing. -- MST