Re: [Xen-devel] [PATCH 2/4] hvmloader: Add support for PCI to PCI bridge

2015-06-15 Thread Don Slutz
On 06/15/15 10:58, George Dunlap wrote: > On Mon, Jun 15, 2015 at 3:26 PM, Andrew Cooper > wrote: >> On 15/06/15 15:15, Don Slutz wrote: >>> Most of this code is ported from SeaBIOS. >>> >>> >> >> SeaBIOS is LGPLv3, while Hvmloader is GPLv2 >> >> IANAL, but the FSF indicates that this is not a com

Re: [Xen-devel] [PATCH 2/4] hvmloader: Add support for PCI to PCI bridge

2015-06-15 Thread Don Slutz
On 06/15/15 10:26, Andrew Cooper wrote: > On 15/06/15 15:15, Don Slutz wrote: >> Most of this code is ported from SeaBIOS. >> >> > > SeaBIOS is LGPLv3, while Hvmloader is GPLv2 > > IANAL, but the FSF indicates that this is not a compatible combination. > Sigh, Well I did code some of it from s

Re: [Xen-devel] [PATCH 2/4] hvmloader: Add support for PCI to PCI bridge

2015-06-15 Thread George Dunlap
On Mon, Jun 15, 2015 at 3:26 PM, Andrew Cooper wrote: > On 15/06/15 15:15, Don Slutz wrote: >> Most of this code is ported from SeaBIOS. >> >> > > SeaBIOS is LGPLv3, while Hvmloader is GPLv2 > > IANAL, but the FSF indicates that this is not a compatible combination. So I guess in part it depends

Re: [Xen-devel] [PATCH 2/4] hvmloader: Add support for PCI to PCI bridge

2015-06-15 Thread Lars Kurth
> On 15 Jun 2015, at 15:26, Andrew Cooper wrote: > > On 15/06/15 15:15, Don Slutz wrote: >> Most of this code is ported from SeaBIOS. >> >> > > SeaBIOS is LGPLv3, while Hvmloader is GPLv2 > > IANAL, but the FSF indicates that this is not a compatible combination. This is correct. See https:

Re: [Xen-devel] [PATCH 2/4] hvmloader: Add support for PCI to PCI bridge

2015-06-15 Thread Andrew Cooper
On 15/06/15 15:15, Don Slutz wrote: > Most of this code is ported from SeaBIOS. > > SeaBIOS is LGPLv3, while Hvmloader is GPLv2 IANAL, but the FSF indicates that this is not a compatible combination. ~Andrew ___ Xen-devel mailing list Xen-devel@lists.

[Xen-devel] [PATCH 2/4] hvmloader: Add support for PCI to PCI bridge

2015-06-15 Thread Don Slutz
Most of this code is ported from SeaBIOS. This allows many more PCI devices to be added. It can also allow Windows to find it boot disks. Signed-off-by: Don Slutz CC: Don Slutz --- tools/firmware/hvmloader/pci.c | 805 +++- tools/firmware/hvmloader/pci_reg