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