diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/gemma3:12b/graphic/167 | 2 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/graphic/1670509 | 8 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/graphic/1674925 | 22 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/graphic/1675108 | 23 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/graphic/1675549 | 15 |
5 files changed, 70 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/graphic/167 b/results/classifier/gemma3:12b/graphic/167 new file mode 100644 index 00000000..c68f590b --- /dev/null +++ b/results/classifier/gemma3:12b/graphic/167 @@ -0,0 +1,2 @@ + +qemu 4.0 doesnt support glsl 3.0 but yes older versions, that have no sense IMO diff --git a/results/classifier/gemma3:12b/graphic/1670509 b/results/classifier/gemma3:12b/graphic/1670509 new file mode 100644 index 00000000..d9e809fb --- /dev/null +++ b/results/classifier/gemma3:12b/graphic/1670509 @@ -0,0 +1,8 @@ + +sgabios outputs incorrect video modes + +When run with a bootstrap loader that uses int 0x10 with 0x1301 in %ax, incorrect video modes are output to the serial port. I believe the VGA image will be correct. This might also affect the returned values for some interrupts. + +This is caused because the set_cursor_position routine fails to save and restore %bx. + +I'm working on a fix for this.
\ No newline at end of file diff --git a/results/classifier/gemma3:12b/graphic/1674925 b/results/classifier/gemma3:12b/graphic/1674925 new file mode 100644 index 00000000..537c6d09 --- /dev/null +++ b/results/classifier/gemma3:12b/graphic/1674925 @@ -0,0 +1,22 @@ + +Qemu PPC64 kvm no display if --device virtio-gpu-pci is selected + +Hi, +i did many tests on qemu 2.8 on my BE machines and i found an issue that i think was need to be reported + +Test Machines BE 970MP + +if i setup qemu with + +qemu-system-ppc64 -M 1024 --display sdl(or gtk),gl=on --device virtio-gpu-pci,virgl --enable-kvm and so and so + +result is doubled window one is vga other is virtio-gpu-pci without any start of the VM . pratically i dont have any output of openbios and on the virtual serial output + +the same issue i found is if i select: +qemu-system-ppc64 -M 1024 --display gtk(or sdl) --device virtio-gpu-pci --enable-kvm and so and so + + +i had been try to change all the -M types of all kind of pseries without any positive result. + +Ciao +Luigi
\ No newline at end of file diff --git a/results/classifier/gemma3:12b/graphic/1675108 b/results/classifier/gemma3:12b/graphic/1675108 new file mode 100644 index 00000000..2ab1cc23 --- /dev/null +++ b/results/classifier/gemma3:12b/graphic/1675108 @@ -0,0 +1,23 @@ + +Cocoa UI always crashes on startup + +Commit 8bb93c6f99a42c2e0943bc904b283cd622d302c5 ("ui/console: ensure graphic updates don't race with TCG vCPUs") causes the graphic update to run on a non-main thread, which Cocoa is not happy with. It crashes immediately after startup. + +$ i386-softmmu/qemu-system-i386 +2017-03-22 10:09:25.113 qemu-system-i386[15968:9538245] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'nextEventMatchingMask should only be called from the Main Thread!' +*** First throw call stack: +( + 0 CoreFoundation 0x00007fff91e72e7b __exceptionPreprocess + 171 + 1 libobjc.A.dylib 0x00007fffa6a5ccad objc_exception_throw + 48 + 2 AppKit 0x00007fff900953fd -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 4471 + 3 qemu-system-i386 0x0000000104f75a49 cocoa_refresh + 233 + 4 qemu-system-i386 0x0000000104e0312c process_queued_cpu_work + 140 + 5 qemu-system-i386 0x0000000104d1a73c qemu_tcg_rr_cpu_thread_fn + 284 + 6 libsystem_pthread.dylib 0x00007fffa7557aab _pthread_body + 180 + 7 libsystem_pthread.dylib 0x00007fffa75579f7 _pthread_body + 0 + 8 libsystem_pthread.dylib 0x00007fffa75571fd thread_start + 13 +) +libc++abi.dylib: terminating with uncaught exception of type NSException +Abort trap: 6 + +System: macOS 10.12.3, Xcode 8.2.1
\ No newline at end of file diff --git a/results/classifier/gemma3:12b/graphic/1675549 b/results/classifier/gemma3:12b/graphic/1675549 new file mode 100644 index 00000000..cf48e2be --- /dev/null +++ b/results/classifier/gemma3:12b/graphic/1675549 @@ -0,0 +1,15 @@ + +tcg softmmu i386 crashes on BE hardware + +Hi, +today i try to test qemu 2.9rc 1 with qemu-system-i386 if i set display as sdl and i push a key on keyboard qemu exit with an error + +translate-common.c:34:tcg_handle_interrupt: assertion failed: (qemu_mutex_iothread_locked()) + +This issue was not present on qemu 2.8.0 + +Test Machine PowerMac G5 Quad Fedora 25 Server PPC64 +Qemu build with target-list=i386-softmuu --with-sdlabi=2.0 + +Ciao +Luigi
\ No newline at end of file |
