Question about creating virtual devices outside of QEMU

2024-11-19 Thread Krystian Świtała
Hello, I am looking for a solution that allows creating and running virtual devices outside of QEMU (in a separate process). The main goal is to connect from an external process to the virtual PCI/PCIe bus in QEMU. I am aware of 'vfio-user', but I have the impression that this solution is not yet

QEMU v6.2 riscv64 device crash

2024-11-19 Thread Yanfeng
Dear experts, I am running a rv64 binary program which uses hypervisor extension v0.6.1 on QEMU with "virt" board. The same RiscV program can run on both QEMU v6.0 and v6.1, but it led to crash of QEMU v6.2: ``` ERROR:../..target/riscv/translate.c:232:get_gpr: code should not be reached Bail out!

-append option to pass kickstart file

2024-11-19 Thread Jack Lamb via
Hi, I am trying to install Fedora 41 VM using QEMU on macOS using a kickstart file. I've trouble passing the location of kickstart file to the OS. I'd downloaded the ISO file, created a qcow2 disk image using qemu-img, and created a kickstart file[1]. Trying to boot the VM with qemu-system-x86_6