From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2hAu-00076z-6A for qemu-devel@nongnu.org; Wed, 29 Feb 2012 05:54:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2hAS-0000fj-73 for qemu-devel@nongnu.org; Wed, 29 Feb 2012 05:54:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2hAR-0000eg-V0 for qemu-devel@nongnu.org; Wed, 29 Feb 2012 05:53:56 -0500 Message-ID: <4F4E03BE.0@redhat.com> Date: Wed, 29 Feb 2012 12:53:50 +0200 From: Avi Kivity MIME-Version: 1.0 References: <4F4CC7C6.9070609@redhat.com> <20120228175914.GA28479@redhat.com> <4F4D1951.4040807@codemonkey.ws> <4F4D19C5.8030507@redhat.com> <4F4D2789.2070306@codemonkey.ws> <4F4D2848.30007@redhat.com> <4F4D290F.90907@codemonkey.ws> <20120228225805.GA8740@redhat.com> <4F4DF94A.80803@redhat.com> <20120229102306.GA4924@redhat.com> In-Reply-To: <20120229102306.GA4924@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Memory core space reduction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel , Anthony Liguori On 02/29/2012 12:23 PM, Michael S. Tsirkin wrote: > On Wed, Feb 29, 2012 at 12:09:14PM +0200, Avi Kivity wrote: > > On 02/29/2012 12:58 AM, Michael S. Tsirkin wrote: > > > > > > What I did, to allow bisect, is rebase Avi's patches on top > > > of my bridge implementation, then run qemu with a bridge. > > > bridge without Avi's patches at least starts booting, with > > > Avi's patches crashes before guest start. > > > > > > If you want to play with that, take it from branch bisectme > > > on my qemu tree on github. > > > > > > > How do you reproduce it? > > > > I tried > > > > qemu-system-x86_64 -device pci-bridge,chassis_nr=23 > > > > but that boots. > > It could be that you need more devices. This is my command line: > qemu-system-x86_64 -m 1G -drive file=/home/mst/rhel6.qcow2 -netdev > user,id=bar -net nic,netdev=bar,model=e1000,macaddr=52:54:00:12:34:57 > -redir tcp:8022::22 -device pci-bridge,id=bog,chassis_nr=1 -netdev > tap,id=foo,ifname=msttap0,script=/home/mst/ifup,downscript=no,vhost=on > -nographic > Boots too, even after supplying a peer to foo. I did get an abort with -enable-kvm, but that looks like the old issue, no? Looking into it. Suggest a valgrind run. -- error compiling committee.c: too many arguments to function