Re: [kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop

2022-12-26 Thread Andrew Jones
On Tue, Dec 20, 2022 at 04:32:00PM +, Colton Lewis wrote: > Alexandru Elisei writes: > > > Though I'm not sure how you managed to get MAX_SMP to go down to 6 cores > > on > > a 12 core machine. MAX_SMP is initialized to $(getconf _NPROCESSORS_ONLN), > > so the body of the loop should never ex

Re: running openbsd on KVM running on fedora over raspberry pi 4

2022-12-26 Thread Sandeep Gupta
Hi Marc, Thank you for taking a look. I was able to finally run openbsd by converting the install72.img to a qcow2 image using qemu-convert tool. After that, install and run openbsd was standard procedure. On Mon, Dec 26, 2022 at 4:08 PM Marc Zyngier wrote: > On Fri, 23 Dec 2022 11:33:35 +000

Re: [kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop

2022-12-26 Thread Andrew Jones
On Mon, Dec 19, 2022 at 06:52:50PM +, Colton Lewis wrote: > This loop logic is broken for machines with a number of CPUs that > isn't a power of two. A machine with 8 CPUs will test with MAX_SMP=8 > but a machine with 12 CPUs will test with MAX_SMP=6 because 12 >> 2 ==

Re: running openbsd on KVM running on fedora over raspberry pi 4

2022-12-26 Thread Marc Zyngier
On Fri, 23 Dec 2022 11:33:35 +, Sandeep Gupta wrote: > > I am trying to run openbsd as guest OS. > I am using this command to create the vm > ``` > > virt-install --name openbsd1 --ram 2048 --vcpus 2 --disk > path=/var/lib/libvirt/images/openbsd1.qcow2,format=qcow2,bus=virtio,size=20 > --di

running openbsd on KVM running on fedora over raspberry pi 4

2022-12-26 Thread Sandeep Gupta
I am trying to run openbsd as guest OS. I am using this command to create the vm ``` virt-install --name openbsd1 --ram 2048 --vcpus 2 --disk path=/var/lib/libvirt/images/openbsd1.qcow2,format=qcow2,bus=virtio,size=20 --disk path=/tmp/install72.img --import --os-variant openbsd7.0 --network=defau