From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58147 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdFmn-0004wl-NK for qemu-devel@nongnu.org; Mon, 26 Jul 2010 00:59:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdFmi-0004Lk-Nz for qemu-devel@nongnu.org; Mon, 26 Jul 2010 00:59:33 -0400 Received: from mail.valinux.co.jp ([210.128.90.3]:50975) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdFmi-0004Kw-Ca for qemu-devel@nongnu.org; Mon, 26 Jul 2010 00:59:28 -0400 From: Isaku Yamahata Date: Mon, 26 Jul 2010 14:02:44 +0900 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] seabios: pciinit: fix bar allocation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: seabios@seabios.org Cc: yamahata@valinux.co.jp, cam@cs.ualberta.ca, qemu-devel@nongnu.org, mst@redhat.com This patch set fixes pci bar allocation. Cam Macdonell reported that there was something wrong with 64bit/32bit 512M BAR. This addresses his report. Isaku Yamahata (2): seabios: pciinit: fix 64bit bar initilization. seabios: pciinit: fix overflow when bar allocation. src/pciinit.c | 56 ++++++++++++++++++++++++++++++++++++-------------------- 1 files changed, 36 insertions(+), 20 deletions(-)