[PATCH v6 1/4] virtio-iommu: Remove set_config callback

2021-11-26 Thread Eric Auger
The spec says "the driver must not write to device configuration fields". So remove the set_config() callback which anyway did not do anything. Signed-off-by: Eric Auger --- hw/virtio/trace-events | 1 - hw/virtio/virtio-iommu.c | 14 -- 2 files changed, 15 deletions(-) diff

<    1   2