diff options
Diffstat (limited to 'results/classifier/105/other/1922325')
| -rw-r--r-- | results/classifier/105/other/1922325 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/results/classifier/105/other/1922325 b/results/classifier/105/other/1922325 new file mode 100644 index 00000000..e5cbfa0a --- /dev/null +++ b/results/classifier/105/other/1922325 @@ -0,0 +1,43 @@ +other: 0.853 +device: 0.741 +mistranslation: 0.702 +semantic: 0.632 +graphic: 0.514 +instruction: 0.371 +network: 0.313 +vnc: 0.309 +assembly: 0.243 +boot: 0.228 +socket: 0.181 +KVM: 0.131 + +s390x-virtio-gpu-ccw module unnecessary? + +Hi + +Test building latest 6.0.0 release candidate on x86_64 host. A new module has appeared: + +/usr/lib/qemu/hw-s390x-virtio-gpu-ccw.so + +Unless I'm missing something obvious, it would appear to be only useful on s390x platform. + +Why would I need this? For me it doesn't seem to do much: + +$ nm -D /usr/lib/qemu/hw-s390x-virtio-gpu-ccw.so + w __cxa_finalize + w __gmon_start__ + w _ITM_deregisterTMCloneTable + w _ITM_registerTMCloneTable +00000000000010f0 T qemu_module_dummy +0000000000001100 T qemu_stamp_0d4aa0592256528f9885a56f182883665e60f8ec + +Bug or ... ? + +Thanks + +How did you run the configure script? The virtio-gpu-ccw device is part of the qemu-system-s390x emulator, so unless you disabled that build, the module will of course be there. + +I only enable a few emulators and qemu-system-s390x isn't one of them. + +I was thinking it couldn't be useful on an x86_64 host, even if using the qemu-system-s390x emulator! I guess my understanding was wrong. Will close as invalid. + |