On 19/10/25 23:02, Bernhard Beschow wrote:
The identifier suggests that it is a generic DMA function while it is tied to IDE. Fix this by adding an "ide_" prefix.Signed-off-by: Bernhard Beschow <[email protected]> --- hw/ide/ide-internal.h | 2 +- hw/ide/ahci.c | 8 ++++---- hw/ide/core.c | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
