diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/gemma3:12b/hypervisor/1823 | 12 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/hypervisor/1823831 | 13 |
2 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1823 b/results/classifier/gemma3:12b/hypervisor/1823 new file mode 100644 index 000000000..acc1250ee --- /dev/null +++ b/results/classifier/gemma3:12b/hypervisor/1823 @@ -0,0 +1,12 @@ + +qemu-system-riscv64 Property 'virt-machine.aclint' not found +Description of problem: + +Steps to reproduce: +1. run ./qemu-system-riscv64 -M virt,aclint=on +2. command output: +``` +qemu-system-riscv64: Property 'virt-machine.aclint' not found +``` +Additional information: +The aclint property is registered in the virt_machine_class_init function and depends on the condition tcg_enabled(), but the initialization of tcg_enabled() is later than the call of virt_machine_class_init. This caused the aclint property to never be registered. diff --git a/results/classifier/gemma3:12b/hypervisor/1823831 b/results/classifier/gemma3:12b/hypervisor/1823831 new file mode 100644 index 000000000..ef2ba3b03 --- /dev/null +++ b/results/classifier/gemma3:12b/hypervisor/1823831 @@ -0,0 +1,13 @@ + +BSD bootloader halts with hypervisor.framework + +Guest: FreeBSD 12.0 Install CD +Host: MacOS 11.14.3 qemu master at 90fb864a7df0a9af677352e94f8225f7b03de922 + +Command arguments: + +qemu-system-x86_64 -m 4000m -cdrom Downloads/FreeBSD-12.0-RELEASE-amd64-bootonly.iso + +When qemu was run with -accel hvf, the bootloader would halt after showing the menu. The bootloader would not respond to any keyboard events. + +Without acceleration option, the bootloader would count down to zero and proceed. \ No newline at end of file |