From 235be6a0f197d6c103615ae2bf7b329ece890da1 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 12 Mar 2016 03:00:30 +0100 Subject: OvmfPkg: VIRTIO_DEVICE_PROTOCOL: remove GetQueueAddress() member This function was never consumed by drivers, and the current prototype is unsupportable with virtio-1.0. Remove the function from the protocol definition, and drop the current (unused) implementations. Cc: Ard Biesheuvel Cc: Jordan Justen Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Tested-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h') diff --git a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h index 812061dc0c..95f82611e2 100644 --- a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h +++ b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h @@ -86,13 +86,6 @@ VirtioPciGetDeviceFeatures ( OUT UINT64 *DeviceFeatures ); -EFI_STATUS -EFIAPI -VirtioPciGetQueueAddress ( - IN VIRTIO_DEVICE_PROTOCOL *This, - OUT UINT32 *QueueAddress - ); - EFI_STATUS EFIAPI VirtioPciGetQueueSize ( -- cgit v1.2.3