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