Control: severity -1 minor Control: tag -1 + wontfix 02.10.2019 13:11, wk wrote: > Source: qemu > Severity: important > > Dear Maintainer, > > I cannot use libvirt and virtio-gpu together, after search it often appearr > with amd gpu. > I have tested that a patch from fedora can solve it. > https://koji.fedoraproject.org/koji/fileinfo?rpmID=17131016&filename=0001-qemu- > seccomp-dont-kill-process-for-resource-contro.patch
>From the name of the patch (unfortunately the patch itself isn't available on the named site) I assume the problem is due to seccomp jumping on the way. If that's the case, just disable seccomp on the guest using virtio-gpu and it should work. Seccomp has very little value for qemu since majority of syscalls are allowed anyway, but it has quite significant impact on maintenance, as you can see in this very issue. Thanks, /mjt

