device: 0.741 mistranslation: 0.702 semantic: 0.632 architecture: 0.588 x86: 0.587 graphic: 0.514 performance: 0.507 ppc: 0.423 user-level: 0.416 peripherals: 0.399 risc-v: 0.368 virtual: 0.352 PID: 0.351 register: 0.331 hypervisor: 0.325 network: 0.313 vnc: 0.309 VMM: 0.260 permissions: 0.256 files: 0.244 assembly: 0.243 debug: 0.234 boot: 0.228 TCG: 0.210 arm: 0.203 socket: 0.181 KVM: 0.131 kernel: 0.131 i386: 0.094 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.