hw/vmapple/virtio-blk: Add support for apple virtio-blk
authorAlexander Graf <graf@amazon.com>
Wed, 14 Jun 2023 22:56:22 +0000 (22:56 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Mar 2025 13:45:34 +0000 (14:45 +0100)
commitee241d79bbf45fe7354dde51b0ca2574824205d4
treed60527ae086cfec4505579afb963f5f8e1be2206
parent33b54462067331c75fe180f809d50efe9659895a
hw/vmapple/virtio-blk: Add support for apple virtio-blk

Apple has its own virtio-blk PCI device ID where it deviates from the
official virtio-pci spec slightly: It puts a new "apple type"
field at a static offset in config space and introduces a new barrier
command.

This patch first creates a mechanism for virtio-blk downstream classes to
handle unknown commands. It then creates such a downstream class and a new
vmapple-virtio-blk-pci class which support the additional apple type config
identifier as well as the barrier command.

The 'aux' or 'root' device type are selected using the 'variant' property.

Signed-off-by: Alexander Graf <graf@amazon.com>
Signed-off-by: Phil Dennis-Jordan <phil@philjordan.eu>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Tested-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-ID: <20241223221645.29911-13-phil@philjordan.eu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/block/virtio-blk.c
hw/core/qdev-properties-system.c
hw/vmapple/Kconfig
hw/vmapple/meson.build
hw/vmapple/virtio-blk.c [new file with mode: 0644]
include/hw/pci/pci_ids.h
include/hw/qdev-properties-system.h
include/hw/virtio/virtio-blk.h
include/hw/vmapple/vmapple.h
qapi/virtio.json