Re: Starting a riscv64 VM from an ArchLinux x86_64 host

2021-07-07 Thread Steven A. Falco
I too was having the error about overlapping regions. Adding "-bios none" solved the problem. Thanks! I wanted to use virt-install to set up my VM, and it turns out I could get the same effect by adding --qemu-commandline='-bios none' to that command line: virt-install --qemu-commandline='-b

Re: Starting a riscv64 VM from an ArchLinux x86_64 host

2021-07-06 Thread Takayuki Nagata
Hi, Maybe, you need to add the "-bios none" option. I booted the image with the following options on Fedora 33. ~~~ $ qemu-system-riscv64 -bios none -nographic -machine virt -smp 1 -m 1G \ -kernel Fedora-Minimal-Rawhide-20200108.n.0-fw_payload-uboot-qemu-virt-smode.elf \ -device virtio-blk-device

Re: Starting a riscv64 VM from an ArchLinux x86_64 host

2021-07-06 Thread Andrej Podzimek via devel
Hi Fedora developers! I'm trying to start a Fedora riscv64 VM on an ArchLinux x86_64 host based on this wiki page: https://fedoraproject.org/wiki/Architectures/RISC-V/Installing I have a reasonably recent qemu and virt-manager: I'm not sure, but you might want to chat with david in

Re: Starting a riscv64 VM from an ArchLinux x86_64 host

2021-07-06 Thread Richard W.M. Jones
On Tue, Jul 06, 2021 at 03:15:00AM +0200, Andrej Podzimek via devel wrote: > Hi Fedora developers! > > I'm trying to start a Fedora riscv64 VM on an ArchLinux x86_64 host based on > this wiki page: > https://fedoraproject.org/wiki/Architectures/RISC-V/Installing I have a > reasonably recent qem