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

2015-07-01 Thread Sean O. Stalley
e: https://www.pcisig.com/specifications/conventional/ECN_Enhanced_Allocation_23_Oct_2014_Final.pdf Signed-off-by: Sean O. Stalley --- hw/pci/Makefile.objs| 2 +- hw/pci/pci.c| 95 +-- hw/pci/pci_ea.c

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

2015-07-01 Thread Sean O. Stalley
ns 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 inclu

Re: [Qemu-devel] [PATCH 1/1] Add support for PCI Enhanced Allocation "BARs"

2015-06-01 Thread Sean O. Stalley
On Sun, May 31, 2015 at 08:13:49PM +0200, Michael S. Tsirkin wrote: > On Wed, May 13, 2015 at 10:29:42AM -0700, Sean O. Stalley wrote: > > On Wed, May 13, 2015 at 08:09:46AM +0200, Michael S. Tsirkin wrote: > > > On Tue, May 12, 2015 at 02:23:07PM -0700, Sean O. Stalley wrote: &

Re: [Qemu-devel] [PATCH 1/1] Add support for PCI Enhanced Allocation "BARs"

2015-05-13 Thread Sean O. Stalley
On Wed, May 13, 2015 at 08:09:46AM +0200, Michael S. Tsirkin wrote: > On Tue, May 12, 2015 at 02:23:07PM -0700, Sean O. Stalley wrote: > > On Tue, May 12, 2015 at 11:33:49AM +0200, Michael S. Tsirkin wrote: > > > On Mon, May 11, 2015 at 01:08:05PM -0700, Sean O. Stalley wrote: &

Re: [Qemu-devel] [PATCH 1/1] Add support for PCI Enhanced Allocation "BARs"

2015-05-12 Thread Sean O. Stalley
On Tue, May 12, 2015 at 11:33:49AM +0200, Michael S. Tsirkin wrote: > On Mon, May 11, 2015 at 01:08:05PM -0700, Sean O. Stalley wrote: > > On Mon, May 11, 2015 at 09:26:08PM +0200, Michael S. Tsirkin wrote: > > > On Mon, May 11, 2015 at 11:56:44AM -0700, Sean O. Stalley wrote: &g

Re: [Qemu-devel] [PATCH 1/1] Add support for PCI Enhanced Allocation "BARs"

2015-05-11 Thread Sean O. Stalley
On Mon, May 11, 2015 at 09:26:08PM +0200, Michael S. Tsirkin wrote: > On Mon, May 11, 2015 at 11:56:44AM -0700, Sean O. Stalley wrote: > > PCI Enhanced Allocation is a new method of allocating MMIO & IO > > resources for PCI devices & bridges. It can be used instead >

[Qemu-devel] [PATCH 1/1] Add support for PCI Enhanced Allocation "BARs"

2015-05-11 Thread Sean O. Stalley
ble here: https://www.pcisig.com/specifications/conventional/ECN_Enhanced_Allocation_23_Oct_2014_Final.pdf Signed-off-by: Sean O. Stalley --- hw/pci/Makefile.objs | 2 +- hw/pci/pci.c | 96 -- hw/pci/pci_ea.c