Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-05 | debvm-create: install systemd-sysv rather than init | Helmut Grohne | |
We actually expect systemd in the network configuration. Be more honest about this. | |||
2023-02-05 | debian: autopkgtest: do away with fakeroot | Helmut Grohne | |
Use two tests. One in --mode=root and another skippable one in --mode=unshare. The latter will likely be skipped on Debian infrastructure. | |||
2023-02-03 | Merge branch tar-output into main | Helmut Grohne | |
Closes: !29 | |||
2023-02-03 | debvm-create: update documentation for --skip=ext4 | Helmut Grohne | |
2023-02-02 | debvm-create: Output image in tar format if step "ext4" is skipped | Gioele Barabucci | |
Outputting the image in tar format breaks interoperability with `debvm-run`, but makes it easier to inspect, convert or perform additional modifications of the generated image. | |||
2023-02-02 | debvm-run: deal with arbitrary disk labels | Helmut Grohne | |
Reported-by: Gioele Barabucci <gioele@svario.it> Closes: #1030255 | |||
2023-02-02 | debvm-create: make the ext4 look more like ext4 | Helmut Grohne | |
One notable difference remains. metadata_csum keeps missing as tune2fs insists on doing this interactively only. Reported-by: Gioele Barabucci <gioele@svario.it> Closes: #1030252 | |||
2023-02-01 | debian: add qemu as test trigger | Helmut Grohne | |
It's only a trigger for s390x yet, due to being a dependency of debvm otherwise. | |||
2023-01-27 | upload as 0.2.6 to unstable in another attempt at autopkgtests | Helmut Grohne | |
2023-01-27 | debian: autopkgtest: disable on armel and armhf as they're too slow | Helmut Grohne | |
2023-01-27 | debian: autopkgtest: stop triggering on unused 686-pae kernel image | Helmut Grohne | |
2023-01-27 | debian: autopkgtests: depend on suitably recent fakechroot | Helmut Grohne | |
2023-01-26 | debian: autopkgtest needs file on i386 to refine arch guess | Helmut Grohne | |
2023-01-26 | debvm-run: be a bit more verbose about detected architecture | Helmut Grohne | |
2023-01-25 | upload as 0.2.5 to unstable | Helmut Grohne | |
2023-01-25 | Merge branch 'multiarch' into 'main' | Helmut Grohne | |
install and use multiarch kernels for sibling architectures See merge request helmutg/debvm!28 | |||
2023-01-25 | debvm-run: always pass gic-version=max for arm64 | Helmut Grohne | |
We already pass it in the kvm case where it should become host and all should be fine. However in the non-kvm case, the default gic can only support 8 cores. If we want to go beyond that, we need a higher gic-version. We couldn't measure a performance difference between max and unset, so we'll just always pass max. Thanks: Arnd Bergmann <arnd@arndb.de> Thanks: Johannes Schauer Marin Rodrigues <josch@debian.org> | |||
2023-01-25 | debvm-run: disable kvm for armhf -> arm64 when the cpu cannot run it | Helmut Grohne | |
Reported-by: Arnd Bergmann <arnd@arndb.de> | |||
2023-01-25 | debvm-run: internally differentiate between VMARCH and KERNELARCH | Helmut Grohne | |
In a multiarch setting, VMARCH shall describe the contained userland and KERNELARCH shall describe the architecture of the contained kernel. | |||
2023-01-25 | debvm-run: make shellcheck happy | Helmut Grohne | |
Fixes: 66b9374cc19c ("debvm-run: extract kernel image before inspecting it") | |||
2023-01-25 | debvm-run: also handle upgrading arm | Helmut Grohne | |
elf-arch may report armel and armhf as arm. | |||
2023-01-25 | debvm-run: extract kernel image before inspecting it | Helmut Grohne | |
Reported-by: Arnd Bergmann <arnd@arndb.de> | |||
2023-01-25 | tests: use an amd64 kernel on i386 | Helmut Grohne | |
2023-01-25 | debvm-create: handle multiarch kernel for 32bit+64bit arm | Helmut Grohne | |
2023-01-25 | debvm-run: handle some multiarch kernels | Helmut Grohne | |
We completely treat all 32bit arm as armhf now. Booting the rpi kernel installed by debvm-create for armel will not work at all. The only sane way to boot armel is to enable a multiarch kernel. Refine the VMARCH guess from /bin/true using the file output for the kernel image for the common cases of i386+amd64 and armel/armhf+arm64. | |||
2023-01-24 | debvm-run: do not pass -smp on unicore systems | Helmut Grohne | |
2023-01-24 | tests: add armel with an armhf kernel | Helmut Grohne | |
2023-01-24 | debvm-create: install better kernels in multiarch case | Helmut Grohne | |
While this works for armel+armhf by sheer luck, debvm-run fails for i386+amd64 as it selects qemu-system-i386. | |||
2023-01-24 | debvm-create: fix parsing dpkg architecture in multiarch case | Helmut Grohne | |
2023-01-24 | tests: bump up timeout for create-and-run.sh | Helmut Grohne | |
Timeouts were hit on salsa-ci for arm64 occasionally. The armhf autopkgtest also runs into this timeout. | |||
2023-01-23 | upload debvm/0.2.4 to unstable | Helmut Grohne | |
2023-01-23 | debian: fix placement of general mmdebstrap hooks | Helmut Grohne | |
2023-01-22 | debvm-run: arm virt machine cannot do more than 8 cores | Helmut Grohne | |
2023-01-22 | debv-run: apply smp limits for the native case | Helmut Grohne | |
This was never tried, but autopkgtests indicate that smp limits also apply to the native case. | |||
2023-01-21 | upload 0.2.3 to unstable | Helmut Grohne | |
2023-01-21 | fix ftbfs: cannot use arch restriction for arch:all package | Helmut Grohne | |
2023-01-21 | upload the "try to fix autopkgtests" relase as 0.2.2 to unstable | Helmut Grohne | |
2023-01-21 | debvm-run: also avoid pci networking for m68k | Helmut Grohne | |
2023-01-21 | debvm-run: refactor rng device | Helmut Grohne | |
It's not as simple as disabling the rng when pci is unavailable. For m68k, we can select -machine virt and then we can have a virtio-rng-device. Thus make that part configurable. | |||
2023-01-21 | debvm-run: use gic-version=max for arm64 | Helmut Grohne | |
While the host version only works on kvm, max means the same and also works on tcg. Signed-off-by: Johannes Schauer Marin Rodrigues <josch@debian.org> Signed-off-by: Helmut Grohne <helmut@subdivi.de> | |||
2023-01-21 | debvm-run: skip virtio-rng-pci for architectures that lack pci | Helmut Grohne | |
Fixes: aee1eb3d1c28 ("debvm-run: no need for true randomness -- use /dev/urandom to be faster") | |||
2023-01-21 | debvm-create: try rpi kernel for armel | Helmut Grohne | |
marvell seems deprecated. Suggested by Jochen Sprickerhof. | |||
2023-01-21 | debvm-run: also pass reasonable -cpu for native non-kvm | Helmut Grohne | |
2023-01-21 | debvm-run: prefer qemu-system-* over kvm | Helmut Grohne | |
Now that we pass accel=kvm:tcg, there is no difference anymore. | |||
2023-01-21 | debvm-run: pass -M accel=kvm:tcg rather than -enable-kvm | Helmut Grohne | |
-enable-kvm is equivalent to -M accel=kvm, but we allow a fallback to tcg in case kvm is not available thus shifting this test into qemu. Reported-by: Bastian Blank <waldi@debian.org> Reported-by: Johannes Schauer Marin Rodrigues <josch@debian.org> | |||
2023-01-21 | debian: work around qemu-system-misc not providing qemu-kvm on s390x | Helmut Grohne | |
This is a workaround for https://bugs.debian.org/1029309 | |||
2023-01-21 | debvm-run: only pass gic-version when kvm is available | Helmut Grohne | |
Fixes: bfaa3d124fab ("debvm-run: on arm64 there is no default machine -- set one") | |||
2023-01-21 | extend bios recommendations | Helmut Grohne | |
* ppc64el needs seabios for vgabios-stdvga.bin * We need ipxe-qemu for -device virtio-net-pci,netdev=net0 | |||
2023-01-21 | debvm-run: compute -machine independently of being native | Helmut Grohne | |
When running on armhf natively, there also is no default machine, so we should also pass -machine virt there. That likely affects all arms and riscv64 as well. | |||
2023-01-20 | use ssh option NoHostAuthenticationForLocalhost | Helmut Grohne | |