mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
Link to the uuid library as part of libvfio.mk instead of as only linking
it via VFIO selftests' Makefile, as the whole point of providing libvfio.mk
is to allow linking the VFIO library functionality into KVM selftests,
without KVM selftests having to know the gory details or duplicate code.
Cc: Raghavendra Rao Ananta <rananta@google.com>
Cc: David Matlack <dmatlack@google.com>
Cc: Vipin Sharma <vipinsh@google.com>
Cc: Alex Williamson <alex@shazbot.org>
Fixes:
|
||
|---|---|---|
| .. | ||
| lib | ||
| scripts | ||
| .gitignore | ||
| Makefile | ||
| vfio_dma_mapping_mmio_test.c | ||
| vfio_dma_mapping_test.c | ||
| vfio_iommufd_setup_test.c | ||
| vfio_pci_device_init_perf_test.c | ||
| vfio_pci_device_test.c | ||
| vfio_pci_driver_test.c | ||
| vfio_pci_sriov_uapi_test.c | ||