[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] libxl_pci: Make libxl__create_pci_backend static
commit 8b8173821a6dd2ab27a53e2a8630e45fe87fa14f Author: Anthony PERARD <anthony.perard@xxxxxxxxxx> AuthorDate: Thu May 9 16:52:33 2019 +0100 Commit: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CommitDate: Fri Sep 20 10:41:01 2019 +0100 libxl_pci: Make libxl__create_pci_backend static libxl__create_pci_backend isn't called from outside of libxl_pci anymore, and it's only useful as part of the pci_add process, so remove the prototype from libxl_internal.h. No functional changes. Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/libxl/libxl_internal.h | 2 -- tools/libxl/libxl_pci.c | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index b733d02b1e..c111356868 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -1558,8 +1558,6 @@ _hidden int libxl__pci_topology_init(libxl__gc *gc, /* from libxl_pci */ _hidden int libxl__device_pci_add(libxl__gc *gc, uint32_t domid, libxl_device_pci *pcidev, int starting); -_hidden int libxl__create_pci_backend(libxl__gc *gc, uint32_t domid, - libxl_device_pci *pcidev, int num); _hidden int libxl__device_pci_destroy_all(libxl__gc *gc, uint32_t domid); _hidden bool libxl__is_igd_vga_passthru(libxl__gc *gc, const libxl_domain_config *d_config); diff --git a/tools/libxl/libxl_pci.c b/tools/libxl/libxl_pci.c index 326917be76..12262a040b 100644 --- a/tools/libxl/libxl_pci.c +++ b/tools/libxl/libxl_pci.c @@ -75,8 +75,8 @@ static void libxl__device_from_pcidev(libxl__gc *gc, uint32_t domid, device->kind = LIBXL__DEVICE_KIND_PCI; } -int libxl__create_pci_backend(libxl__gc *gc, uint32_t domid, - libxl_device_pci *pcidev, int num) +static int libxl__create_pci_backend(libxl__gc *gc, uint32_t domid, + libxl_device_pci *pcidev, int num) { flexarray_t *front = NULL; flexarray_t *back = NULL; -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |