Bug 505106
| Summary: | libvirt-generated qemu command line incorrect 'script' usage for -net (but not fatal) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | erikj |
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 11 | CC: | berrange, clalance, crobinso, itamar, markmc, veillard, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-06-22 13:12:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
erikj
2009-06-10 16:48:31 UTC
Thanks Erik, try libvirt-0.6.2-12.fc11 from updates-testing *** This bug has been marked as a duplicate of bug 503275 *** Hello. Looks like this showed up as a released update. I cranked up a virtual machine. I can confirm that the qemu command line doesn't use the script parameter any more for the use case I reported on. [root@nada1 ~]# ps -ef | grep qemu root 3189 1 33 13:39 ? 00:00:02 /usr/bin/qemu-kvm -S -M pc -m 2048 -smp 8 -name f11-test -uuid 41ed0f4f-cb0d-7d6a-ffb6-b33106d519ef -monitor pty -pidfile /var/run/libvirt/qemu//f11-test.pid -boot c -drive file=/var/lib/libvirt/images/f11-test-1.img,if=virtio,index=0,boot=on -drive file=/dev/sdb,if=virtio,index=1 -net nic,macaddr=54:52:00:4a:ee:0e,vlan=0,model=virtio -net tap,fd=19,vlan=0 -serial pty -parallel none -usb -usbdevice tablet -vnc 127.0.0.1:0 -soundhw es1370 root 3222 3111 0 13:39 pts/0 00:00:00 grep qemu [root@nada1 ~]# rpm -q libvirt libvirt-0.6.2-12.fc11.x86_64 Looks good. thanks. |