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

2024-10-09 Thread Phil Dennis-Jordan
On Mon, 7 Oct 2024 at 20:10, Akihiko Odaki wrote: > On 2024/10/07 23:31, Phil Dennis-Jordan wrote: > > > > On Sat, 5 Oct 2024 at 07:47, Akihiko Odaki > > wrote: > > > > On 2024/09/28 17:57, Phil Dennis-Jordan wrote: > > > From: Alexander Graf mailto:g...

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

2024-10-07 Thread Akihiko Odaki
On 2024/10/07 23:31, Phil Dennis-Jordan wrote: On Sat, 5 Oct 2024 at 07:47, Akihiko Odaki > wrote: On 2024/09/28 17:57, Phil Dennis-Jordan wrote: > From: Alexander Graf mailto:g...@amazon.com>> > > Apple has its own virtio-blk PCI device ID w

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

2024-10-07 Thread Phil Dennis-Jordan
On Sat, 5 Oct 2024 at 07:47, Akihiko Odaki wrote: > On 2024/09/28 17:57, 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

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

2024-10-04 Thread Akihiko Odaki
On 2024/09/28 17:57, 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 v3 13/14] hw/vmapple/virtio-blk: Add support for apple virtio-blk

2024-09-28 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