diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/gemma3:12b/device/120 | 2 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/device/1200212 | 15 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/device/1205156 | 15 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/device/1208 | 10 |
4 files changed, 42 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/120 b/results/classifier/gemma3:12b/device/120 new file mode 100644 index 00000000..96468af9 --- /dev/null +++ b/results/classifier/gemma3:12b/device/120 @@ -0,0 +1,2 @@ + +Please provide an option to print the default hardware configuration as command-line options, to make -nodefaults easier to use diff --git a/results/classifier/gemma3:12b/device/1200212 b/results/classifier/gemma3:12b/device/1200212 new file mode 100644 index 00000000..8393ea51 --- /dev/null +++ b/results/classifier/gemma3:12b/device/1200212 @@ -0,0 +1,15 @@ + +qemu-system-arm aborts in lsi_soft_reset + +Qemu compiled from master branch (fetched on 11th Jul 2013, qemu-system-arm -version prints "QEMU emulator version 1.5.50, Copyright (c) 2003-2008 Fabrice Bellard") running on OSX 10.6.8 crashes during Debian 7.1 netboot installation with error: "Assertion failed: (QTAILQ_EMPTY(&s->queue)), function lsi_soft_reset, file hw/scsi/lsi53c895a.c, line 351." + +Steps to reproduce: + +1. Get kernel and initrd from http://ftp.debian.org/debian/dists/Debian7.1/main/installer-armel/20130613/images/versatile/netboot/ . +2. Create a hard disk image with qemu-img: qemu-img create -f qcow2 debian.qcow2 2G. +3. Run arm-softmmu/qemu-system-arm -M versatilepb -kernel vmlinuz-3.2.0-4-versatile \ + -initrd initrd-3.2.0-4-versatile-netboot -drive file=debian.qcow2,index=0,if=scsi,media=disk \ + -append "console=ttyAMA0" -nographic -net user,hostfwd=tcp:127.0.0.1:22080-:80,vlan=0 \ + -net nic,vlan=0 -smp 1,cores=4 + +The installation should proceed past partition setup and start downloading packages onto hard disk. After several tries I've never got past 31% with the package downloads before getting Abort trap with "Assertion failed: (QTAILQ_EMPTY(&s->queue)), function lsi_soft_reset, file hw/scsi/lsi53c895a.c, line 351." message. \ No newline at end of file diff --git a/results/classifier/gemma3:12b/device/1205156 b/results/classifier/gemma3:12b/device/1205156 new file mode 100644 index 00000000..d40fddd6 --- /dev/null +++ b/results/classifier/gemma3:12b/device/1205156 @@ -0,0 +1,15 @@ + +Errors while compiling version 1.5.2 + +Environment: Ubuntu 13.04 + +"hw/ide/macio.c: In function ‘pmac_ide_atapi_transfer_cb’: +hw/ide/macio.c:134:9: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘hwaddr’ [-Werror=format] +hw/ide/macio.c: In function ‘pmac_ide_transfer_cb’: +hw/ide/macio.c:215:5: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘int64_t’ [-Werror=format] +hw/ide/macio.c:222:9: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘hwaddr’ [-Werror=format] +hw/ide/macio.c:264:9: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘hwaddr’ [-Werror=format] +cc1: all warnings being treated as errors +make: *** [hw/ide/macio.o] Error 1" + +I got the source files with a "git clone git://git.qemu-project.org/qemu.git" + a recent "git fetch" \ No newline at end of file diff --git a/results/classifier/gemma3:12b/device/1208 b/results/classifier/gemma3:12b/device/1208 new file mode 100644 index 00000000..c7a1694f --- /dev/null +++ b/results/classifier/gemma3:12b/device/1208 @@ -0,0 +1,10 @@ + +Raspberry Pi 4 Model B +Additional information: +There have been some attempts at implementing this a few years ago: see: +* https://gitlab.com/philmd/qemu/-/tree/raspi4_wip +* https://github.com/0xMirasio/qemu-patch-raspberry4 + + + +Thanks! |
