qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu virtio_net abort bisect


From: John Fastabend
Subject: [Qemu-devel] qemu virtio_net abort bisect
Date: Thu, 10 Nov 2016 15:02:43 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

Hi Michael,

I'm getting a qemu crash from a load/unload of virtio_net.ko in guest
kernel with the following,

> ./x86_64-softmmu/qemu-system-x86_64 -hda 
> /var/lib/libvirt/images/Fedora-test0.img \
       -m 4096 -enable-kvm -smp 4 -netdev tap,id=hn0,queues=4,vhost=on \
       -device virtio-net-pci,netdev=hn0,mq=on,vectors=9

in the host I do a simple

# rmmod virtio_net
# modprobe virtio_net

And bisecting points at this merge which just from the commit message
looks like it could be the culprit,

> Merge: 4eb28ab 5300063
> Author: Stefan Hajnoczi <address@hidden>
> Date: Thu Nov 3 14:41:53 2016 +0000
> 
> Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
> 
> virtio, pc: fixes and features
> 
> nvdimm hotplug support
> virtio migration and ioeventfd rework    <--- ioeventfd bits?
> virtio crypto device
> ipmi fixes
> 
> Signed-off-by: Michael S. Tsirkin <address@hidden>

Running without the above and everything works no issues. I started to
debug but admittedly got a bit lost in the notifier hooks maybe someone
will have a better idea. Here is the error I get,

> kvm_io_ioeventfd_add: error adding ioeventfd: File exists
> Aborted (core dumped)

I had a gdb backtrace at one point and can post that if its helpful.

Thanks,
John



reply via email to

[Prev in Thread] Current Thread [Next in Thread]