diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_hppa | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_hppa')
6 files changed, 0 insertions, 184 deletions
diff --git a/gitlab/issues/target_hppa/host_missing/accel_TCG/299.toml b/gitlab/issues/target_hppa/host_missing/accel_TCG/299.toml deleted file mode 100644 index c44f374fd..000000000 --- a/gitlab/issues/target_hppa/host_missing/accel_TCG/299.toml +++ /dev/null @@ -1,15 +0,0 @@ -id = 299 -title = "Tulip NIC not working on OpenBSD/hppa (and more)" -state = "opened" -created_at = "2021-05-14T17:44:33.954Z" -closed_at = "n/a" -labels = ["Networking", "accel: TCG", "guest: BSD", "hostos: Linux", "kind::Bug", "target: hppa", "workflow::Triaged"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/299" -host-os = "n/a" -host-arch = "n/a" -qemu-version = "n/a" -guest-os = "n/a" -guest-arch = "n/a" -description = "n/a" -reproduce = "n/a" -additional = "n/a" diff --git a/gitlab/issues/target_hppa/host_missing/accel_TCG/635.toml b/gitlab/issues/target_hppa/host_missing/accel_TCG/635.toml deleted file mode 100644 index e34640f93..000000000 --- a/gitlab/issues/target_hppa/host_missing/accel_TCG/635.toml +++ /dev/null @@ -1,36 +0,0 @@ -id = 635 -title = "HPPA Error on Raspberry PI - deposit64: Assertion `start >= 0 && length > 0 && length <= 64 - start' failed" -state = "closed" -created_at = "2021-09-24T15:51:54.252Z" -closed_at = "2021-12-24T03:53:04.183Z" -labels = ["Closed::Fixed", "accel: TCG", "kind::Bug", "target: hppa"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/635" -host-os = "CentOS 8.4.2105 / Raspbian buster (Raspberry Pi 3B+/4)" -host-arch = "ARM" -qemu-version = "QEMU emulator version 6.1.50 (v6.1.0-808-g73257aa023)" -guest-os = "HP-UX 10.20" -guest-arch = "HPPA" -description = """The emulator starts normally but during the Guest OS installation (HP-UX 10.20) it crash with below error: -(qemu) qemu-system-hppa: /root/qemu/include/qemu/bitops.h:496: deposit64: Assertion `start >= 0 && length > 0 && length <= 64 - start' failed.""" -reproduce = """1. Run qemu-system-hppa with the command listed above -2. Start HP-UX 10.20 installation and finish the install wizard""" -additional = """It crashes after the installation step bolow: - -Executing user specified script: -========================================= - - [[ ! -a /dev/lan0 ]] && mknod /dev/lan0 c 52 0x000000 - -========================================= - * Will use the cold-install media for swinstall as well. - * Starting swinstall: -WARNING: The software specified contains a kernel fileset. It will be - necessary to reconfigure and reboot the system to make the - kernel software functional. - - * Beginning Analysis Phase. - * Source: localhost:/SD_CDROM - * Target: loopback:/ - * Target logfile: loopback:/var/adm/sw/swagent.log - * Reading source for product information. - * Reading source for file information.""" diff --git a/gitlab/issues/target_hppa/host_missing/accel_missing/1991.toml b/gitlab/issues/target_hppa/host_missing/accel_missing/1991.toml deleted file mode 100644 index 1aa6b9a94..000000000 --- a/gitlab/issues/target_hppa/host_missing/accel_missing/1991.toml +++ /dev/null @@ -1,72 +0,0 @@ -id = 1991 -title = "error \"hw/pci-host/astro.c:671:astro_chip_write_with_attrs: code should not be reached\" in qemu-system-hppa" -state = "closed" -created_at = "2023-11-21T07:08:27.245Z" -closed_at = "2023-12-29T21:33:33.261Z" -labels = ["target: hppa"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1991" -host-os = "Ubuntu 22.04" -host-arch = "x86_64" -qemu-version = "8.2.0-rc0" -guest-os = "T2-SDE Linux" -guest-arch = "hppa64" -description = """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) -```""" -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 = """""" diff --git a/gitlab/issues/target_hppa/host_missing/accel_missing/2918.toml b/gitlab/issues/target_hppa/host_missing/accel_missing/2918.toml deleted file mode 100644 index ff9beeb7e..000000000 --- a/gitlab/issues/target_hppa/host_missing/accel_missing/2918.toml +++ /dev/null @@ -1,15 +0,0 @@ -id = 2918 -title = "qemu-system-hppa hangs on 64bit installations (machine -C3700)" -state = "opened" -created_at = "2025-04-09T10:55:31.395Z" -closed_at = "n/a" -labels = ["target: hppa"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2918" -host-os = "n/a" -host-arch = "n/a" -qemu-version = "n/a" -guest-os = "n/a" -guest-arch = "n/a" -description = "n/a" -reproduce = "n/a" -additional = "n/a" diff --git a/gitlab/issues/target_hppa/host_missing/accel_missing/625.toml b/gitlab/issues/target_hppa/host_missing/accel_missing/625.toml deleted file mode 100644 index b1f086bbd..000000000 --- a/gitlab/issues/target_hppa/host_missing/accel_missing/625.toml +++ /dev/null @@ -1,31 +0,0 @@ -id = 625 -title = "qemu-hppa floating point POWER function is incorrect" -state = "opened" -created_at = "2021-09-17T08:04:01.442Z" -closed_at = "n/a" -labels = ["target: hppa"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/625" -host-os = "Gentoo Linux" -host-arch = "AMD64" -qemu-version = "6.0.0, also with git 6.1.50 version" -guest-os = "n/a" -guest-arch = "n/a" -description = """The floating point power function produces incorrect values, and possibly stack misshapes as well.""" -reproduce = """1. $ hppa1.1-unknown-linux-gnu-gcc pow.c -o pow -lm -static -2. $ qemu-hppa pow -3. the expected result is 10.0 ^ 6.0 = 6000000.0, instead of 403.45""" -additional = """Example C source to reproduce, pow.c: -``` -#include <stdio.h> -#include <math.h> -int main() -{ - double base, expo, res; - base=10.0; - expo=6.0; - // res sould be 1e+6 - res = pow(base, expo); - printf("%.1lf^%.1lf = %.2lf\\n", base, expo, res); - return 0; -} -```""" diff --git a/gitlab/issues/target_hppa/host_x86/accel_TCG/2044.toml b/gitlab/issues/target_hppa/host_x86/accel_TCG/2044.toml deleted file mode 100644 index 5679b5c70..000000000 --- a/gitlab/issues/target_hppa/host_x86/accel_TCG/2044.toml +++ /dev/null @@ -1,15 +0,0 @@ -id = 2044 -title = "HP-UX 10.20 doesn't boot on QEMU 8.2.0-rc4" -state = "closed" -created_at = "2023-12-19T18:00:32.291Z" -closed_at = "2024-01-20T15:19:37.478Z" -labels = ["accel: TCG", "host: x86", "target: hppa"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2044" -host-os = "Ubuntu 22.04.3 LTS" -host-arch = "x64" -qemu-version = "QEMU emulator version 8.1.94 (v8.2.0-rc4)" -guest-os = "HP-UX 10.20" -guest-arch = "HPPA" -description = """After update QEMU for v8.2.0-rc4 existing HP-UX 10.20 installation doesn't work anymore. I also tried to boot the installation media and SeaBIOS stays in loop.""" -reproduce = "n/a" -additional = """#""" |