From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2gge-0007As-0y for qemu-devel@nongnu.org; Wed, 29 Feb 2012 05:23:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2ggZ-0002sM-72 for qemu-devel@nongnu.org; Wed, 29 Feb 2012 05:23:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2ggY-0002s0-Uz for qemu-devel@nongnu.org; Wed, 29 Feb 2012 05:23:03 -0500 Date: Wed, 29 Feb 2012 12:23:06 +0200 From: "Michael S. Tsirkin" Message-ID: <20120229102306.GA4924@redhat.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F4DF94A.80803@redhat.com> Subject: Re: [Qemu-devel] [PULL] Memory core space reduction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel , Anthony Liguori 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 > -- > error compiling committee.c: too many arguments to function