Bug 843310

Summary: QEMU causes Segmentation fault when using usb-net and -netdev tap
Product: [Fedora] Fedora Reporter: Albert Graham <agraham>
Component: qemuAssignee: Fedora Virtualization Maintainers <virt-maint>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: amit.shah, berrange, cfergeau, dwmw2, itamar, knoel, pbonzini, rjones, scottt.tw, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-14 09:06:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Albert Graham 2012-07-26 03:01:58 UTC
Description of problem:

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


Version-Release number of selected component (if applicable):

qemu-kvm-1.1.0-8.fc1x

How reproducible:


Steps to Reproduce:
1. qemu-kvm -usb -device usb-net,netdev=net0 -netdev tap,id=net0
2.
3.
  
Actual results:
Segmentation fault

Expected results:

qemu should try to boot from the network

Additional info: