Message ID | 20210903100831.177748-10-andr2000@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | PCI devices passthrough on Arm, part 3 | expand |
On 03.09.2021 12:08, Oleksandr Andrushchenko wrote: > From: Rahul Singh <rahul.singh@arm.com> > > Fixes: 9c244fdef7e7 ("vpci: add header handlers") In which way is that original change broken? The title doesn't clarify this, and the description is empty ... Jan
On 06.09.21 17:57, Jan Beulich wrote: > On 03.09.2021 12:08, Oleksandr Andrushchenko wrote: >> From: Rahul Singh <rahul.singh@arm.com> >> >> Fixes: 9c244fdef7e7 ("vpci: add header handlers") > In which way is that original change broken? After consulting with Arm we decided that this patch can be dropped. If we face some issue and need be it will be submitted separately > The title doesn't > clarify this, and the description is empty ... > > Jan >
diff --git a/xen/drivers/vpci/header.c b/xen/drivers/vpci/header.c index dac973368b1e..688c69acbc23 100644 --- a/xen/drivers/vpci/header.c +++ b/xen/drivers/vpci/header.c @@ -157,7 +157,7 @@ bool vpci_process_pending(struct vcpu *v) if ( v->vpci.num_mem_ranges ) { struct map_data data = { - .d = v->domain, + .d = v->vpci.pdev->domain, .map = v->vpci.cmd & PCI_COMMAND_MEMORY, }; struct pci_dev *pdev = v->vpci.pdev;