search for: physdevop_get_free_pirq

Displaying 2 results from an estimated 2 matches for "physdevop_get_free_pirq".

Did you mean: physdev_get_free_pirq
2012 Sep 05
1
[PATCH 0/2] PHYSDEVOP_get_free_pirq adjustments
Issues noticed during recent fixing of security problems. 1: x86: drop "index" parameter from get_free_pirq() 2: x86: fix RCU locking in PHYSDEVOP_get_free_pirq Signed-off-by: Jan Beulich <jbeulich@suse.com>
2013 May 08
11
[PATCH 1/2] xen, libxc: init msix addr/data with value from qemu via hypercall
Accelerated msix entry is initialized to zero when msixtbl_pt_register is called. This doesn''t match the value from qemu side, although pirq may already be mapped and binded in qemu side. Kernel will get wrong value when reading msix info. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com> Tested-by: Yuval Shaia <yuval.shaia@oracle.com> --- tools/libxc/xc_domain.c