summary refs log tree commit diff stats
path: root/gitlab/issues/target_hppa/host_missing/accel_TCG
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_hppa/host_missing/accel_TCG')
-rw-r--r--gitlab/issues/target_hppa/host_missing/accel_TCG/299.toml15
-rw-r--r--gitlab/issues/target_hppa/host_missing/accel_TCG/635.toml36
2 files changed, 51 insertions, 0 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
new file mode 100644
index 000000000..c44f374fd
--- /dev/null
+++ b/gitlab/issues/target_hppa/host_missing/accel_TCG/299.toml
@@ -0,0 +1,15 @@
+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
new file mode 100644
index 000000000..e34640f93
--- /dev/null
+++ b/gitlab/issues/target_hppa/host_missing/accel_TCG/635.toml
@@ -0,0 +1,36 @@
+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."""