1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
id = 2699
title = "kvm_mem_ioeventfd_del: error deleting ioeventfd: Bad file descriptor (9)"
state = "closed"
created_at = "2024-11-25T08:58:12.606Z"
closed_at = "2024-12-06T05:27:39.768Z"
labels = ["accel: KVM"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2699"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "# /usr/local/bin/qemu-system-x86_64 --version"
guest-os = "n/a"
guest-arch = "n/a"
description = """QEMU 9.1.91 monitor - type 'help' for more information
(qemu) kvm_mem_ioeventfd_del: error deleting ioeventfd: Bad file descriptor (9)
test.sh: line 14: 105283 Aborted (core dumped) /usr/local/bin/qemu-system-x86_64 -M q35 -m 8G -smp 8 -cpu host -enable-kvm -device VGA,bus=pcie.0,addr=0x2 -drive file=//home/fedora-38.qcow2,media=disk,if=virtio -device virtio-net-pci,mac=00:11:22:33:44:00,netdev=id8cxFGH,id=idaFLYjy,bus=pcie.0,addr=0x7 -netdev tap,id=id8cxFGH,vhost=on,script=/etc/qemu-ifup,downscript=/etc/qemu-ifdown -vnc :0 -monitor stdio -qmp tcp:0:5555,server,nowait"""
reproduce = """1. Boot a guest
2. set_link false nic and set_link true nic
{"execute": "qmp_capabilities"}
{"return": {}}
{"execute": "set_link", "arguments": {"name": "idaFLYjy", "up": false}}
{"return": {}}
{"execute": "set_link", "arguments": {"name": "idaFLYjy", "up": true}}
3. Guest hit qemu core dump"""
additional = """"""
|