On 12/25/25 02:13, Philippe Mathieu-Daudé wrote:
virtio_lduw_phys_cached() and virtio_stw_phys_cached() are only used within hw/virtio/virtio.c: reduce their scope by moving their definitions there.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- include/hw/virtio/virtio-access.h | 21 --------------------- hw/virtio/virtio.c | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
