From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQe2G-0000oE-Ln for qemu-devel@nongnu.org; Mon, 30 Sep 2013 10:01:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQe2A-0001HQ-Ly for qemu-devel@nongnu.org; Mon, 30 Sep 2013 10:01:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQe2A-0001HI-E7 for qemu-devel@nongnu.org; Mon, 30 Sep 2013 10:01:10 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8UE199i018480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 30 Sep 2013 10:01:09 -0400 Message-ID: <52498437.4010105@redhat.com> Date: Mon, 30 Sep 2013 16:01:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1380538019-9091-1-git-send-email-kraxel@redhat.com> <1380538019-9091-2-git-send-email-kraxel@redhat.com> <52495C8C.3060704@redhat.com> <1380548697.3922.34.camel@nilsson.home.kraxel.org> In-Reply-To: <1380548697.3922.34.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] roms: build two seabios binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Il 30/09/2013 15:44, Gerd Hoffmann ha scritto: >>> > > +# for qemu machine types 1.6 + older >>> > > +# need to turn off features (xhci) to make it fit into 128k >>> > > +CONFIG_QEMU=y >>> > > +CONFIG_ROM_SIZE=128 >>> > > +CONFIG_USB_XHCI=n >> > >> > Is it enough to disable Xen or perhaps OHCI? > We can try that. I've picked xhci because it is new in master, so we > don't take something away. > Ok. But if we can enable XHCI and disable Xen, that'd be a win because Xen anyway embeds SeaBIOS within its own hvmloader firmware. Paolo