|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH 29/31] xen_destroy_irq + xen_allocate_pirq in PV
On 11/05/09 13:33, Konrad Rzeszutek Wilk wrote:
> The privileged domain should make these calls for the guest.
> The non-privileged domain should make these calls via the pcifront
> interface (patches that augment these two functions to do so
> will follow).
>
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
> ---
> drivers/xen/events.c | 30 ++++++++++++++++--------------
> 1 files changed, 16 insertions(+), 14 deletions(-)
>
> diff --git a/drivers/xen/events.c b/drivers/xen/events.c
> index 40bcbde..fd55b5b 100644
> --- a/drivers/xen/events.c
> +++ b/drivers/xen/events.c
> @@ -606,14 +606,15 @@ int xen_destroy_irq(int irq)
> if (!desc)
> goto out;
>
> - unmap_irq.pirq = info->u.pirq.nr;
> - unmap_irq.domid = info->u.pirq.domid;
>
This doesn't apply to my tree because these lines read:
unmap_irq.pirq = info->u.pirq.nr;
unmap_irq.domid = DOMID_SELF;
I'm not sure where the creep happened. Oh, perhaps because I applied
the pcifront and back series in different branches? Ah, yes, that's
it. I'll see if I can sort it out.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 22/31] Coalesce pci_op.c in xenbus.c., (continued)
- [Xen-devel] [PATCH 22/31] Coalesce pci_op.c in xenbus.c., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 23/31] Remove unnecessary function declerations., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 24/31] Rename the drivers/xen/pcifront/* driver to drivers/pci/xen-pcifront.c., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 25/31] Change the boot-order of initialising the PCI frontend., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 26/31] Fix warnings/errors reported by checkpatch.pl on xen-pcifront.c, Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 27/31] Find an unbound irq number in reverse order (high to low)., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 28/31] For non-privileged domains, implement a pcibios_enable_irq (xen_pcifront_enable_irq) function., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 29/31] xen_destroy_irq + xen_allocate_pirq in PV non-priv mode should not make certain Xen-HYPERCALLs., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 30/31] Add pci_frontend_[enable|disable]_[msi|msix] function decleration and EXPORT_SYMBOL_GPL., Konrad Rzeszutek Wilk
- [Xen-devel] [PATCH 31/31] To enable MSI devices in a non-privileged PV domain use pci_frontend_enable_msi., Konrad Rzeszutek Wilk
- [Xen-devel] Re: [PATCH 29/31] xen_destroy_irq + xen_allocate_pirq in PV non-priv mode should not make certain Xen-HYPERCALLs.,
Jeremy Fitzhardinge <=
Re: [Xen-devel] [PATCH PV_OPS PCIFRONT], Konrad Rzeszutek Wilk
|
|
|
|
|