qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BAR


From: Sean O. Stalley
Subject: [Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"
Date: Wed, 1 Jul 2015 11:19:50 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]