qemu/.gitlab/issue_templates/bug.md
<<
>>
Prefs
   1<!--
   2This is the upstream QEMU issue tracker.
   3
   4If you are able to, it will greatly facilitate bug triage if you attempt
   5to reproduce the problem with the latest qemu.git master built from
   6source. See https://www.qemu.org/download/#source for instructions on
   7how to do this.
   8
   9QEMU generally supports the last two releases advertised on
  10https://www.qemu.org/. Problems with distro-packaged versions of QEMU
  11older than this should be reported to the distribution instead.
  12
  13See https://www.qemu.org/contribute/report-a-bug/ for additional
  14guidance.
  15
  16If this is a security issue, please consult
  17https://www.qemu.org/contribute/security-process/
  18-->
  19
  20## Host environment
  21 - Operating system: (Windows 10 21H1, Fedora 34, etc.)
  22 - OS/kernel version: (For POSIX hosts, use `uname -a`)
  23 - Architecture: (x86, ARM, s390x, etc.)
  24 - QEMU flavor: (qemu-system-x86_64, qemu-aarch64, qemu-img, etc.)
  25 - QEMU version: (e.g. `qemu-system-x86_64 --version`)
  26 - QEMU command line:
  27   <!--
  28   Give the smallest, complete command line that exhibits the problem.
  29
  30   If you are using libvirt, virsh, or vmm, you can likely find the QEMU
  31   command line arguments in /var/log/libvirt/qemu/$GUEST.log.
  32   -->
  33   ```
  34   ./qemu-system-x86_64 -M q35 -m 4096 -enable-kvm -hda fedora32.qcow2
  35   ```
  36
  37## Emulated/Virtualized environment
  38 - Operating system: (Windows 10 21H1, Fedora 34, etc.)
  39 - OS/kernel version: (For POSIX guests, use `uname -a`.)
  40 - Architecture: (x86, ARM, s390x, etc.)
  41
  42
  43## Description of problem
  44<!-- Describe the problem, including any error/crash messages seen. -->
  45
  46
  47## Steps to reproduce
  481.
  492.
  503.
  51
  52
  53## Additional information
  54
  55<!--
  56Attach logs, stack traces, screenshots, etc. Compress the files if necessary.
  57If using libvirt, libvirt logs and XML domain information may be relevant.
  58-->
  59
  60<!--
  61The line below ensures that proper tags are added to the issue.
  62Please do not remove it.
  63-->
  64/label ~"kind::Bug"
  65