> On 13/09/22, 7:05 PM, "Vitaly Kuznetsov" wrote:
>>
>> Thanks Vitaly for your response.
>>
>> 1. we have multiple objects of struct pci_raw_ops, 2. adding 'priority'
>> field to struct pci_raw_ops
>> doesn't seems to be appropriate as need to take decision which object of
>> struct pci_raw_op
Note: Corrected the Subject.
> On 07/09/22, 8:50 PM, "Vitaly Kuznetsov" wrote:
>
>> diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c
>> index ddb7986..1e5a8f7 100644
>> --- a/arch/x86/pci/common.c
>> +++ b/arch/x86/pci/common.c
>> @@ -20,6 +20,7 @@
>> #include
>> #include
>> #inc
ff-by: Ajay Kaher
---
v1 -> v2:
Limit changes to apply only to VMs [Matthew W.]
---
arch/x86/pci/common.c | 45 +
1 file changed, 45 insertions(+)
diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c
index ddb7986..1e5a8f7 100644
--- a/arch