Reporting a bug
Bugs affecting upstream QEMU releases should be filed at our bug tracker, which is hosted on GitLab, taking into account the following guidance.
-
Use the provided GitLab issue template, filling in all requested pieces of information that are relevant to the discovered bug.
-
Bugs which are suspected, or known, to have security implications must be marked as “confidential” prior to submitting the disclosure. Consult the security process for further guidance on security issue handling.
-
Reproduce the problem with the latest upstream QEMU release. Reports against older versions may not be acted upon with with the same priority.
-
Problems that have only been demonstrated with an release packaged by an OS distribution vendor must be either reported to the vendor’s own bug tracker instead, or reproduced with an upstream QEMU build prior to submission.
-
If any automated tools (AI/LLM based, traditional static analysis, or fuzzers) were used to discover the issue, the reporter is required to declare this at the start of the bug report. Users of such tools are required to perform triage of their output to validate all findings and reproducer scenarios prior to submitting a bug report.
-
Reproduce the problem directly with a QEMU command-line. Avoid frontends and management stacks, to ensure that the bug is in QEMU itself and not in a frontend and make it easier for maintainers to understand the problematic scenario.
-
If patches are available for an issue, they should be sent to the mailing list according to QEMU’s patch submissions guidelines. QEMU does not use a merge request workflow for contribution.
-
If the problem is believed to lie in the KVM kernel module, following the KVM wiki bug report guidance to submit an issue to the kernel bug tracker.