summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_KVM/2699
blob: a3dbd95cd8b694e4cb0ded72c2608091f7a53362 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kvm_mem_ioeventfd_del: error deleting ioeventfd: Bad file descriptor (9)
Description of problem:
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
Steps to 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 information: