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 Hi! I think unless you use "-vga none" or "-nodefaults", QEMU will always start your guest with a VGA card by default, so if you add an additional "--device virtio-gpu-pci", you'll end up with a guest that has two video cards, one VGA and one virtio-gpu. Also there is a known bug in the SLOF version that has been shipped with QEMU 2.8, which causes trouble with virtio-gpu: http://git.qemu-project.org/?p=SLOF.git;a=commitdiff;h=38bf852e73ce6f0ac801dfe8ef1545c4cd0b5ddb Please try again with the latest release candidate of QEMU 2.9, it should be fixed there. (But please note that SLOF does not contain a driver for virtio-gpu, so you won't see any output from the firmware when starting your guest ... i.e. you'll just see some output once Linux has been started) Hi Thomas, thanks for your reply i will test and report my experience ASAP Ciao Luigi Hi Thomas with 2.9 rc1 i have this with --enable-kvm emu-system-ppc64 --enable-kvm qemu-system-ppc64: KVM and IRQ_XICS capability must be present for in-kernel XICS and the qemu dont run. Ciao Luigi Hi Thomas, just exit like it is an error with a wrong option. the output is only this qemu-system-ppc64: KVM and IRQ_XICS capability must be present for in-kernel XICS Same is if i add all the options i have the seme error. look like qemu need for run in kvm a kernel with XICS option enabled and XICS is present only from ibm power 5 to up if i remember good. After work i can test it if needed on Qoriq e5500 too for check if there is the same issue on an emb ppc64 processor. Ciao Luigi On 22.03.2017 14:35, luigiburdo wrote: > Hi Thomas with 2.9 rc1 i have this with --enable-kvm > > emu-system-ppc64 --enable-kvm > qemu-system-ppc64: KVM and IRQ_XICS capability must be present for in-kernel XICS > > and the qemu dont run. Does it exit, or just hang afterwards? Was this with or without --device virtio-gpu-pci option? Do you get any output if you run QEMU with "-nographic" instead? Thomas Hi Cédric, i have the 4.11 rc1 . on fedora 25 ppc 64 on both machine Qoriq and on G5 Quad. On the 2.8 this issue isnt present but I did the test o Qoriq e5500 a book3e processor and on 2.8 if i made: qemu-system-ppc64 --enable-kvm the true result is: qemu-system-ppc64: Unable to find CPU definition: host on qemu 2.9 rc1 ./qemu-system-ppc64 --enable-kvm i have : qemu-system-ppc64: KVM and IRQ_XICS capability must be present for in-kernel XICS On Qoriq if i pass the -cpu e500 (normal thing) all is working right qemu 2.9rc1 all boot and so and so. On G5 the -cpu variable dont fix the issue. I can build a new kernel release , usually mine dont have xics enabled because G5 dont have that feature, if needed i can enable it for testing. Hope my english is understandable. ciao Luigi ________________________________ Da: Qemu-ppc