summary refs log tree commit diff stats
path: root/results/classifier/118/kernel/1991
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/kernel/1991')
-rw-r--r--results/classifier/118/kernel/199194
1 files changed, 94 insertions, 0 deletions
diff --git a/results/classifier/118/kernel/1991 b/results/classifier/118/kernel/1991
new file mode 100644
index 00000000..378ae320
--- /dev/null
+++ b/results/classifier/118/kernel/1991
@@ -0,0 +1,94 @@
+kernel: 0.979
+files: 0.942
+boot: 0.912
+graphic: 0.911
+socket: 0.905
+device: 0.895
+permissions: 0.887
+user-level: 0.885
+architecture: 0.877
+performance: 0.859
+PID: 0.836
+VMM: 0.828
+i386: 0.807
+x86: 0.803
+debug: 0.802
+ppc: 0.800
+mistranslation: 0.792
+semantic: 0.778
+KVM: 0.754
+hypervisor: 0.749
+network: 0.740
+register: 0.708
+vnc: 0.698
+risc-v: 0.640
+peripherals: 0.635
+TCG: 0.601
+arm: 0.574
+virtual: 0.524
+assembly: 0.326
+
+error "hw/pci-host/astro.c:671:astro_chip_write_with_attrs: code should not be reached" in qemu-system-hppa
+Description of problem:
+The installation phase terminates with a failed assertion in qemu:
+```
+...
+Rebooting the system
+reboot: Restarting system
+SeaBIOS wants SYSTEM RESET.
+***************************
+**
+ERROR:../hw/pci-host/astro.c:671:astro_chip_write_with_attrs: code should not be reached
+Bail out! ERROR:../hw/pci-host/astro.c:671:astro_chip_write_with_attrs: code should not be reached
+Aborted (core dumped)
+```
+Steps to reproduce:
+```
+PATH=$HOME/inst-qemu/8.2.0-rc0/bin:$PATH
+```
+
+Create empty disk:
+```
+qemu-img create -f qcow2 t2sde.qcow2 10G
+```
+
+Pull kernel and initrd out of the installation CD:
+```
+sudo mount -r -t iso9660 -o loop t2-23.6-hppa-minimal-desktop-gcc-glibc.iso /mnt
+mkdir boot-for-install
+cp -p /mnt/boot/* boot-for-install/
+sudo umount /mnt
+```
+
+Run installer:
+```
+machine_args="-M C3700 -m 256"
+disk_args="-drive file=t2sde.qcow2,format=qcow2,id=hd0"
+net_args=""
+#display_args="-monitor stdio -display gtk"
+display_args="-nographic"
+common_args="$machine_args $disk_args $net_args $display_args"
+qemu-system-hppa $common_args \
+  -kernel boot-for-install/vmlinux-6.3.7-t2 -initrd boot-for-install/initrd-6.3.7-t2 \
+  -drive file=t2-23.6-hppa-minimal-desktop-gcc-glibc.iso,if=scsi,bus=0,unit=2,media=cdrom
+```
+
+```
+Serial terminal: <Enter> or console
+# install
+Partition:
+  fdisk
+  n p 1 <Enter> <Enter>
+  w
+On /dev/sda1: Create filesystem of type ext3 with mount point /
+Install the system
+Full install (all packages).
+Keyboard: us
+Root password: t2
+Time zone: Europe/Berlin
+Locale: --
+Finally: <Back>
+Then: <Exit>
+```
+Additional information:
+