summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/125
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/1252
-rw-r--r--results/classifier/gemma3:12b/hypervisor/12534659
-rw-r--r--results/classifier/gemma3:12b/hypervisor/125512
-rw-r--r--results/classifier/gemma3:12b/hypervisor/12574
4 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/125 b/results/classifier/gemma3:12b/hypervisor/125
new file mode 100644
index 000000000..dd3f40ef6
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/125
@@ -0,0 +1,2 @@
+
+x86: ret, lret and iret with noncanonical IP saves wrong IP on the exception stack
diff --git a/results/classifier/gemma3:12b/hypervisor/1253465 b/results/classifier/gemma3:12b/hypervisor/1253465
new file mode 100644
index 000000000..626ce639b
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1253465
@@ -0,0 +1,9 @@
+
+qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
+
+qemu-img convert in.vmdk  -O RAW out.img
+
+Fails with:
+qemu-img: 'image' uses a vmdk feature which is not supported by this qemu version: VMDK version 3
+
+qemu-img version 1.6.1
\ No newline at end of file
diff --git a/results/classifier/gemma3:12b/hypervisor/1255 b/results/classifier/gemma3:12b/hypervisor/1255
new file mode 100644
index 000000000..da65f3b22
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1255
@@ -0,0 +1,12 @@
+
+32bit qemu-arm fails to run systemctl "Allocating guest commpage: Cannot allocate memory"
+Description of problem:
+I am using a bare minimal install of the latest 32 bit version of debian with only ssh installed. I have compiled qemu from the latest git with "./configure --target-list=arm-linux-user --static --disable-pie". When I try to run systemctl from the latest version of raspbian, I experience the error: "Allocating guest commpage: Cannot allocate memory".
+Steps to reproduce:
+1. Download and extract the included systemctl and required libs. [systemctl+libs.tgz](/uploads/a2834ed651a981fded4bcc19ea9ca31b/systemctl+libs.tgz)
+2. run "qemu-arm -L ./ systemctl --version"
+Additional information:
+- I think this is related to [Issue 690](https://gitlab.com/qemu-project/qemu/-/issues/690).
+- When I run "qemu-arm -L ./ -B 0x20000 systemctl --version" there is no error.
+- The error still happens when setting vm.mmap_min_addr to 0.
+- The error does not occur on v5.0.0, but does occur on v5.1.0 and v6.1.0.
diff --git a/results/classifier/gemma3:12b/hypervisor/1257 b/results/classifier/gemma3:12b/hypervisor/1257
new file mode 100644
index 000000000..07147ee65
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1257
@@ -0,0 +1,4 @@
+
+Windows guest agent shutdown requires user response to complete
+Additional information:
+The shutdown operation triggered by the Windows Guest Agent should prevent the system from waiting for a user response concerning unsaved work of open desktop applications. Instead, applications and services should be closed as gracefully as possible automatically, in advance of  the power down event on the emulated hardware.