On Wed, Sep 09, 2026 at 06:07:55PM -0300, Daniel Henrique Barboza wrote:
...
> +     -drive file=nvme_disk.ext2,format=raw,id=hd0,if=none \
> +     -device ahci,id=ahci \
> +     -device ide-hd,drive=hd0,bus=ahci.0 \

The image is named nvme_disk.ext2 but is attached as an AHCI IDE disk. If the
default AHCI controller is removed as suggested in 3/5, please update the
feature list and use an explicit NVMe device here, for example

     -drive file=nvme_disk.ext2,format=raw,id=hd0,if=none \
     -device nvme,drive=hd0,serial=ddaaddaa \

The documentation should also state that the base machine has no default
storage controller or NIC.

Also, checkpatch reports that the new documentation file is not covered by
MAINTAINERS.

Thanks,
drew

Reply via email to