Re: [PATCH v9 11/16] hw/vmapple/bdif: Introduce vmapple backdoor interface

2024-11-10 Thread Akihiko Odaki
On 2024/11/11 6:55, Phil Dennis-Jordan wrote: From: Alexander Graf The VMApple machine exposes AUX and ROOT block devices (as well as USB OTG emulation) via virtio-pci as well as a special, simple backdoor platform device. This patch implements this backdoor platform device to the best of my u

[PATCH v9 11/16] hw/vmapple/bdif: Introduce vmapple backdoor interface

2024-11-10 Thread Phil Dennis-Jordan
From: Alexander Graf The VMApple machine exposes AUX and ROOT block devices (as well as USB OTG emulation) via virtio-pci as well as a special, simple backdoor platform device. This patch implements this backdoor platform device to the best of my understanding. I left out any USB OTG parts; they