blob: 67e5c87e81dff8a1efc5f92ea603a69f1766cd09 (
plain) (
blame)
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
27
28
29
30
31
32
33
34
35
36
37
|
device: 0.952
network: 0.934
socket: 0.885
graphic: 0.821
vnc: 0.779
PID: 0.766
debug: 0.700
semantic: 0.680
files: 0.630
KVM: 0.614
boot: 0.570
performance: 0.528
other: 0.445
permissions: 0.369
segmentation fault when using usb-net and -netdev tap
The following command causes a Segmentation fault:
qemu-kvm -usb -device usb-net,netdev=net0 -netdev tap,id=net0
Segmentation fault
The following command does not:
qemu-kvm -usb -device usb-net,netdev=net0 -netdev user,id=net0
Program received signal SIGSEGV, Segmentation fault.
usbnet_can_receive (nc=0x55555657dc20)
at /home/pbonzini/work/upstream/qemu/hw/usb/dev-network.c:1292
1292 if (is_rndis(s) && s->rndis_state != RNDIS_DATA_INITIALIZED) {
First reported at https://bugzilla.redhat.com/show_bug.cgi?id=843310
Patch has been included here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=278412d0e710e2e848c
... so I think it should be OK now to close this ticket.
|