commit | 39574ee975afada13c4ccfeedd85319a2ecef9d0 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Wed Jan 10 21:26:53 2024 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Wed Jan 31 16:52:15 2024 +0800 |
tree | e1ef5eff5b4c5e48067632946adea32876a91ba4 | |
parent | 5acb7c177e64f3f9133492dd222fba643b29db10 [diff] |
riscv: qemu: enable booting on a second virtio device QEMU RISC-V supports multiple virtio devices, but only tries to boot to the first one. Enable support for a second virtio device, that is useful for instance to boot on a disk image + an installer. Ideally that should be made dynamic, but that's a first step. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>