Re: [PATCH] xl: Fix global pci options

2022-03-31 Thread Anthony PERARD
On Wed, Mar 30, 2022 at 02:17:41PM -0400, Jason Andryuk wrote: > commit babde47a3fed "introduce a 'passthrough' configuration option to > xl.cfg..." moved the pci list parsing ahead of the global pci option > parsing. This broke the global pci configuration options since they > need to be set firs

[PATCH] xl: Fix global pci options

2022-03-30 Thread Jason Andryuk
commit babde47a3fed "introduce a 'passthrough' configuration option to xl.cfg..." moved the pci list parsing ahead of the global pci option parsing. This broke the global pci configuration options since they need to be set first so that looping over the pci devices assigns their values. Move the