Re: [PATCH v4 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk

2024-10-25 Thread Akihiko Odaki
On 2024/10/24 19:28, Phil Dennis-Jordan wrote: From: Alexander Graf 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 firs

[PATCH v4 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk

2024-10-24 Thread Phil Dennis-Jordan
From: Alexander Graf 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 c