qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"
@ 2015-07-01 18:19 Sean O. Stalley
  2015-07-01 18:19 ` [Qemu-devel] [PATCH v2 1/1] " Sean O. Stalley
  2015-07-15 16:38 ` [Qemu-devel] [PATCH v2 0/1] " Stalley, Sean
  0 siblings, 2 replies; 4+ messages in thread
From: Sean O. Stalley @ 2015-07-01 18:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sean O. Stalley, mst

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-30 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 18:19 [Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs" Sean O. Stalley
2015-07-01 18:19 ` [Qemu-devel] [PATCH v2 1/1] " Sean O. Stalley
2015-07-15 16:38 ` [Qemu-devel] [PATCH v2 0/1] " Stalley, Sean
2015-07-30 18:56   ` Stalley, Sean

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).