Bug 957077
Summary: | Convert guest domain XML config to a native guest configuration format occur an unknown error. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | zzhong <zzhong> |
Component: | libvirt | Assignee: | Ján Tomko <jtomko> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | acathrow, cwei, dyuan, jtomko, mzhan, xuzhang, zpeng |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.0.5-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-13 09:39:42 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
zzhong@redhat.com
2013-04-26 10:13:58 UTC
Upstream patch proposed: https://www.redhat.com/archives/libvir-list/2013-April/msg01910.html Fixed upstream by: commit 11fc1beab6e018a88182f80056d35217c150b3de Author: Ján Tomko <jtomko> AuthorDate: 2013-04-29 19:54:07 +0200 Commit: Ján Tomko <jtomko> CommitDate: 2013-04-30 10:23:44 +0200 qemu: assign addresses when converting xml to native This adds addresses to domxml-to-native output and chooses the correct virtio devices for ccw and s390 machines. https://bugzilla.redhat.com/show_bug.cgi?id=957077 verify with build: libvirt-1.0.5-1.el7.x86_64 qemu-kvm-1.4.0-4.el7.x86_64 3.8.0-0.43.el7.x86_64 step is same with the description. [root@zzhong test20130425]#echo ' <domain type="kvm"> <name>tls-only</name> <memory>32768</memory> <os> <type arch="x86_64" machine="pc">hvm</type> </os> <devices> <graphics type="spice" tlsPort="5800" passwd="123" > <listen type="address" address="::" /> </graphics> <video> <model type="qxl" vram="32768" heads="1"/> </video> </devices> </domain>' | virsh domxml-to-native qemu-argv /dev/stdin LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=spice /usr/libexec/qemu-kvm -name tls-only -S -machine pc,accel=kvm,usb=off -m 32 -smp 1,sockets=1,cores=1,threads=1 -uuid 30c6c8cb-f6d2-4aea-9f0c-05deccd6c45f -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/tls-only.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -no-acpi -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -spice tls-port=5800,addr=::,x509-dir=/etc/pki/libvirt-spice,seamless-migration=on -vga qxl -global qxl-vga.ram_size=67108864 -global qxl-vga.vram_size=33554432 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 not occur an unknown error.verification passed. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |