summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_hppa
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues_text/target_hppa')
-rw-r--r--gitlab/issues_text/target_hppa/host_missing/accel_TCG/2991
-rw-r--r--gitlab/issues_text/target_hppa/host_missing/accel_TCG/63528
-rw-r--r--gitlab/issues_text/target_hppa/host_missing/accel_missing/199164
-rw-r--r--gitlab/issues_text/target_hppa/host_missing/accel_missing/29181
-rw-r--r--gitlab/issues_text/target_hppa/host_missing/accel_missing/62523
-rw-r--r--gitlab/issues_text/target_hppa/host_x86/accel_TCG/20445
6 files changed, 122 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_hppa/host_missing/accel_TCG/299 b/gitlab/issues_text/target_hppa/host_missing/accel_TCG/299
new file mode 100644
index 000000000..77e500497
--- /dev/null
+++ b/gitlab/issues_text/target_hppa/host_missing/accel_TCG/299
@@ -0,0 +1 @@
+Tulip NIC not working on OpenBSD/hppa (and more)
diff --git a/gitlab/issues_text/target_hppa/host_missing/accel_TCG/635 b/gitlab/issues_text/target_hppa/host_missing/accel_TCG/635
new file mode 100644
index 000000000..8655b8f52
--- /dev/null
+++ b/gitlab/issues_text/target_hppa/host_missing/accel_TCG/635
@@ -0,0 +1,28 @@
+HPPA Error on Raspberry PI - deposit64: Assertion `start >= 0 && length > 0 && length <= 64 - start' failed
+Description of problem:
+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.
+Steps to reproduce:
+1. Run qemu-system-hppa with the command listed above
+2. Start HP-UX 10.20 installation and finish the install wizard
+Additional information:
+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_text/target_hppa/host_missing/accel_missing/1991 b/gitlab/issues_text/target_hppa/host_missing/accel_missing/1991
new file mode 100644
index 000000000..3dc19d695
--- /dev/null
+++ b/gitlab/issues_text/target_hppa/host_missing/accel_missing/1991
@@ -0,0 +1,64 @@
+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:
+
diff --git a/gitlab/issues_text/target_hppa/host_missing/accel_missing/2918 b/gitlab/issues_text/target_hppa/host_missing/accel_missing/2918
new file mode 100644
index 000000000..b7c50a5f5
--- /dev/null
+++ b/gitlab/issues_text/target_hppa/host_missing/accel_missing/2918
@@ -0,0 +1 @@
+qemu-system-hppa hangs on 64bit installations (machine -C3700)
diff --git a/gitlab/issues_text/target_hppa/host_missing/accel_missing/625 b/gitlab/issues_text/target_hppa/host_missing/accel_missing/625
new file mode 100644
index 000000000..0cf5f76a1
--- /dev/null
+++ b/gitlab/issues_text/target_hppa/host_missing/accel_missing/625
@@ -0,0 +1,23 @@
+qemu-hppa floating point POWER function is incorrect
+Description of problem:
+The floating point power function produces incorrect values, and possibly stack misshapes as well.
+Steps to 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 information:
+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_text/target_hppa/host_x86/accel_TCG/2044 b/gitlab/issues_text/target_hppa/host_x86/accel_TCG/2044
new file mode 100644
index 000000000..409232404
--- /dev/null
+++ b/gitlab/issues_text/target_hppa/host_x86/accel_TCG/2044
@@ -0,0 +1,5 @@
+HP-UX 10.20 doesn't boot on QEMU 8.2.0-rc4
+Description of problem:
+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.
+Additional information:
+#