Revert patches that break libxl API
authorWei Liu <wl@xen.org>
Wed, 16 Dec 2020 17:48:04 +0000 (17:48 +0000)
committerWei Liu <wl@xen.org>
Wed, 16 Dec 2020 18:03:26 +0000 (18:03 +0000)
commitac6a0af3870ba0f7ffb16af3e41827b0a53f88b0
tree2fcb5c6ec997a8b30823dc07a7bc241334147ca7
parent5a324e1c39b6b78496dc73c222c9874302c2423c
Revert patches that break libxl API

This patch reverts eight patches from staging.

The offending patch is the one that introduced libxl_pci_bdf (last one
in the list). The rest depend on that patch so they are also reverted.

8bf0fab14256 "libxl / libxlu: support 'xl pci-attach/detach' by name"
e1141654c374 "docs/man: modify xl-pci-configuration(5) to add 'name' field to PCI_SPEC_STRING"
93c16ae47baf "xl: support naming of assignable devices"
5ab684cb3e4d "libxl: introduce libxl_pci_bdf_assignable_add/remove/list/list_free(), ..."
66c2fbc6e82b "libxl: convert internal functions in libxl_pci.c..."
f73c5dd56d78 "docs/man: modify xl(1) in preparation for naming of assignable devices"
96ed6ff29741 "libxlu: introduce xlu_pci_parse_spec_string()"
929f23114061 "libxl: introduce 'libxl_pci_bdf' in the idl..."

Signed-off-by: Wei Liu <wl@xen.org>
15 files changed:
docs/man/xl-pci-configuration.5.pod
docs/man/xl.1.pod.in
tools/golang/xenlight/helpers.gen.go
tools/golang/xenlight/types.gen.go
tools/include/libxl.h
tools/include/libxlutil.h
tools/libs/light/libxl_dm.c
tools/libs/light/libxl_internal.h
tools/libs/light/libxl_pci.c
tools/libs/light/libxl_types.idl
tools/libs/util/libxlu_pci.c
tools/xl/xl_cmdtable.c
tools/xl/xl_parse.c
tools/xl/xl_pci.c
tools/xl/xl_sxp.c