On Wed, 31 Jan 2024 at 01:28:43 +0000, Zhang Na wrote:
>   Add loongarch64 support, thanks!

Thanks, have you successfully tested this? Does it successfully test
packages under qemu?

> +            elif self.qemu_architecture in ('arm', 'riscv64', 'loongarch64'):
>                  argv.extend(['-machine', 'virt'])

Is this required? `qemu-system-loongarch64 -machine help` says virt is
the default anyway. We probably shouldn't be forcing particular options
if it isn't required.

(On arm there is no default, and on riscv64 qemu's default machine is
not virtio-based, so they do need this special case)

    smcv

Reply via email to