]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/virtio: Extract config read/write accessors to virtio-config-io.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Dec 2022 11:17:06 +0000 (12:17 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Dec 2022 12:32:24 +0000 (07:32 -0500)
commit0f4b91f146e90755eed0f63230d858ff4ffaed4b
treed41c29abe103a3dc3eb925ae0505d1935ae7bedb
parent69779192acfeb9480183fd076be7480de56b1009
hw/virtio: Extract config read/write accessors to virtio-config-io.c

These config helpers use the target-dependent LD/ST API.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221213111707.34921-6-philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/meson.build
hw/virtio/virtio-config-io.c [new file with mode: 0644]
hw/virtio/virtio.c