diff options
author | Jiqian Chen <[email protected]> | 2024-10-12 16:45:37 +0800 |
---|---|---|
committer | Juergen Gross <[email protected]> | 2024-10-18 11:59:04 +0200 |
commit | 0fd2a743301b6b5eec0f407080f89bed98384836 (patch) | |
tree | 327b2cadd794a4a1f9d56583084c69c9abc0962c /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | bf56c410162dbf2e27906acbdcd904cbbfdba302 (diff) |
xen: Remove dependency between pciback and privcmd
Commit 2fae6bb7be32 ("xen/privcmd: Add new syscall to get gsi from dev")
adds a weak reverse dependency to the config XEN_PRIVCMD definition, that
dependency causes xen-privcmd can't be loaded on domU, because dependent
xen-pciback isn't always be loaded successfully on domU.
To solve above problem, remove that dependency, and do not call
pcistub_get_gsi_from_sbdf() directly, instead add a hook in
drivers/xen/apci.c, xen-pciback register the real call function, then in
privcmd_ioctl_pcidev_get_gsi call that hook.
Fixes: 2fae6bb7be32 ("xen/privcmd: Add new syscall to get gsi from dev")
Reported-by: Marek Marczykowski-Górecki <[email protected]>
Signed-off-by: Jiqian Chen <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions