On Sat, 2 Dec 2023 15:18:59 +0300 Michael Tokarev <m...@tls.msk.ru> wrote:
> Control: tag -1 + moreinfo unreproducible
>
> 02.12.2023 12:43, Reinhard Karcher :
> > Package: seabios
> > Version: 1.16.3-2
> > Severity: important
> >
> >     * What led up to the situation?
> >
> > Updating seabios to the version in sid.
> >
> >     * What exactly did you do (or not do) that was effective (or
> >       ineffective)?
> > Starting qemu
>
> One can start qemu in 100500 various ways. Unfortunately you failed to
provide
> the way you used to start it.  Qemu definitely works here and boots linux
fine.
>
> /mjt
>

I use 2 files:

#/bin/sh
sudo -A -i /usr/lib/qemu/virtiofsd --socket-path=/var/run/apollon-vhost-
fs.sock --shared-dir /opt/virtio --log-level error &
sudo -i  ~reinhard/kvm-Laptop.core

and:
reinhard@apollon:~$ cat kvm-Laptop.core
#/bin/sh
qemu-system-x86_64 \
-enable-kvm -cpu host \
-smp 8 \
-m 4096 \
-nographic \
-device intel-hda -device hda-duplex \
-chardev socket,id=char0,path=/var/run/apollon-vhost-fs.sock \
-device vhost-user-fs-pci,chardev=char0,tag=apollonfs \
-object memory-backend-memfd,id=mem0,size=4096M,share=on \
-numa node,memdev=mem0 \
-net nic,macaddr=00:16:3E:48:79:E8,model=virtio -net tap,ifname=tap1,script=no
\
-usb \
-device usb-tablet \
-device usb-host,vendorid=0x0c4b,productid=0x9102 \
-object rng-random,filename=/dev/urandom,id=rng07 \
-drive file=/opt/kvm_laptop.img,if=virtio,cache=writeback,media=disk,format=raw
\
-cdrom /dev/cdrom \
-k de \
"$@"

Reinhard

Reply via email to