From: "Sean O. Stalley" <sean.stalley@intel.com>
To: qemu-devel@nongnu.org
Cc: "Sean O. Stalley" <sean.stalley@intel.com>, mst@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"
Date: Wed, 1 Jul 2015 11:19:50 -0700 [thread overview]
Message-ID: <1435774791-13334-1-git-send-email-sean.stalley@intel.com> (raw)
Changes from v1:
- added a cover letter with a change log
- made spelling fixes throughout patch
- no longer add unnecessary whitespace
- removed brackets in return calls
- only add 1 PCI device parameter instead of 2
- don't add definitions to imported include/hw/pci/pci_regs.h
Sean O. Stalley (1):
Add support for PCI Enhanced Allocation "BARs"
hw/pci/Makefile.objs | 2 +-
hw/pci/pci.c | 95 +++++++++++++++++------
hw/pci/pci_ea.c | 202 ++++++++++++++++++++++++++++++++++++++++++++++++
include/hw/pci/pci.h | 6 ++
include/hw/pci/pci_ea.h | 42 ++++++++++
include/qemu/typedefs.h | 1 +
6 files changed, 324 insertions(+), 24 deletions(-)
create mode 100644 hw/pci/pci_ea.c
create mode 100644 include/hw/pci/pci_ea.h
--
1.9.1
next reply other threads:[~2015-07-01 18:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-01 18:19 Sean O. Stalley [this message]
2015-07-01 18:19 ` [Qemu-devel] [PATCH v2 1/1] Add support for PCI Enhanced Allocation "BARs" Sean O. Stalley
2015-07-15 16:38 ` [Qemu-devel] [PATCH v2 0/1] " Stalley, Sean
2015-07-30 18:56 ` Stalley, Sean
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=1435774791-13334-1-git-send-email-sean.stalley@intel.com \
--to=sean.stalley@intel.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).