Your message dated Tue, 2 Apr 2024 20:02:59 +0200
with message-id <20240402180259.ga2231...@subdivi.de>
and subject line Re: Bug#1058745: debvm enables accel=kvm:tcg on ppc64el
despite not available/working
has caused the Debian Bug report #1058745,
regarding debvm enables accel=kvm:tcg on ppc64el despite not available/working
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1058745: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058745
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debvm
Version: 0.2.13
Severity: normal
X-Debbugs-Cc: bdr...@debian.org
Dear Maintainer,
The debvm 0.2.13 command1 autopkgtest fails on ppc64el on Ubuntu:
```
qemu-system-ppc64el -netdev
user,id=net0,domainname=novalocal,hostfwd=tcp:127.0.0.1:2222-:22 -device
virtio-net-pci,netdev=net0 -append root=LABEL=debvm rw -nographic -device
virtio-rng-pci,rng=rng0 -object rng-random,filename=/dev/urandom,id=rng0 -cpu
host -machine accel=kvm:tcg -drive
media=disk,format=raw,discard=unmap,file=test.ext4,if=virtio,cache=unsafe
-no-user-config -name debvm-run test.ext4 -m 1G -kernel /proc/self/fd/3 -initrd
/proc/self/fd/4
ioctl(KVM_CREATE_VM) failed: 22 Invalid argument
PPC KVM module is not loaded. Try modprobe kvm_hv.
qemu-system-ppc64el: failed to initialize kvm: Invalid argument
qemu-system-ppc64el: falling back to tcg
qemu-system-ppc64el: unable to find CPU model 'host'
```
Full log:
https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/ppc64el/d/debvm/20231210_104929_cc4af@/log.gz
The environment where debvm is executed does not work with KVM. debvm
should check for that and not enable "accel=kvm:tcg" in that environment.
Ubuntu-Bug: https://bugs.launchpad.net/ubuntu/+source/debvm/+bug/2046544
--
Benjamin Drung
Debian & Ubuntu Developer
--- End Message ---
--- Begin Message ---
Version: 0.3
On Fri, Dec 15, 2023 at 01:21:06PM +0100, Benjamin Drung wrote:
> The debvm 0.2.13 command1 autopkgtest fails on ppc64el on Ubuntu:
>
> ```
> qemu-system-ppc64el -netdev
> user,id=net0,domainname=novalocal,hostfwd=tcp:127.0.0.1:2222-:22 -device
> virtio-net-pci,netdev=net0 -append root=LABEL=debvm rw -nographic -device
> virtio-rng-pci,rng=rng0 -object rng-random,filename=/dev/urandom,id=rng0 -cpu
> host -machine accel=kvm:tcg -drive
> media=disk,format=raw,discard=unmap,file=test.ext4,if=virtio,cache=unsafe
> -no-user-config -name debvm-run test.ext4 -m 1G -kernel /proc/self/fd/3
> -initrd /proc/self/fd/4
> ioctl(KVM_CREATE_VM) failed: 22 Invalid argument
> PPC KVM module is not loaded. Try modprobe kvm_hv.
> qemu-system-ppc64el: failed to initialize kvm: Invalid argument
> qemu-system-ppc64el: falling back to tcg
> qemu-system-ppc64el: unable to find CPU model 'host'
> ```
I guess that the symptom should be fixed with commit
https://salsa.debian.org/helmutg/debvm/-/commit/1d2ec87e935fbff3766d6062c33dbdfa7f3db902.
Given the lack of feedback, I cannot confirm exactly and this bug is not
actionable. I am thus closing it for now. If this is in error, don't
hesitate to reopen or create a new one.
Helmut
--- End Message ---