Comment # 34 on bug 1199355 from
This is an example commandline of the qemu invocation:

/usr/bin/qemu-system-aarch64 -nodefaults -no-reboot -nographic -vga none -cpu
host -enable-kvm -M virt,accel=kvm,usb=off,gic-version=host -sandbox on -object
rng-random,filename=/dev/hwrng,id=rng0 -device virtio-rng-device,rng=rng0
-object iothread,id=io0 -runas qemu -net none -kernel
/var/cache/obs/worker/root_2/.mount/boot/kernel -initrd
/var/cache/obs/worker/root_2/.mount/boot/initrd -append
root=/dev/disk/by-id/virtio-0 rootfstype=ext4 rootflags=noatime kvmclock
mitigations=off elevator=noop nmi_watchdog=0 rw rd.driver.pre=binfmt_misc
oops=panic panic=1 quiet console=hvc0 init=/.build/build -m 1750 -drive
file=/var/cache/obs/worker/root_2/root,format=raw,if=none,id=disk,cache=unsafe
-device virtio-blk-device,iothread=io0,drive=disk,serial=0 -drive
file=/var/cache/obs/worker/root_2/swap,format=raw,if=none,id=swap,cache=unsafe
-device virtio-blk-device,iothread=io0,drive=swap,serial=1 -device
virtio-serial,max_ports=2 -device virtconsole,chardev=virtiocon0 -chardev
stdio,id=virtiocon0 -chardev
socket,id=monitor,server=on,wait=off,path=/var/cache/obs/worker/root_2/root.qemu/monitor
-mon chardev=monitor,mode=readline -smp 2

If there is just another command line option for reverting this last qemu
change, I could try replacing it with a wrapper script. If it involves more
than just adding an option, it's probably not easily doable.

* Tue Apr 19 2022 Dirk M���ller <dmueller@suse.com>
- enable aio=io_uring on all kvm architectures (bsc#1197699)


You are receiving this mail because: