Displaying 5 results from an estimated 5 matches for "virtio_iommu_drv_init".
2018 Feb 21
2
[PATCH 1/4] iommu: Add virtio-iommu driver
...qs_sync':
virtio-iommu.c:(.text+0x130c): undefined reference to `virtqueue_add_sgs'
virtio-iommu.c:(.text+0x1398): undefined reference to `virtqueue_kick'
virtio-iommu.c:(.text+0x14d4): undefined reference to `virtqueue_get_buf'
drivers/iommu/virtio-iommu.o: In function `virtio_iommu_drv_init':
virtio-iommu.c:(.init.text+0x1c): undefined reference to `register_virtio_driver'
drivers/iommu/virtio-iommu.o: In function `virtio_iommu_drv_exit':
>> virtio-iommu.c:(.exit.text+0x14): undefined reference to `unregister_virtio_driver'
---
0-DAY kernel test infrastruc...
2018 Feb 21
2
[PATCH 1/4] iommu: Add virtio-iommu driver
...qs_sync':
virtio-iommu.c:(.text+0x130c): undefined reference to `virtqueue_add_sgs'
virtio-iommu.c:(.text+0x1398): undefined reference to `virtqueue_kick'
virtio-iommu.c:(.text+0x14d4): undefined reference to `virtqueue_get_buf'
drivers/iommu/virtio-iommu.o: In function `virtio_iommu_drv_init':
virtio-iommu.c:(.init.text+0x1c): undefined reference to `register_virtio_driver'
drivers/iommu/virtio-iommu.o: In function `virtio_iommu_drv_exit':
>> virtio-iommu.c:(.exit.text+0x14): undefined reference to `unregister_virtio_driver'
---
0-DAY kernel test infrastruc...
2018 Feb 22
0
[PATCH 1/4] iommu: Add virtio-iommu driver
...virtio-iommu.c:(.text+0x130c): undefined reference to `virtqueue_add_sgs'
> virtio-iommu.c:(.text+0x1398): undefined reference to `virtqueue_kick'
> virtio-iommu.c:(.text+0x14d4): undefined reference to `virtqueue_get_buf'
> drivers/iommu/virtio-iommu.o: In function `virtio_iommu_drv_init':
> virtio-iommu.c:(.init.text+0x1c): undefined reference to `register_virtio_driver'
> drivers/iommu/virtio-iommu.o: In function `virtio_iommu_drv_exit':
>>> virtio-iommu.c:(.exit.text+0x14): undefined reference to `unregister_virtio_driver'
Right. At the mome...
2018 Feb 14
12
[PATCH 0/4] Add virtio-iommu driver
Implement the virtio-iommu driver following version 0.6 of the
specification [1]. Previous version, RFCv2, was sent in November [2].
This version addresses Eric's comments and changes the device number.
(Since last week I also tested and fixed the probe/release functions,
they now use devm properly.)
I did not include ACPI support because the next IORT specifications
isn't ready yet (even
2018 Feb 14
12
[PATCH 0/4] Add virtio-iommu driver
Implement the virtio-iommu driver following version 0.6 of the
specification [1]. Previous version, RFCv2, was sent in November [2].
This version addresses Eric's comments and changes the device number.
(Since last week I also tested and fixed the probe/release functions,
they now use devm properly.)
I did not include ACPI support because the next IORT specifications
isn't ready yet (even