From: Kevin O'Connor <kevin@koconnor.net>
To: Isaku Yamahata <yamahata@valinux.co.jp>
Cc: mst@redhat.com, seabios@seabios.org, adnan@khaleel.us,
cam@cs.ualberta.ca, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH v3 0/2] pciinit: fix overflow when bar allocation
Date: Sat, 13 Nov 2010 10:09:25 -0500 [thread overview]
Message-ID: <20101113150925.GA12501@morn.localdomain> (raw)
In-Reply-To: <cover.1288248755.git.yamahata@valinux.co.jp>
On Thu, Oct 28, 2010 at 03:54:34PM +0900, Isaku Yamahata wrote:
> Changes v2 -> v3:
> - use [first, last] instead of [start, end)
>
> Changes v1 -> v2:
> - add comment.
>
> Patch description:
> This patch set fixes PCI bar allocation when bar overflow occured.
> I checked if pmm_alloc facility can be used, but it doesn't suit for
> pci bar allocation. So I resulted in new API, pci_region which
> encapsulates region allocation and overflow checks.
> The first patch introduces pci_region, and the second patch fixes
> the overflow case with pci_region.
Thanks. I've committed these. I put them on the master branch - I
can also place them on the stable branch if they're needed there.
-Kevin
prev parent reply other threads:[~2010-11-13 15:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-28 6:54 [Qemu-devel] [PATCH v3 0/2] pciinit: fix overflow when bar allocation Isaku Yamahata
2010-10-28 6:54 ` [Qemu-devel] [PATCH v3 1/2] pci: introduce pci_region to manage pci io/memory/prefmemory regions Isaku Yamahata
2010-10-28 6:54 ` [Qemu-devel] [PATCH v3 2/2] pciinit: use pci_region functions Isaku Yamahata
2010-11-07 17:14 ` [Qemu-devel] Re: [SeaBIOS] [PATCH v3 0/2] pciinit: fix overflow when bar allocation Kevin O'Connor
2010-11-13 15:09 ` Kevin O'Connor [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101113150925.GA12501@morn.localdomain \
--to=kevin@koconnor.net \
--cc=adnan@khaleel.us \
--cc=cam@cs.ualberta.ca \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=seabios@seabios.org \
--cc=yamahata@valinux.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).