From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAHSk-0006fa-Ur for qemu-devel@nongnu.org; Wed, 01 Jul 2015 08:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAHSf-0001xF-Vt for qemu-devel@nongnu.org; Wed, 01 Jul 2015 08:50:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAHSf-0001xA-Qd for qemu-devel@nongnu.org; Wed, 01 Jul 2015 08:49:57 -0400 Message-ID: <1435754994.4160.44.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 01 Jul 2015 14:49:54 +0200 In-Reply-To: <20150701142749-mutt-send-email-mst@redhat.com> References: <1435653553-7728-1-git-send-email-kraxel@redhat.com> <1435653553-7728-8-git-send-email-kraxel@redhat.com> <20150701133437-mutt-send-email-mst@redhat.com> <1435753442.4160.35.camel@redhat.com> <20150701142749-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 07/22] virtio: find version 1.0 virtio capabilities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: seabios@seabios.org, qemu-devel@nongnu.org Hi, > > > > Yes, seabios always allocates both mem and io. > > What if it can't? E.g. too many devices. First tries to move 64bit bars above 64g. Guess we better should exclude virtio devices here (like we do for xhci already). Failing that it'll panic. cheers, Gerd