From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAMdr-0002Hm-AR for qemu-devel@nongnu.org; Wed, 01 Jul 2015 14:21:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAMdl-0007NL-Jc for qemu-devel@nongnu.org; Wed, 01 Jul 2015 14:21:51 -0400 Received: from mga11.intel.com ([192.55.52.93]:32540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAMdl-0007M1-Ec for qemu-devel@nongnu.org; Wed, 01 Jul 2015 14:21:45 -0400 From: "Sean O. Stalley" Date: Wed, 1 Jul 2015 11:19:50 -0700 Message-Id: <1435774791-13334-1-git-send-email-sean.stalley@intel.com> Subject: [Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Sean O. Stalley" , mst@redhat.com 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