Re: [Xen-devel] [v10][PATCH 00/16] Fix RMRR

2015-07-20 Thread Chen, Tiejun
One brief request -- if you do end up sending this series again, can you please rebase to staging? This is the second time I've had to manually fix up some patches so that they apply. Sorry for this inconvenience. Thanks Tiejun ___ Xen-devel mailin

Re: [Xen-devel] [v10][PATCH 00/16] Fix RMRR

2015-07-20 Thread George Dunlap
On Mon, Jul 20, 2015 at 7:16 AM, Tiejun Chen wrote: > v10: > > * Patch #6: hvmloader/pci: Try to avoid placing BARs in RMRRs > This is from George' draft patch which implements an acceptable > solution in current cycle. Here I just implemented check_overlap_all() and > some cleanups. > > * P

[Xen-devel] [v10][PATCH 00/16] Fix RMRR

2015-07-19 Thread Tiejun Chen
v10: * Patch #6: hvmloader/pci: Try to avoid placing BARs in RMRRs This is from George' draft patch which implements an acceptable solution in current cycle. Here I just implemented check_overlap_all() and some cleanups. * Patch #7: hvmloader/e820: construct guest e820 table Instead of co